issue-tracker

A guide for managing software work through GitHub Issues, a GitHub Project board, and local Markdown files. GitHub stores live issue and project status, while local files store detailed notes and decisions.

In plain words
What is it for?
Use it to create or update task briefs, record decisions and evidence, track dependencies and acceptance criteria, and synchronize shared fields.
Why use it?
It prevents task details and progress from drifting between the online tracker and the local checkout.

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/gvastethecreator/codex-studio/issue-tracker
Clone the repo
git clone --depth 1 https://github.com/gvastethecreator/codex-studio
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 1,020 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.01020
Opus 5 $0.00000 $0.00510
Sonnet 5 $0.00000 $0.00204
Haiku 4.5 $0.00000 $0.00102

Measured 2d ago against content hash 18428dc04c94, 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 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.

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 · 88 lines

How it starts

The opening of the file, as written. The whole thing — 88 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Project tracker: GitHub plus local mirrors

GitHub Issues and the linked GitHub Project hold live work state. Local Markdown files hold synchronized briefs, decisions, evidence, and handoffs.

Identity

Authority

  • GitHub owns open or closed state, assignees, comments, native dependencies, labels, and Project field values.
  • Local files own expanded task context, decisions, proof, and offline handoff notes.
  • Shared fields must match: title, category, triage state, execution state, source, dependencies, acceptance criteria, and outcome.
  • Do not copy the full GitHub comment history into local files. Add durable decisions and proof to ## Sync log.

Local layout

  • Spec: .scratch/codex-studio/spec.md (PRD.md remains compatible).
  • Ticket mirrors: .scratch/codex-studio/issues/<NN>-<slug>.md.
  • Rejected requests: .scratch/codex-studio/out-of-scope/<concept>.md.
  • Execution state: .scratch/planning/.
  • Wayfinding mirrors: .scratch/wayfinder/<effort-slug>/.

Each mirrored ticket starts with these fields:

# <NN>: <title>

GitHub issue: <url-or-pending>
GitHub project: https://github.com/users/gvastethecreator/projects/8
Sync: pending | synced | conflict
Last synced: <ISO-8601-or-never>
Remote updated: <ISO-8601-or-unknown>
Category: bug | enhancement
Status: needs-triage | needs-info | ready-for-agent | ready-for-human | wontfix
Project status: Todo | In Progress | Done
Execution: queued | active | blocked | finished
Type: AFK | HITL
Source: <spec path, issue URL, or conversation>
Blocked by: <GitHub issue numbers or None>

Sync protocol

  1. Read the Issue, the Project item, and the local mirror before a mutation.
  2. If both surfaces changed after Last synced, set Sync: conflict and stop.
  3. Write the local draft with Sync: pending before remote creation.
  4. Create or update the GitHub Issue. Use native parent and blocking relationships when they are available.
  5. Add the Issue to Project 8 under gvastethecreator.
  6. Set the Project Status field to Todo, In Progress, or Done.
  7. Update the local identifiers, shared fields, timestamps, and Sync: synced.
  8. If a step fails, record the failed step under ## Sync log. Retry from the stored Issue URL.

Read the full file on GitHub · 88 lines

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. 2d ago First seen · 88 lines · 0 tokens per session scan A 18428dc04c94

Subscribe to this mod's changes

issue-tracker is an agent published in the GitHub repository gvastethecreator/codex-studio (12 stars, last pushed 3d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,020 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-30.

Related

Other agents, from other repositories