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 agents/reviewtoolkits/code-review-toolkit/tech-debt-inventorygit clone --depth 1 https://github.com/ReviewToolkits/code-review-toolkitWhat 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.00000 | $0.02127 |
| Opus 5 | $0.00000 | $0.01064 |
| Sonnet 5 | $0.00000 | $0.00425 |
| Haiku 4.5 | $0.00000 | $0.00213 |
Grade B, and why
tech-debt-inventory scanned grade B with 1 finding 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.
Strips warnings and disclaimersmediumAnti-refusal
Omitting safety caveats hides risk from the user and is a common jailbreak preamble.
- **Don't moralize**: Tech debt is normal and often a reasonable trade-off. Catalog it without judgment — the goal is visibility, not blame. The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
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 · 180 lines · 0 tokens per session scan B b150ebe84131
tech-debt-inventory is an agent published in the GitHub repository ReviewToolkits/code-review-toolkit (6 stars, last pushed 1mo ago), with no licence file. It costs nothing until one of its globs matches a file; then it loads 2,127 tokens. A static security scan graded it B with 1 finding (strips warnings and disclaimers). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other agents, from other repositories
retro
Engineering retrospective — analyzes commit history, work patterns, code quality metrics. Per-person breakdowns, shipping streaks, actionable improvements. READ-ONLY, never modifies code.
orc-jira-architect
Investigator role — drafts a complete Jira backlog hierarchy (Epic micro-PRD, Stories, concurrency-sliced Tasks/Sub-tasks/Bugs) per the orc:jira-hierarchy contract and returns it as structured JSON; never creates tickets, never mutates Jira. Dispatched by /orc:jira-breakdown, and by /orc:flow or /orc:plan when a plan…
issue-tracker
A context append names the home of record and a one-line gist; it never restates the content. If an inline append grows past a paragraph, that is the signal it is really one of these documents.
evaluate-objection
Evaluates a fractal objection: given a challenge and its existing children, finds the strongest reason the challenge still stands — or declares it refuted.
evaluate
Evaluates a fractal predicate: given the predicate and its existing children, decides the next step — propose a new child, declare complete, classify as leaf, or mark unachievable.
sprint
Executes the full sprint cycle (planning → delivery → review → ship) for a leaf predicate. Runs internally with no human gates — the review is the quality gate.