issue-track

issue-track is a skill for Claude Code, Codex from alexmond/jhelm. It costs 21 tokens per session (344 once invoked), scanned A, original, Apache-2.0.

A GitHub issue status workflow for posting progress comments. A status comment tells collaborators whether work has started, what the plan is, what changed, or whether it is complete.

In plain words
What is it for?
Use it to post start, plan, custom update, or completion comments on a GitHub issue.
Why use it?
It keeps progress visible on the issue instead of leaving updates in private notes or separate messages. Standard statuses make updates easier to scan.

Skill for Claude CodeCodex

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 skills/alexmond/jhelm/issue-track
Any agent
npx skills add alexmond/jhelm --skill issue-track
Clone the repo
git clone --depth 1 https://github.com/alexmond/jhelm

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 issue-track

README.md
[![agentmods](https://agentmods.dev/badge/skills/alexmond/jhelm/issue-track.svg)](https://agentmods.dev/skills/alexmond/jhelm/issue-track)
Your own site
<a href="https://agentmods.dev/skills/alexmond/jhelm/issue-track"><img src="https://agentmods.dev/badge/skills/alexmond/jhelm/issue-track.svg" alt="Measured on agentmods" height="20"></a>
Per session 21 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 344 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.00021 $0.00344
Opus 5 $0.00010 $0.00172
Sonnet 5 $0.00004 $0.00069
Haiku 4.5 $0.00002 $0.00034

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

Security

Grade A, and why

issue-track 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 5d 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.

.claude/skills/issue-track/SKILL.md · 60 lines

What it actually says

Track Issue Progress via Comments

Post a status update comment on GitHub issue #$ARGUMENTS.

Usage

The argument format is: <issue-number> <status> where status is one of:

  • start — Post a "Work started" comment
  • plan — Post the implementation plan as a comment
  • update <text> — Post a custom progress update
  • done — Post a completion comment

Behavior

For start:

gh issue comment <number> --body "$(cat <<'EOF'
🔧 **Work started** on this issue.

Branch: `feature/<number>-<slug>` (will be created shortly)
EOF
)"

For plan: Read /tmp/plan-<number>.md if it exists, and post it as a comment:

gh issue comment <number> --body "$(cat <<'EOF'
📋 **Implementation Plan**

<contents of /tmp/plan-<number>.md>
EOF
)"

For update <text>:

gh issue comment <number> --body "$(cat <<'EOF'
📝 **Progress Update**

<text>
EOF
)"

For done:

gh issue comment <number> --body "$(cat <<'EOF'
✅ **Implementation complete** — PR created and CI checks passing.
EOF
)"
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. 5d ago First seen · 60 lines · 21 tokens per session scan A 0997c393cc23

Subscribe to this mod's changes

issue-track is a skill published in the GitHub repository alexmond/jhelm (4 stars, last pushed 3d ago), licensed Apache-2.0. It adds 21 tokens to every session and 344 once invoked, about $0.0001 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.

Related

Other skills, from other repositories

evergreen

Evergreen CI infrastructure, configuration validation. Use when modifying .evergreen/ config, preparing to submit changes or understanding the Evergreen test matrix.

mongodb/mongo-java-driver · 31 tokens

sync-agents-docs

Sync AGENTS.md files, skills, and references after buildSrc or convention changes. Use after modifying build plugins, formatting rules, testing conventions, or task names to keep documentation consistent.

mongodb/mongo-java-driver · 43 tokens

video-cover-image

Generate matched 3:4, 16:9, and 4:3 short-video cover images from toBeBetterJavaer video scripts or AI/Java technical topics. Use when the user asks for 视频封面, 封面图, 横版和竖版, 小红书/抖音/B站/快手封面, pure-text covers with 白色大字+黄色小字, reference-image-matched covers, or wants a repeatable cover workflow for Markdown scripts under…

itwanger/toBeBetterJavaer · 113 tokens

zsxq-reply

以二哥(沉默王二)的身份回复知识星球「Java进阶之路&二哥编程星球」的帖子、提问和评论。完整工作流:扫描未回复的球友提问 → 参照二哥历史回复出草稿 → 用户确认后通过 zsxq-cli 发布。当用户说"看看星球有没有没回的提问"、"回复星球"、"星球回帖"、"帮我回答球友的问题"、"星球提问",或给出某条星球帖子链接/ID 要求回复时,必须使用此 Skill。涉及星球的任何发帖、评论、回答操作也走此 Skill。.

itwanger/toBeBetterJavaer · 156 tokens

java

Use when writing, reviewing or refactoring modern Java (21+, 25 LTS) — records and sealed interfaces as algebraic data types, exhaustive pattern-matching switch over instanceof ladders, virtual-thread concurrency, structured concurrency and ScopedValue replacing ThreadLocal, Stream and Optional pipelines…

ericrisco/rsc-harness · 89 tokens

java-expert

Expert-level Java development with Java 21+ features, Spring Boot, Maven/Gradle, and enterprise best practices. Use when the user mentions JVM, Spring, Maven, Gradle, or enterprise, or when the task involves Modern Java, Spring Boot, Build Tools, or Dependency Injection.

personamanagmentlayer/pcl · 63 tokens