Чеклист код-ревью по дифу PR

★ 6.8 · general

code-review-checklist is a Claude Code skill that generates context-aware code review checklists from PR diffs, tailored to the programming language, existing codebase patterns, and team conventions. It analyzes changed files, identifies the type of PR — feature, bugfix, or refactor — and produces a prioritized list of review items covering security (input validation, hardcoded secrets, SQL injection, XSS), performance (N+1 queries, caching), maintainability, and test coverage. The skill relies on Read, Grep, and Glob tools to inspect the codebase; it does not auto-fix code, generate tests, or perform a dedicated security audit. Ideal for reviewers approaching unfamiliar code, teams onboarding new members, or anyone looking to keep review quality consistent across pull requests.