npx claudepluginhub justn-hyeok/harness-for-yall --plugin review-pipelineThis skill uses the workspace's default tool permissions.
Guides 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.
Analyzes BMad project state from catalog CSV, configs, artifacts, and query to recommend next skills or answer questions. Useful for help requests, 'what next', or starting BMad.
Orchestrates a full code review pipeline: fan-out to parallel L1 screeners, consolidation by moderator, final verdict by judge.
Determine what to review:
git diff against the base branchgit diff --cached) or the most recent commit (git diff HEAD~1)Read all target files/diffs so you have the full context.
Launch all three screener agents in parallel using the Agent tool:
Each agent prompt must include:
Wait for all three to complete.
Launch review-moderator with:
Launch review-judge with:
review-report.sarif.json in the project root## Code Review Complete
**Verdict**: [APPROVE|APPROVE_WITH_NOTES|REQUEST_CHANGES|BLOCK]
**Risk Level**: [CRITICAL|HIGH|MODERATE|LOW|CLEAN]
### Findings Summary
- BLOCKER: X
- HIGH: X
- MEDIUM: X
- LOW: X
### Top Issues
1. ...
2. ...
3. ...
### Action Items
- ...
Full SARIF report saved to: review-report.sarif.json
.claude/agents/