comet-github-issue-fix

A workflow for fixing a confirmed Comet-related GitHub issue or review blocker within an isolated scope. It covers matching the work to the relevant workflow, testing the change, checking runtime results, and preparing a careful handoff.

In plain words
What is it for?
Use it to verify and fix confirmed issues or review blockers, add focused regression tests, and report local checks, unrelated failures, and remote CI separately.
Why use it?
It reduces the risk of changing the wrong code, working in a dirty checkout, or treating an unverified review comment as a real defect.

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

Made for: Claude Code, Codex.

Per session 71 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 455 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.00071 $0.00455
Opus 5 $0.00036 $0.00228
Sonnet 5 $0.00014 $0.00091
Haiku 4.5 $0.00007 $0.00046

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

Security

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.

assets/skills-maintainer/comet-github-issue-fix/SKILL.md · 32 lines

What it actually says

Comet GitHub Issue 修复

先读取 ../comet-github/references/maintainer-contract.md。将 Issue 或 review 作为输入契约,不要把它当作修改 GitHub 或发布代码的授权。

确认工作边界

  1. 阅读实时 Issue/PR,验证报告的问题确实存在。不要实施未经确认的 review bot 推测。
  2. 确认目标分支、仓库状态、已有脏文件和关联 worktree。
  3. 保护用户当前 checkout。目标分支或工作区较脏时,使用隔离的 worktree/branch。
  4. 编辑前定义最小行为、文件、测试、生成资产、文档和非目标范围。

通过 Comet 所属流程实施

  • Native 工作使用 Native workflow,Classic 工作使用 Classic workflow。
  • 实施过程中扩大范围时,先回到所属 Build/范围确认步骤,再增加文件或行为。
  • 通过支持的命令管理 Runtime 状态和生成资产,不手工编辑机器状态或把生成 bundle 当作源文件。
  • 使用满足已确认 Issue 的最小生产改动;缺陷可复现时增加聚焦回归测试。

验证与交接

先运行最小相关测试。变更跨越对应边界时,再增加 build、生成资产、lint 或全量检查。分别报告本地结果、无关失败和远端 CI。

明确判断最终行为是否用户可见、是否需要 Changelog。开发新功能过程中发现的内部问题,不写成 Changelog 条目。

除非用户要求,不提交、推送、评论或创建 PR。获得授权后,将准确文件范围交给 comet-safe-delivery

Files

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.

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 · 32 lines · 71 tokens per session scan A a1263a4d93fe

Subscribe to this mod's changes

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.

Related

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…

ZhangHanDong/agent-spec · 165 tokens

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…

ZhangHanDong/agent-spec · 172 tokens

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", 估算, 工作量, 多久, 时间估算, 预估, 工时, 规模…

ZhangHanDong/agent-spec · 116 tokens

agent-spec-wiki

Use when initializing, checking, enriching, or reviewing agent-spec code live wiki pages, sourcefiles trace, or Rust architecture inventory.

ZhangHanDong/agent-spec · 31 tokens

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.…

sd0xdev/sd0x-harness · 112 tokens

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.

sd0xdev/sd0x-harness · 65 tokens