Documentation
README
rag-code-review — review against team standards, not the internet
When to use this skill
Trigger when the user asks:
- "Review this PR / code / diff"
- "Any issues with this?"
- "Does this look right?"
- "Is this idiomatic?"
- "Should I merge this?"
- Any critique-style prompt on a code artifact
What this skill commits to
Before offering ANY review comment, the agent consults the corpus for:
- ADRs governing the area (auth, retries, error handling, naming, dependencies…)
- Existing patterns — similar files that show the "how we do this" convention
- Prior incidents touching the code being changed
Review comments then read as "per ADR-XXXX we do Y here" rather than "generally you should Z".
Steps
This is the opening of the README. Read the full README on GitHub.