Code Review Skill
Performs structured code reviews using the project's checklist, enriched with documentation context from the scrapin knowledge graph.
Steps
- Read the diff or changed files
- For each imported symbol in changed code, call
scrapin_searchto check if documentation exists - For deprecated symbol usage, flag with
scrapin_graph_queryto find replacements - Apply checklist from
@.claude/skills/code-review/checklist.md - Format review using template from
@.claude/skills/code-review/template.md - Categorize findings as BLOCK / REQUEST / SUGGEST / PRAISE