issue-tracker

issue-tracker is an agent for coding agents from Xaviw/skills-manager. It costs 0 tokens per session (424 once invoked), scanned A, original, MIT.

An issue tracker that stores feature specifications and implementation tickets as Markdown files inside the project’s .scratch directory. Markdown is plain text with simple formatting rules.

In plain words
What is it for?
Use it to create or read feature specs, manage numbered tickets, record comments, track status and blockers, and maintain a map of research or implementation work.
Why use it?
It gives the project a predictable place and structure for planning work without requiring a separate issue-tracking service. Separate ticket files make individual tasks easier to find and update.

Agent

Install

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.

agentmods
npx agentmods add agents/xaviw/skills-manager/issue-tracker
Clone the repo
git clone --depth 1 https://github.com/Xaviw/skills-manager

Wrote 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.

agentmods badge for issue-tracker

README.md
[![agentmods](https://agentmods.dev/badge/agents/xaviw/skills-manager/issue-tracker.svg)](https://agentmods.dev/agents/xaviw/skills-manager/issue-tracker)
Your own site
<a href="https://agentmods.dev/agents/xaviw/skills-manager/issue-tracker"><img src="https://agentmods.dev/badge/agents/xaviw/skills-manager/issue-tracker.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 424 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.00424
Opus 5 $0.00000 $0.00212
Sonnet 5 $0.00000 $0.00085
Haiku 4.5 $0.00000 $0.00042

Measured 3d ago against content hash ed646aca4768, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

issue-tracker 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 3d 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.

docs/agents/issue-tracker.md · 33 lines

What it actually says

Issue tracker:本地 Markdown

本仓库的 issue 和 spec(也称 PRD)使用 .scratch/ 下的 Markdown 文件管理。

约定

  • 每个 feature 使用一个目录:.scratch/<feature-slug>/
  • Spec 路径为 .scratch/<feature-slug>/spec.md
  • 每个实现 ticket 使用独立文件:.scratch/<feature-slug>/issues/<NN>-<slug>.md
  • Ticket 从 01 开始编号,不使用合并的 tickets 文件
  • 评论和讨论记录追加到文件底部的 ## Comments 标题下

当 skill 要求“发布到 issue tracker”时

.scratch/<feature-slug>/ 下创建文件;目录不存在时一并创建。

当 skill 要求“获取相关 ticket”时

读取用户提供的文件路径或 issue 编号对应的文件。

Wayfinding 操作

/wayfinder 使用一个 map 文件,并为每个 ticket 创建一个子文件。

  • Map.scratch/<effort>/map.md,包含 Notes、Decisions-so-far 和 Fog
  • 子 ticket.scratch/<effort>/issues/NN-<slug>.md,从 01 开始编号
  • 类型:使用 Type: 记录 researchprototypegrillingtask
  • 状态:使用 Status: 记录 claimedresolved
  • 阻塞关系:在文件顶部附近使用 Blocked by: NN, NN
  • Frontier:扫描未关闭、未阻塞且未认领的 ticket,编号最小者优先
  • 认领:开始工作前将 Status: 改为 claimed 并保存
  • 解决:在 ## Answer 下追加答案,将状态改为 resolved,再把摘要和链接追加到 map.md 的 Decisions-so-far
Changes

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.

  1. 3d ago First seen · 33 lines · 0 tokens per session scan A ed646aca4768

Subscribe to this mod's changes

issue-tracker is an agent published in the GitHub repository Xaviw/skills-manager (5 stars, last pushed 12d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 424 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-08-31.