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-idea-to-issuenpx skills add rpamis/comet --skill comet-github-idea-to-issuegit clone --depth 1 https://github.com/rpamis/cometWrote 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/rpamis/comet/comet-github-idea-to-issue)<a href="https://agentmods.dev/skills/rpamis/comet/comet-github-idea-to-issue"><img src="https://agentmods.dev/badge/skills/rpamis/comet/comet-github-idea-to-issue.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.00068 | $0.00466 |
| Opus 5 | $0.00034 | $0.00233 |
| Sonnet 5 | $0.00014 | $0.00093 |
| Haiku 4.5 | $0.00007 | $0.00047 |
Grade A, and why
comet-github-idea-to-issue 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 4d 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。起草阶段只读;创建 GitHub Issue 必须得到明确确认。
确定 Issue 内容
- 理解本地观察,检查当前实现、测试、Runtime 路径和相关文档。
- 按领域概念搜索已有 GitHub Issue 和 PR,判断这是重复问题、已有 Issue 的 follow-up,还是新报告。
- 选择最匹配的仓库模板:bug、feature、task 或 question。起草字段前先读取当前 YAML 模板。
- 区分用户可见问题和推测的实现原因。只有有助于复现或界定范围时才写入实现细节。
起草正文
生成以下内容:
- 使用仓库模板前缀的简洁标题;
- 受影响的 workflow、平台和版本/状态;
- 当前行为与预期行为;
- 复现步骤或触发该想法的用户流程;
- 已有证据和疑似边界,未经验证的内容标注为假设;
- 明确范围和非目标;
- 可以独立检查的验收标准;
- 相关 Issue/PR 链接和重复搜索说明。
Feature 需要先描述 workflow 问题和期望行为,再提出实现方案。Bug 需要在必要时保留准确命令、日志、版本和项目状态。
确认后再发布
先展示完整的标题、模板类型、标签和正文。得到确认后才能调用 gh issue create。创建后验证返回的 URL 和标题,并报告 Issue 编号。除非另行要求,不修改标签、不关闭相关 Issue,也不创建额外 ticket。
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.
- 4d ago First seen · 36 lines · 68 tokens per session scan A 7b9b919b4900
comet-github-idea-to-issue is a skill published in the GitHub repository rpamis/comet (2,914 stars, last pushed today), licensed MIT. It adds 68 tokens to every session and 466 once invoked, about $0.0003 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-intent-compiler
Use when converting PRD or issue prose into KLL requirements, running the intent compiler plan, or reverse-interviewing a human to resolve requirement ambiguity before task spec generation.
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.