iso-issue-tracking

iso-issue-tracking is a skill for Claude Code, Codex from IsaiaScope/ai. It costs 88 tokens per session (5,185 once invoked), scanned A, original, MIT.

A work-tracking system for recording an agent's progress in an issue tracker. It connects planning, implementation, and completion steps to a ticket while supporting different tracker systems.

In plain words
What is it for?
Use it to open or connect tickets, record plan and progress changes, reconcile tracker state, and close work with a retrospective.
Why use it?
It keeps durable work linked to tickets and prevents tracking details or sensitive information from being handled inconsistently.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Claude Code; mentions Codex.

Good fit Use it to open or connect tickets, record plan and progress changes, reconcile tracker state, and close work with a retrospective.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/isaiascope/ai/iso-issue-tracking
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.

Any agent
npx skills add IsaiaScope/ai --skill iso-issue-tracking
Clone the repo
git clone --depth 1 https://github.com/IsaiaScope/ai

Made for: Claude Code, Codex.

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 iso-issue-tracking

README.md
[![agentmods](https://agentmods.dev/badge/skills/isaiascope/ai/iso-issue-tracking.svg)](https://agentmods.dev/skills/isaiascope/ai/iso-issue-tracking)
Your own site
<a href="https://agentmods.dev/skills/isaiascope/ai/iso-issue-tracking"><img src="https://agentmods.dev/badge/skills/isaiascope/ai/iso-issue-tracking.svg" alt="Measured on agentmods" height="20"></a>
Per session 88 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,185 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00088 $0.05185
Opus 5 $0.00044 $0.02593
Sonnet 5 $0.00018 $0.01037
Haiku 4.5 $0.00009 $0.00519

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

Security

Grade A, and why

iso-issue-tracking 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.

The scan reads SKILL.md. This mod also ships 5 executable files (scripts/adapters/contract.test.sh, scripts/adapters/multica.sh, scripts/adapters/none.sh, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/iso-issue-tracking/SKILL.md · 436 lines

How it starts

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

iso-issue-tracking

Adapters

The board is reached through fourteen tk_* verbs defined in scripts/adapters/<kind>.sh, selected by tracker.kind in the Iso config. tracking.sh owns the parts that must not vary — the ledger, redaction, plan resolution, the transition gates — and never names a vendor.

kind adapter
multica adapters/multica.sh — the shipping adapter
none adapters/none.sh — every verb a successful no-op

An unknown kind falls back to none and logs it, because tracking may never fail the run that invoked it.

A new adapter defines all fourteen verbs and returns normalised output — list verbs emit <id>\t<name> lines, not the vendor's JSON — so nothing downstream has to imitate another board's field names. scripts/adapters/contract.test.sh is the check.

Redaction stays in tracking.sh, deliberately: an adapter is the file most likely to be written quickly against an unfamiliar API, and it is the last place a [redacted] should depend on.

scripts/tracking.sh is called by the Claude Code session hooks for reconcile and end. The iso-* skills call it at their own boundaries, and you call it for the work that never went through a plan.

The board answers "what is being worked on and where is it", not "what happened step by step". Every status change corresponds to a point the chain already reaches and already announces; nothing infers intent from a prompt.

transition fact that drives it who writes it
todo /iso-plan finished writing the plan iso-plan
in_progress /iso-write resolved its workspace iso-write
blocked /iso-write halted and wrote its blocked marker iso-write
in_review /iso-write stamped the plan implemented (uncommitted) iso-write
done + retro /iso-push landed the PR iso-push
done, no retro the merge happened outside a session reconciler
cancelled branch gone, gh reachable, opened_by=claude reconciler

Read the full file on GitHub · 436 lines

Files

What ships with it

6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 Changed · +15 lines eb4f6e6f5d1d
  2. 8d ago First seen · 421 lines · 88 tokens per session scan A 4dd758672492

Subscribe to this mod's changes

iso-issue-tracking is a skill published in the GitHub repository IsaiaScope/ai (2 stars, last pushed 4d ago), licensed MIT. It adds 88 tokens to every session and 5,185 once invoked, about $0.0004 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-31.