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 rules/jordanhubbard/ai-code-reviewer/beadsgit clone --depth 1 https://github.com/jordanhubbard/ai-code-reviewerWrote 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/rules/jordanhubbard/ai-code-reviewer/beads)<a href="https://agentmods.dev/rules/jordanhubbard/ai-code-reviewer/beads"><img src="https://agentmods.dev/badge/rules/jordanhubbard/ai-code-reviewer/beads.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.00360 | $0.00360 |
| Opus 5 | $0.00180 | $0.00180 |
| Sonnet 5 | $0.00072 | $0.00072 |
| Haiku 4.5 | $0.00036 | $0.00036 |
Grade A, and why
beads 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.
What it actually says
Beads Issue Tracking
Auto-generated by 'bd setup cursor' - do not remove these markers
BEGIN BEADS INTEGRATION
This project uses Beads (bd) for issue tracking.
Core Rules
- Track ALL work in bd (never use markdown TODOs or comment-based task lists)
- Use
bd readyto find available work - Use
bd createto track new issues/tasks/bugs - Use
bd syncat end of session to sync with git remote - Git hooks auto-sync on commit/merge
Quick Reference
bd prime # Load complete workflow context
bd ready # Show issues ready to work (no blockers)
bd list --status=open # List all open issues
bd create --title="..." --type=task # Create new issue
bd update <id> --status=in_progress # Claim work
bd close <id> # Mark complete
bd dep add <issue> <depends-on> # Add dependency (issue depends on depends-on)
bd sync # Sync with git remote
Workflow
- Check for ready work:
bd ready - Claim an issue:
bd update <id> --status=in_progress - Do the work
- Mark complete:
bd close <id> - Sync:
bd sync(or let git hooks handle it)
Context Loading
Run bd prime to get complete workflow documentation in AI-optimized format (~1-2k tokens).
For detailed docs: see AGENTS.md, QUICKSTART.md, or run bd --help
END BEADS INTEGRATION
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 · 39 lines · 360 tokens per session scan A 1c829a26dd4e
beads is a cursor rule published in the GitHub repository jordanhubbard/ai-code-reviewer (44 stars, last pushed 3mo ago), licensed BSD-2-Clause. It adds 360 tokens to every session, about $0.0018 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 cursor rules, from other repositories
development-workflow
AAMAD modular development workflow for context-aware agent coordination.
feedback-enhanced
Enhanced feedback mechanism with 1-hour timeout - 增强反馈机制,1小时超时.
project-onboarding-rule
Automatically onboards existing projects into the AI-driven development workflow.
linear-in-review
After finishing a Linear issue, set its status to In Review (never Done).
sprint-planning
BMAD BMM Agent: sprint-planning.
generate-tasks
Understanding our task list for our project or how to make one from a PRD.