Review implementation against a spec using git diffs to catch mismatches, missing work, and bugs. Supports iterative review+fix with --fix flag and parallel multi-angle review. Use after implementing a feature to verify spec coverage.
From reviewernpx claudepluginhub shdennlin/agent-plugins --plugin reviewerThis skill uses the workspace's default tool permissions.
result-reviewer.mdGuides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Details PluginEval's skill quality evaluation: 3 layers (static, LLM judge), 10 dimensions, rubrics, formulas, anti-patterns, badges. Use to interpret scores, improve triggering, calibrate thresholds.
Review implementation against a spec by analyzing git diffs and cross-referencing with spec requirements.
Provide spec file paths and optionally a base branch:
$result docs/plans/auth-flow/
$result spec.md tasks.md --base develop
$result docs/plan/ -b main
With iterative auto-fix:
$result docs/plan/ --fix
$result docs/plan/ --fix --base main -n 5 --fix-all
$result docs/plan/ --fix --parallel "security,coverage"
If no paths are given, ask which spec files to review against.
--fix)Without --fix: use the companion result-reviewer.md in this directory as the agent prompt.
With --fix: dispatch reviewer:result-fix-orchestrator with parameters (spec_paths, working_directory, base_branch, max_iterations, parallel, angles, fix_all, review-angles template content).
The agent will cd to the git root automatically. Provide it with: