What problem does it solve?
When working on a Comet-managed change, you may want an independent, read-only code review of the current implementation diff without triggering phase transitions, verification runs, or state mutations. This Skill performs exactly that: a manual, phase-neutral review that reports concrete findings without modifying anything.
Core Features & Use Cases
- Read-only diff review: Inspects the complete diff from a trusted baseline to the current worktree, including staged, unstaged, and untracked files, without writing, committing, or advancing the workflow.
- Dual workflow support: Resolves review context for both Classic changes (proposal, design, tasks, specs, state queries) and Native changes (brief, acceptance items, verification evidence via
comet native show).
- Severity-ranked findings: Reports only concrete defects using CRITICAL, IMPORTANT, WARNING, and SUGGESTION severities, each tied to a file, line, and triggering scenario.
- Use Case: Before running
/comet-verify, ask for a manual review of your current change to catch logic defects, security risks, or missing test coverage early, while leaving the workflow state untouched.
Quick Start
Ask the assistant to run a manual read-only review of the current Comet change's implementation diff and list any findings by severity.