reviewing-code

Installation
SKILL.md

Code Review

Review changed code for security, quality, test coverage, and architecture. Ground every finding in concrete evidence: a file:line reference or tool output.

If a task-tracking facility is available, track these phases as tasks.

Role and output contract

This skill produces findings, not edits. It owns the tiered-findings output contract below. Emit the findings regardless of role; route the actual fixes to fixing-code or the refactor to refactoring-code. A reviewer (read-only) cannot run git diff or builds — work from the files in scope plus any diff context the caller supplies, and ask for that context if it is missing rather than guessing.

Workflow

  1. Determine review scope.
  2. Detect languages and load the matching references.
  3. Walk the review dimensions across the scope. Use ast-grep before rg for structural code-pattern checks when Bash is available; use rg for exact text.
  4. Aggregate findings by severity and report.

Track progress through the workflow phases using TaskCreate / TaskUpdate.

Installs
5
GitHub Stars
32
First Seen
Apr 14, 2026
reviewing-code — alexei-led/cc-thingz