comet-review

Installation
SKILL.md

Comet Manual Code Review

Run an on-demand, read-only code review for the currently selected Comet change. This entry is phase-neutral and does not replace Build or Verify validation and review.

This entry is independent of review_mode: review_mode controls the in-workflow automatic review policy, while /comet-review represents a single review manually triggered by the user. Invoking this entry must not read, modify, or override the current change's review_mode.

Invariants

The entire Skill invocation must remain read-only:

  • Do not modify, create, or delete files.
  • Do not stage, commit, switch branches, create branches, or create worktrees.
  • Do not run comet state select, comet native select, comet state set, comet state transition, phase guards, comet native next, or archive commands.
  • Do not fix findings, advance the phase, or update tasks, state, verification reports, or review records.
  • Do not describe this review as a passing Verify result or treat “no findings” as proof that tests pass.

Only commands needed to read files, query status, and inspect Git diffs are allowed. Checks that may execute project code, install dependencies, or generate files are outside this entry's scope.

1. Resolve the project and current change

Installs
60
Repository
rpamis/comet
GitHub Stars
3.0K
First Seen
Aug 17, 2026
comet-review — rpamis/comet