What problem does it solve?
Manual pull request reviews are slow and often miss subtle bugs, security vulnerabilities, and architectural inconsistencies, especially in large diffs. This Skill automates deep PR analysis in CI so every change gets a thorough, consistent review.
Core Features & Use Cases
- Parallel Deep Analysis: Runs four specialized agents covering semantic consistency, deep bug detection, tech debt, and security review on every PR.
- Validated Findings: Scores each issue 0-100 after validation to filter out false positives before posting.
- GitHub Integration: Posts a single review with line-specific comments and suggestion blocks directly to the PR via the GitHub API.
- Use Case: A team merges dozens of Rust PRs weekly into a zero-knowledge VM codebase. This Skill runs in CI on each PR, flags a soundness-breaking change in the proof verifier, and posts an inline comment with a suggested fix before merge.
Quick Start
Ask the assistant to review the current pull request for bugs, security issues, and code quality, then post the findings as GitHub review comments.