From reviewer
Inject reviewer-aligned rules into openspec/config.yaml so generated specs pass review on first attempt. Use to reduce review round-trips after /opsx:ff or spectra-propose.
How this skill is triggered — by the user, by Claude, or both
Slash command
/reviewer:initThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Inject reviewer rules into your project's `openspec/config.yaml` so that specs generated by OpenSpec tooling satisfy the reviewer's criteria.
Inject reviewer rules into your project's openspec/config.yaml so that specs generated by OpenSpec tooling satisfy the reviewer's criteria.
$init
$init --dry-run
openspec/config.yaml exists in the working directoryUse the companion init-reviewer.md in this directory as the agent prompt. The agent will cd to the git root automatically. Provide it with:
npx claudepluginhub shdennlin/agent-plugins --plugin reviewerSets up DeepWork Reviews by creating or updating .deepreview YAML files for automated code review rules. Guides optimal placement, rule combination to minimize overhead, testing, and summaries.
Reviews code implementation against specification: checks compliance with requirements, identifies deviations, reports score, triggers evolution if needed. Use after implementation or before merging.
Reviews code changes against spec via git diffs and screenshots. Classifies deviations by severity and outputs JSON summary to verify post-implementation alignment.