What problem does it solve?
This Skill prevents security and quality regressions by performing a comprehensive, post-implementation review that validates changed code, then fixes issues immediately instead of only reporting them.
Core Features & Use Cases
- Security-first CRITICAL/HIGH enforcement: Detects and resolves vulnerabilities such as hardcoded secrets, injection risks, XSS, missing boundary validation, insecure dependencies, and path traversal.
- Quality and reliability verification: Ensures code health by running lint and the test suite, then blocks approval if lint/tests fail or critical issues remain.
- Context-aware escalation: Escalates to a team review when changes span many files, multiple domains (UI + API + auth), or require multi-perspective judgment.
Quick Start
Perform a post-implementation review of the current changes by enumerating changed files, inspecting their contents, fixing issues directly, then running lint and tests and producing a file:line referenced summary.