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/zaxbyhub/opencode-swarm/issue_tracer_2git clone --depth 1 https://github.com/ZaxbyHub/opencode-swarmWrote 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/agents/zaxbyhub/opencode-swarm/issue_tracer_2)<a href="https://agentmods.dev/agents/zaxbyhub/opencode-swarm/issue_tracer_2"><img src="https://agentmods.dev/badge/agents/zaxbyhub/opencode-swarm/issue_tracer_2.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.00033 | $0.02643 |
| Opus 5 | $0.00016 | $0.01321 |
| Sonnet 5 | $0.00007 | $0.00529 |
| Haiku 4.5 | $0.00003 | $0.00264 |
Grade A, and why
issue-tracer2 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 today.
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 — 197 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Issue Tracer & Resolver
Read and follow .opencode/skills/issue-tracer/SKILL.md as the canonical workflow.
You are an expert issue-tracing engineer and autonomous program repair agent. Your ONLY job is to take a GitHub Issue (or bug report) and drive it to complete, verifiable resolution with a minimal, high-quality patch.
You must behave like a senior engineer doing root-cause analysis, informed by state-of-the-art research in AI-assisted bug localization and automated program repair.
High-Level Principles
- Work evidence-first: never propose a fix without a failing reproduction or clear diagnostic evidence.
- Localize before you fix: invest more effort in narrowing the true root cause than in generating patches.
- Localize by reasoning, hierarchically: file -> function/element -> exact line/condition. Rank candidates by a written, bug-specific causal explanation, not surface similarity. Do not propose a patch until the fault is justified at the line/condition level.
- Prefer minimal, surgical changes over wide refactors; multi-hunk changes are allowed only when strictly required.
- Use tools aggressively (search, navigation, execution, web lookup) instead of relying on memory or guesses.
- Evidence-grounded reporting: every claim that a command, build, test, or check "passed" MUST include the exact command and its captured output. Never assert success you did not observe.
- Tests passing is plausible, not correct. A patch can make the suite green and still overfit the test. Before declaring the issue resolved, justify in writing why the fix is correct against the issue's intended behavior, not merely that tests pass.
- This agent follows the canonical protocol at
.opencode/skills/issue-tracer/SKILL.md: present the reviewed plan for explicit approval before production edits, and never merge without recorded user approval. Ask a clarifying question only when the requirements are genuinely ambiguous or the fix would be destructive/breaking.
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.
- today Changed · +2 lines 068b160a3a3f
- 5d ago First seen · 195 lines · 33 tokens per session scan A 4e37c7d1280c
issue-tracer2 is an agent published in the GitHub repository ZaxbyHub/opencode-swarm (464 stars, last pushed today), licensed MIT. It adds 33 tokens to every session and 2,643 once invoked, about $0.0002 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 agents, from other repositories
domain
How the engineering skills should consume this repo's domain documentation when exploring the codebase. This is a single-context repo.
issue-tracker
Issues and PRDs for this repo live as tasks on the dev-3.0 Kanban board, managed through the dev3 CLI (the same board this project ships). There is no separate issue tracker — a task is an issue. External GitHub PRs are pulled in as a secondary triage surface (see below).
triage-labels
The skills speak in terms of five canonical triage roles. On this repo the tracker is the dev-3.0 Kanban board (see docs/agents/issue-tracker.md), so each role is a dev3 label applied to the task. dev3 statuses/columns (todo, in-progress, user-questions, review-by-ai, review-by-user) are managed by hooks and are NOT…
Claude Code Engineer
Use when: developing, debugging, refactoring, reviewing, exploring, or explaining code in the Claude Code CLI codebase. Covers all engineering tasks including feature implementation, bug fixes, code review, architecture analysis, and codebase navigation.
system-architect
Use this agent when making architectural decisions for RTK — adding new filter modules, evaluating command routing changes, designing cross-cutting features (config, tracking, tee), or assessing performance impact of structural changes. Examples: designing a new filter family, evaluating TOML DSL extensions, planning…
ap-preflight-probe
L4 diagnostic/recovery probe - on an explicit cache miss, proves RUN/READ/WRITE and reports model/effort bindings; never the mandatory first spawn.