What problem does it solve?
Code reviews often lack consistent criteria and produce unstructured feedback that is hard to audit later. This Skill provides a manual fallback and audit path for reviewing code against a single-source-of-truth checklist, producing standardized review records.
Core Features & Use Cases
- Checklist-Driven Review: Applies a shared checklist covering functional requirements, code quality, architecture, error handling, security, and performance, with severity classification from Critical to Suggestions.
- Structured Review Records: Renders a standardized markdown template into
docs/3-code-review/CR_wa_vx.y.z.md with findings, checklist outcomes, and an approval verdict.
- Approval Gate: Enforces completion criteria such as no remaining critical or major issues, successful builds, and passing tests before approval.
- Use Case: After shipping version 1.2.0 without an automated review loop, run this Skill to audit the release against the project checklist and commit a formal review record to the docs folder.
Quick Start
Ask the AI to review version 1.2.0 using the TRIP-review checklist and save the review report to the docs folder.