Self Code Review Quick Start Perform systematic self-review of code changes before commits using a structured 8-step checklist. Most common use case: When to Use This Skill Mandatory situations: - Before every commit - Before creating pull requests - Before merging to main/master - After completing feature implementation User trigger phrases: - "review my changes" - "self-review" - "check my code" - "validate before commit" - "code review" - "ready to commit?" What This Skill Does Systematic 8-step review process: 1. Change Discovery - Identify all modified files via git diff 2. Architectural…