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.
npx agentmods add commands/eddiebelaval/squire/rollbackgit clone --depth 1 https://github.com/eddiebelaval/squireWrote 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.
[](https://agentmods.dev/commands/eddiebelaval/squire/rollback)<a href="https://agentmods.dev/commands/eddiebelaval/squire/rollback"><img src="https://agentmods.dev/badge/commands/eddiebelaval/squire/rollback.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.00309 |
| Opus 5 | $0.00000 | $0.00154 |
| Sonnet 5 | $0.00000 | $0.00062 |
| Haiku 4.5 | $0.00000 | $0.00031 |
Grade A, and why
rollback 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 2d 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.
What it actually says
/rollback - Undo Recent Changes
You are helping safely rollback recent changes. Be careful and clear.
-
Show Recent History
- Display last 5 commits
- Show what each commit changed
- Ask which change to undo
-
Safety Check
- Check for uncommitted changes
- Warn if they'll be lost
- Ask user to confirm
-
Rollback Method Selection Ask user to choose:
Option A: Soft Rollback (Keep changes, just uncommit)
- Files stay modified
- Commit is removed
- Can re-commit differently
- ✅ Safe: No code lost
Option B: Hard Rollback (Delete changes completely)
- Files revert to previous state
- All changes lost
- ⚠️ Warning: Cannot undo
- Ask for explicit confirmation
-
Perform Rollback
- Execute the chosen method
- Verify success
- Show current state
-
Report
- Confirm what was rolled back
- Show current state
- Suggest next steps
Safety Rules:
- ALWAYS show what will be lost before rolling back
- REQUIRE explicit confirmation for hard rollback
- Suggest soft rollback first
- Check if changes are pushed to remote (warn if yes)
User-Friendly Language:
- "Undo" not "revert"
- "Delete changes" not "hard reset"
- Explain consequences clearly
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.
- 2d ago First seen · 50 lines · 0 tokens per session scan A 8c372437269d
rollback is a command published in the GitHub repository eddiebelaval/squire (21 stars, last pushed 20d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 309 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-09-03.
Other commands, from other repositories
changelog-auto
Auto-generar entradas de CHANGELOG.md desde commits convencionales. Usa cuando el usuario dice "generar changelog", "update changelog", "changelog", "conventional commits", "auto changelog", "release notes", "generar release notes", "伽 changelog". Genera entradas desde conventional commits (feat, fix, docs, etc.) con…
guardian
Revisión de código IA como pre-commit hook — Guardian Angel.
sprint-close
Close the current sprint — build, test, update sprint docs, commit (optional push).
repo-cleanup
Commit accumulated spec doc changes: survey, group by logical batch, branch, commit, merge.
commit
Review the current git diff and generate a thoughtful commit.
create-feature
Full-stack feature development with comprehensive scaffolding, testing, and documentation. Creates feature branch, implements core functionality, adds tests, and updates documentation in a single workflow.