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/geoloeg-ist/agents-reverse-engineer/bumpgit clone --depth 1 https://github.com/GeoloeG-IsT/agents-reverse-engineerWrote 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/geoloeg-ist/agents-reverse-engineer/bump)<a href="https://agentmods.dev/commands/geoloeg-ist/agents-reverse-engineer/bump"><img src="https://agentmods.dev/badge/commands/geoloeg-ist/agents-reverse-engineer/bump.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 | $0.00022 | $0.01339 |
| Opus 5 | $0.00011 | $0.00669 |
| Sonnet 5 | $0.00004 | $0.00268 |
| Haiku 4.5 | $0.00002 | $0.00134 |
Grade A, and why
bump 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 4d 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.
How it starts
The opening of the file, as written. The whole thing — 173 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Bump the project version, update documentation, create a git tag, and publish a GitHub release.
- Version argument is REQUIRED (e.g.,
/bump 0.4.0) - Should be on
mainbranch (warn if not, but proceed) ghCLI must be authenticated- Dirty working tree is allowed — but only
package.jsonandCHANGELOG.mdare staged for the release commit
Phase 1: Validate
-
Check version argument:
- If no version provided, STOP and ask: "Please provide a version (e.g.,
/bump 0.4.0)" - Version must be valid semver (e.g.,
0.4.0,1.0.0-beta.1)
- If no version provided, STOP and ask: "Please provide a version (e.g.,
-
Check git status:
git status --porcelain- If there are uncommitted changes, note them but proceed — only
package.jsonandCHANGELOG.mdwill be staged for the release commit. Other changes are left untouched.
- If there are uncommitted changes, note them but proceed — only
-
Check current branch:
git branch --show-current- Warn if not on
mainbranch (but allow to proceed)
- Warn if not on
-
Get current version:
node -p "require('./package.json').version"
Phase 2: Extract Changelog from Git Commits
CRITICAL: Do NOT use placeholder text like "Version bump". Extract real changes from git commits.
-
Get commits since last version tag:
git log v<previous_version>..HEAD --oneline --no-merges -
For each meaningful commit, examine changes:
git show --stat <commit_hash> git diff v<previous_version>..HEAD -- <key_files> -
Categorize changes into Keep a Changelog format:
- Added: New features, capabilities, or files
- Changed: Modifications to existing behavior, enhancements, updated defaults
- Fixed: Bug fixes, error corrections
- Removed: Removed features or code
- Deprecated: Features marked for future removal
- Security: Security-related changes
-
Write specific, detailed changelog entries:
- Describe WHAT changed and WHY (from user perspective)
- Include concrete details (e.g., "timeout increased from 120s to 300s")
- Reference specific configuration changes, default values, etc.
- ONLY use "Version bump" if literally nothing changed (empty git diff)
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.
- 4d ago First seen · 173 lines · 22 tokens per session scan A 005f001cd9d2
bump is a command published in the GitHub repository GeoloeG-IsT/agents-reverse-engineer (20 stars, last pushed 27d ago), licensed MIT. It adds 22 tokens to every session and 1,339 once invoked, about $0.0001 per session on Opus 5. 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-30.
Other commands, from other repositories
release-patch
验证 main 后发布下一个 patch,并验收 GoReleaser 产物.
archive
Close out a change whose branch already merged — confirm the merge from git alone, then file the change folder under changes/archive/ with its ship date.
OPSX: Archive
Archive a completed change in the experimental workflow.
auto-browse
Auto-browse — learn, optimize, and graduate browser operations or web data-mining workflows.
ship
Deliver the increment. Then go live with a rollback you have run.
spec-intake
Execute the canonical workflow: .agent/workflows/spec-intake.md.