comet-github-idea-to-issue

comet-github-idea-to-issue is a skill for Claude Code, Codex from rpamis/comet. It costs 68 tokens per session (466 once invoked), scanned A, original, MIT.

A workflow for turning a local idea, bug observation, or improvement proposal into a focused GitHub Issue draft. GitHub Issues are shared records for bugs, features, questions, and maintenance work.

In plain words
What is it for?
Use it to draft bug, feature, task, or question Issues from a codebase, including reproduction details, scope, acceptance checks, and related links.
Why use it?
It organizes investigation, separates observed problems from guesses about their cause, and checks for duplicate Issues before anything is published.

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

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 comet-github-idea-to-issue

README.md
[![agentmods](https://agentmods.dev/badge/skills/rpamis/comet/comet-github-idea-to-issue.svg)](https://agentmods.dev/skills/rpamis/comet/comet-github-idea-to-issue)
Your own site
<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>
Per session 68 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 466 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.00068 $0.00466
Opus 5 $0.00034 $0.00233
Sonnet 5 $0.00014 $0.00093
Haiku 4.5 $0.00007 $0.00047

Measured 4d ago against content hash 7b9b919b4900, 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-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.

assets/skills-maintainer/comet-github-idea-to-issue/SKILL.md · 36 lines

What it actually says

Comet 本地想法转 GitHub Issue

先读取 ../comet-github/references/maintainer-contract.md。起草阶段只读;创建 GitHub Issue 必须得到明确确认。

确定 Issue 内容

  1. 理解本地观察,检查当前实现、测试、Runtime 路径和相关文档。
  2. 按领域概念搜索已有 GitHub Issue 和 PR,判断这是重复问题、已有 Issue 的 follow-up,还是新报告。
  3. 选择最匹配的仓库模板:bug、feature、task 或 question。起草字段前先读取当前 YAML 模板。
  4. 区分用户可见问题和推测的实现原因。只有有助于复现或界定范围时才写入实现细节。

起草正文

生成以下内容:

  • 使用仓库模板前缀的简洁标题;
  • 受影响的 workflow、平台和版本/状态;
  • 当前行为与预期行为;
  • 复现步骤或触发该想法的用户流程;
  • 已有证据和疑似边界,未经验证的内容标注为假设;
  • 明确范围和非目标;
  • 可以独立检查的验收标准;
  • 相关 Issue/PR 链接和重复搜索说明。

Feature 需要先描述 workflow 问题和期望行为,再提出实现方案。Bug 需要在必要时保留准确命令、日志、版本和项目状态。

确认后再发布

先展示完整的标题、模板类型、标签和正文。得到确认后才能调用 gh issue create。创建后验证返回的 URL 和标题,并报告 Issue 编号。除非另行要求,不修改标签、不关闭相关 Issue,也不创建额外 ticket。

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. 4d ago First seen · 36 lines · 68 tokens per session scan A 7b9b919b4900

Subscribe to this mod's changes

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.

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

ZhangHanDong/agent-spec · 42 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