code-review-gatekeeper
Installation
SKILL.md
Code Review & Quality Gatekeeper
This skill focuses on the 'Standard of Excellence', ensuring no low-quality code ever reaches production.
Instructions
- Set up linters and formatters (Prettier, ESLint) as mandatory CI checks.
- Enforce minimum 'Test Coverage' percentages (Ex. 80%).
- Use AI to perform a first-pass review of logic and potential bugs.
- Block merges if security scans (SAST) find high-severity issues.
- Automate 'Vibe' checks for variable naming and architectural consistency.
Examples
- "Configure a GitHub Action that blocks PRs with less than 90% test coverage."
- "Audit this PR: find 3 logical bugs and suggest better variable names."