# Code Review

> Structured code review using checklist and knowledge graph context

- Skill: `lobbi-docs/code-review` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add lobbi-docs/code-review`
- Raw SKILL.md: https://api.skillmd.com/api/skills/lobbi-docs/code-review/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Lobbi-Docs (https://skillmd.com/u/lobbi-docs)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/lobbi-docs/code-review

---


# Code Review Skill

Performs structured code reviews using the project's checklist, enriched with documentation
context from the scrapin knowledge graph.

## Steps

1. Read the diff or changed files
2. For each imported symbol in changed code, call `scrapin_search` to check if documentation exists
3. For deprecated symbol usage, flag with `scrapin_graph_query` to find replacements
4. Apply checklist from `@.claude/skills/code-review/checklist.md`
5. Format review using template from `@.claude/skills/code-review/template.md`
6. Categorize findings as BLOCK / REQUEST / SUGGEST / PRAISE

