What problem does it solve?
Manually compiling scattered architecture decision records (ADRs) and code convention rules into consistent, task-specific code review criteria is time-consuming and error-prone, especially for large cross-module pull requests.
Core Features & Use Cases
- Relevant ADR Extraction: Filters module-specific ADR documents by the current task's tech stack to pull only applicable architectural decisions and their implementation requirements.
- Convention Merging: Combines extracted ADR requirements with matching code convention rules to generate a unified, tailored evaluation guide.
- Use Case: For a large API module PR, this skill automatically pulls only the ADRs related to the API's tech stack, merges them with the API's code conventions, and produces a ready-to-use review criteria document, eliminating the need to manually sift through dozens of unrelated ADRs.
Quick Start
Use the code-review-criteria skill to generate a tailored code review evaluation guide for your current module's pull request.