Code Review

Performs a thorough code review covering complexity, security, and style. Use when the user asks for a review, asks to check this code, or mentions PR review.

whyashthakker Updated

File contents

Code Review

Perform a structured code review in three phases.

Phase 1: Complexity

Run python ~/.claude/skills/code-review/scripts/complexity_check.py <file> and report any functions flagged as overly long.

Phase 2: Security

Read references/security_checklist.md and check each item against the target file.

Phase 3: Style

Check naming conventions, comment quality, and consistency.

Output Format

Use three sections: Complexity Issues / Security Issues / Style Notes. Be specific — line numbers and suggested fixes where possible.

whyashthakker/agent-skills/tree/main/.claude/skills/code-review commit d0b1e0d7f7

Frequently asked questions

npx skillmds@latest add whyashthakker/code-review