💻 Software Dev
Request Code Review
Pre-commit code review — security scan, quality gates, automated fixes, and review checklist generation.
skill_view("requesting-code-review")
📖 Guide
Load with skill_view("requesting-code-review"). Runs a multi-stage review: security scan (SAST patterns), quality checks (linting, type checking), and generates a review report.
🔧 How To
Before committing: run the review on your changes → fix flagged issues (security, quality, style) → commit with confidence. The skill can auto-fix some issues.
⚠️ Pitfalls
Not a replacement for human code review. Security scanning is pattern-based — may miss novel vulnerabilities. Auto-fixes should be reviewed before applying.
Related Skills
More skills in Software Dev