What problem does it solve?
This Skill performs end-to-end pre-merge validation by orchestrating parallel human-like reviewers and language-specific static analysis to catch critical bugs, security issues, and plan drift before code is merged.
Core Features & Use Cases
- Parallel Review Council: Spawns multiple reviewer agents (code-reviewer, security-reviewer, critic) to independently evaluate diffs and cross-verify findings.
- Automated Remediation Loop: Attempts machine-led fixes for critical issues and re-runs review until resolved or user intervention is required.
- Monitor-driven Linting: Streams linters in parallel (ruff, shellcheck, tsc, clippy, etc.) with fallbacks when tools are unavailable.
- Use Case: Use this skill to validate a feature branch before creating a PR, automatically surface security-critical problems, and reduce manual review cycles.
Quick Start
Run the quality-gate skill with a specific file path or with 'all' to spawn the review council, aggregate findings, and run linters.