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.