Code Reviewing Skill — Quick Reference This skill provides operational checklists and prompts for structured code review across languages and stacks. Use it when the primary task is reviewing existing code rather than designing new systems. Quick Reference | Review Type | Focus Areas | Key Checklist | When to Use | |-------------|-------------|---------------|-------------| | Security Review | Auth, input validation, secrets, OWASP Top 10 | software-security-appsec | Security-critical code, API endpoints | | Supply Chain Review | Dependencies, lockfiles, licenses, SBOM, CI policies | dev-depe…