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 skills/alexmond/jhelm/issue-tracknpx skills add alexmond/jhelm --skill issue-trackgit clone --depth 1 https://github.com/alexmond/jhelmWrote 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/skills/alexmond/jhelm/issue-track)<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>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.00021 | $0.00344 |
| Opus 5 | $0.00010 | $0.00172 |
| Sonnet 5 | $0.00004 | $0.00069 |
| Haiku 4.5 | $0.00002 | $0.00034 |
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.
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" commentplan— Post the implementation plan as a commentupdate <text>— Post a custom progress updatedone— 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
)"
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.
- 5d ago First seen · 60 lines · 21 tokens per session scan A 0997c393cc23
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.
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.
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.
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…
zsxq-reply
以二哥(沉默王二)的身份回复知识星球「Java进阶之路&二哥编程星球」的帖子、提问和评论。完整工作流:扫描未回复的球友提问 → 参照二哥历史回复出草稿 → 用户确认后通过 zsxq-cli 发布。当用户说"看看星球有没有没回的提问"、"回复星球"、"星球回帖"、"帮我回答球友的问题"、"星球提问",或给出某条星球帖子链接/ID 要求回复时,必须使用此 Skill。涉及星球的任何发帖、评论、回答操作也走此 Skill。.
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…
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.