critic-review

Installation
SKILL.md

Critic Review

Validate an implementation plan before writing code. Gathers current library docs via Context7 (staleness safeguard), dispatches to multiple models via counselors, and synthesizes findings into a prioritized action list.

Three modes:

  • Default — full pipeline: detect stack → Context7 scan → build prompt → counselors dispatch → synthesize
  • --dry-run — generate a copyable prompt and stop (no dispatch)
  • --feedback="..." or --feedback-file=path — analyze external reviewer input, skip Phases 2-5

Arguments: $ARGUMENTS


Phase 1: Parse arguments + resolve plan

Parse $ARGUMENTS:

  • Extract flags: --dry-run, --feedback="...", --feedback-file=path, --model=x, --models=x,y
  • If --feedback or --feedback-file is present → skip to Phase 6 (feedback analysis mode)
Related skills
Installs
36
GitHub Stars
1
First Seen
Mar 11, 2026