sm-buff

sm-buff is a command for Claude Code from ScienceIsNeato/slop-mop. It costs 0 tokens per session (555 once invoked), scanned A, original, Apache-2.0.

A command-line tool for checking CI results and handling review threads on a GitHub pull request, which is a proposed code change.

In plain words
What is it for?
It is for watching CI, inspecting failures, iterating through review comments, resolving individual threads, and verifying a clean pull request.
Why use it?
It helps identify failures, inspect required fixes, and confirm that checks and review feedback are cleared.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the slopmop plugin — 1 skill, 8 commands shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/scienceisneato/slop-mop/sm-buff
Clone the repo
git clone --depth 1 https://github.com/ScienceIsNeato/slop-mop

Made for: Claude Code.

Or install slopmop, the plugin that ships this one along with the rest of its 1 skill, 8 commands.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for sm-buff

README.md
[![agentmods](https://agentmods.dev/badge/commands/scienceisneato/slop-mop/sm-buff.svg)](https://agentmods.dev/commands/scienceisneato/slop-mop/sm-buff)
Your own site
<a href="https://agentmods.dev/commands/scienceisneato/slop-mop/sm-buff"><img src="https://agentmods.dev/badge/commands/scienceisneato/slop-mop/sm-buff.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 555 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00555
Opus 5 $0.00000 $0.00278
Sonnet 5 $0.00000 $0.00111
Haiku 4.5 $0.00000 $0.00056

Measured 5d ago against content hash d6e0a8cbd24d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

sm-buff scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

commands/sm-buff.md · 46 lines

How it starts

The opening of the file, as written. The whole thing — 46 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/sm-buff — CI + review-thread triage (under the hood of sail)

You usually don't run buff directly — run sm sail. sm sail drives the whole PR to green and calls buff watch / triage for you, stopping only when it needs you to act (see /sm-sail). Reach for sm buff here only for surgical work: inspecting a specific failure, or resolving a single review thread when sail has parked on threads.

The buff verbs sail runs for you

Moment Run
Block until CI settles sm buff watch <PR#> — exit 0 = CI green + threads clear
Snapshot without blocking sm buff status <PR#>
What failed + remediation sm buff inspect <PR#>
Take the next thread batch sm buff iterate <PR#>
Resolve one thread sm buff resolve <PR#> <THREAD_ID> --scenario <s> --message "…"
Confirm threads cleared sm buff verify <PR#>

sm buff watch reports the terminal state sail keys off: Final PR state: clean - CI checks passed and PR feedback is resolved (exit 0).

Resolving a thread — honestly

When sail parks on review threads, resolve each with a real scenario and evidence — never close one to fake green:

  • fixed_in_code — you changed the code. Cite the commit.
  • invalid_with_explanation — the finding is wrong. Explain why, with evidence.
  • no_longer_applicable — code moved since the comment. Say what changed.
  • out_of_scope_ticketed — valid but not this PR. File an issue, link it.
  • needs_human_feedback — a decision only the human can make. Resolve with --no-resolve and a specific question; finish everything else, then surface it. This is one of only two reasons to stop before green (the other is a blocker you can't clear). See /sm-sail.

Read the full file on GitHub · 46 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 46 lines · 0 tokens per session scan A d6e0a8cbd24d

Subscribe to this mod's changes

sm-buff is a command published in the GitHub repository ScienceIsNeato/slop-mop (6 stars, last pushed 16d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 555 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other commands, from other repositories

composite-actions

Generate, review, secure, and test composite GitHub Actions following best practices — full repo scaffold, interview-driven generation, PR creation on existing repos, SHA pinning, secrets-as-inputs, job summaries, and actionlint validation.

nitinjain999/platform-skills · 51 tokens

github-actions

Design, review, secure, and debug GitHub Actions workflows — reusable workflows, OIDC federation, SHA pinning, token scoping, promotion orchestration, and CI failure diagnosis.

nitinjain999/platform-skills · 40 tokens

trivy

Scan container images, filesystems, git repos, and existing SBOMs for CVEs, secrets, and license violations using Trivy. Covers local CLI, CI severity gates with SARIF upload, and continuous monitoring via Trivy Operator (Flux HelmRelease). Use when asked to "scan my image", "check for CVEs", "scan this repo for…

nitinjain999/platform-skills · 131 tokens

dora

Measure, benchmark, instrument, and debug DORA metrics (Deployment Frequency, Lead Time for Changes, Change Failure Rate, MTTR) for production engineering teams. Covers GitHub Actions instrumentation, Prometheus recording rules, Grafana dashboards, incident source integration, SaaS tool selection, and anti-pattern…

nitinjain999/platform-skills · 97 tokens

ship

Complete PR workflow from commit to production with validation.

composio-community/awesome-claude-plugins · 9 tokens

ship-ci-review-loop

Command "ship-ci-review-loop" from composio-community/awesome-claude-plugins, covering phase 4: ci & review monitor loop - reference, this phase is mandatory, pr auto-review process, why all comments matter and the monitor loop algorithm.

composio-community/awesome-claude-plugins · 0 tokens