comet-github

Routes Comet GitHub maintenance requests to PR review, issue triage, CI diagnosis, or issue implementation workflows.

2.9k|284|Updated May 14, 2026
One-click install
npx skills add https://github.com/rpamis/comet --skill comet-github
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: comet-github
Source: https://github.com/rpamis/comet/tree/main/assets/skills-maintainer/comet-github
Command: npx skills add https://github.com/rpamis/comet --skill comet-github

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Maintainers of the Comet repository face many kinds of GitHub work—PR reviews, issue triage, CI failures, idea collection, and issue implementation—but choosing the wrong process or jumping straight into code changes causes mistakes. This Skill acts as a single entry point that routes each request to the correct evidence-based workflow.

Core Features & Use Cases

  • Intent-Based Routing: Maps requests like "review this PR", "is this issue a real bug", or "why did CI fail" to the dedicated sub-skills comet-github-pr-review, comet-github-issue-triage, comet-github-ci-triage, comet-github-idea-to-issue, or comet-github-issue-fix.
  • Shared Maintainer Contract: Enforces evidence-first verification, read-only defaults, workspace safety, and explicit authorization before any GitHub write operation such as commenting, labeling, committing, or creating PRs.
  • Use Case: A maintainer pastes a failing CI link and asks what went wrong; the Skill refreshes live GitHub state, routes to CI triage, and reports confirmed evidence versus unverified assumptions without modifying anything.

Quick Start

Use the comet-github skill to decide how to handle this Comet GitHub issue and tell me the next safe step.

Frequently Asked Questions about comet-github

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I route a GitHub issue or PR to the right maintenance workflow?

Describe the request by intent, such as reviewing a PR, triaging an issue, diagnosing CI, or implementing a fix. The router maps each intent to a dedicated sub-skill and returns the routing decision, supporting evidence, and the next safe action.

What GitHub maintenance tasks does this routing skill cover?

It covers five flows: PR review, issue triage to confirm whether a report is a real bug, converting local ideas into issues, CI failure diagnosis, and implementing fixes based on an issue. Mixed requests are split into read-only diagnosis first, then a handoff recommendation.

Can the skill comment on issues or create pull requests automatically?

No. The maintainer contract is read-only by default. Commenting, changing labels, closing issues, creating issues, committing, pushing, or creating PRs all require explicit user authorization, with the exact target and resulting changes stated beforehand.

Why does the skill refresh GitHub state before analyzing?

Copied comments, old CI results, review bot summaries, and remembered commit SHAs can be stale. The contract requires refreshing the current branch, head/base, and CI status so conclusions rest on live evidence rather than outdated clues.

What are the limitations of this routing skill?

It only routes and coordinates; actual review, triage, or fixes happen in the dedicated sub-skills. It never crosses silently from analysis into code changes or GitHub writes, and it reports uncertainty levels such as confirmed, likely, insufficient evidence, or unverified.