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/rpamis/comet/comet-github-issue-fixnpx skills add rpamis/comet --skill comet-github-issue-fixgit clone --depth 1 https://github.com/rpamis/cometWhat 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.00071 | $0.00455 |
| Opus 5 | $0.00036 | $0.00228 |
| Sonnet 5 | $0.00014 | $0.00091 |
| Haiku 4.5 | $0.00007 | $0.00046 |
Grade A, and why
comet-github-issue-fix 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.
What it actually says
Comet GitHub Issue 修复
先读取 ../comet-github/references/maintainer-contract.md。将 Issue 或 review 作为输入契约,不要把它当作修改 GitHub 或发布代码的授权。
确认工作边界
- 阅读实时 Issue/PR,验证报告的问题确实存在。不要实施未经确认的 review bot 推测。
- 确认目标分支、仓库状态、已有脏文件和关联 worktree。
- 保护用户当前 checkout。目标分支或工作区较脏时,使用隔离的 worktree/branch。
- 编辑前定义最小行为、文件、测试、生成资产、文档和非目标范围。
通过 Comet 所属流程实施
- Native 工作使用 Native workflow,Classic 工作使用 Classic workflow。
- 实施过程中扩大范围时,先回到所属 Build/范围确认步骤,再增加文件或行为。
- 通过支持的命令管理 Runtime 状态和生成资产,不手工编辑机器状态或把生成 bundle 当作源文件。
- 使用满足已确认 Issue 的最小生产改动;缺陷可复现时增加聚焦回归测试。
验证与交接
先运行最小相关测试。变更跨越对应边界时,再增加 build、生成资产、lint 或全量检查。分别报告本地结果、无关失败和远端 CI。
明确判断最终行为是否用户可见、是否需要 Changelog。开发新功能过程中发现的内部问题,不写成 Changelog 条目。
除非用户要求,不提交、推送、评论或创建 PR。获得授权后,将准确文件范围交给 comet-safe-delivery。
What ships with it
1 file 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.
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.
- 2d ago First seen · 32 lines · 71 tokens per session scan A a1263a4d93fe
comet-github-issue-fix is a skill published in the GitHub repository rpamis/comet (2,902 stars, last pushed today), licensed MIT. It adds 71 tokens to every session and 455 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-30.
Other skills, from other repositories
agent-spec-tool-first
CRITICAL: Use for agent-spec CLI tool workflow. Triggers on: agent-spec, contract, lifecycle, guard, verify, explain, stamp, checkpoint, plan, requirements, work-units, knowledge requirements, KLL, docs vs knowledge, spec verification, task contract, spec quality, lint spec, run log, "how to verify", "how to use…
agent-spec-authoring
CRITICAL: Use for writing and editing agent-spec .spec/.spec.md files. Triggers on: write spec, create spec, edit spec, new spec, spec authoring, task contract, .spec file, .spec.md file, BDD scenario, acceptance criteria, completion criteria, test selector, boundary, constraint, intent, decision, out of scope, "how…
agent-spec-estimate
CRITICAL: Use for estimating work effort from agent-spec Task Contracts. Triggers on: estimate, estimation, how long, work effort, round count, time estimate, scope, sizing, cost, budget, planning, sprint, capacity, "how many rounds", "how long will this take", "estimate this spec", 估算, 工作量, 多久, 时间估算, 预估, 工时, 规模…
agent-spec-wiki
Use when initializing, checking, enriching, or reviewing agent-spec code live wiki pages, sourcefiles trace, or Rust architecture inventory.
create-request
Create, update, or scan per-task request tickets for progress tracking. These are date-prefixed non-lifecycle docs under requests/, NOT feature-level requirements (use /req-analyze for those). Use when: tracking task progress, updating completion status, scanning incomplete requests, checking request status dashboard.…
codex-setup
Initialize sd0x-dev-flow infrastructure for Codex CLI and other non-Claude agents. Generates AGENTS.md, installs the commit-msg hook, copies runner scripts. The pre-push gate is opt-in via --with-push-gate. Use when setting up a new project or after updating skills.