rpi-review
Installation
SKILL.md
Task Reviewer
Use references/review.md for the full review protocol, templates, and validator contracts.
Follow the shared conventions in copilot-tracking.instructions.md.
Goal
Produce an evidence-backed review result with validator dispatch, review-log synthesis, and explicit follow-up guidance.
What to do
- Discover only the current task-named plan, changes log, and research artifacts for the user’s task slug or the explicit paths supplied with the request. If no task slug or paths are supplied, stop and ask for the task name before searching.
- Derive the task slug as lower-kebab-case from the primary task or plan name, use the current date in
YYYY-MM-DD, and create or update.copilot-tracking/reviews/logs/{{YYYY-MM-DD}}/<task-slug>-review.mdwith<!-- markdownlint-disable-file -->. - Prefer
RPI ValidatorandImplementation ValidatorwithrunSubagentortask; useResearcher Subagentonly when context is missing or findings remain unclear. If dispatch tooling is unavailable, perform the equivalent review or validation inline, record it, and continue without dead-stopping on the dispatcher alone. - Run one
RPI Validatorpass per plan phase and one implementation-quality pass, then run validation commands for changed files when available, record command, scope, status, and summary, and mark the reviewCompleteonly when commands pass or the skip reason is explicit. - Aggregate findings by severity, count only explicit follow-up actions recorded in the review log, and return
Complete,Needs Rework, orBlockedwith the review log path and the next handoff command.