What problem does it solve?
Reviewing community pull requests requires checking the latest diff, linked issues, review thread status, mergeability, and CI results, and it is easy to draw conclusions from stale comments or outdated bot output. This Skill enforces a read-only, evidence-first review process so conclusions are always based on the current PR head and base.
Core Features & Use Cases
- Current-State Refresh: Fetches PR metadata, full diff, commits, comments, and review threads, distinguishing resolved or outdated threads from still-valid concerns.
- Evidence-Based Implementation Review: Traces real production call paths, compares the implementation against linked issues or specs, and reproduces reachable failure paths before reporting bugs.
- Merge-Blocking Focus: Reports only must-fix issues affecting correctness, data integrity, security, or mergeability, each with severity, file/line evidence, and a minimal fix direction.
- Use Case: A maintainer asks whether a community PR is ready to merge; the Skill verifies the head SHA, checks CI status (delegating failures to CI triage), confirms review threads are resolved, and concludes with a clear verdict such as "no must-fix items" or "merge/CI issues must be resolved first".
Quick Start
Use the comet-github-pr-review skill to review pull request number 123 in the comet repository and tell me whether it has any must-fix issues.