What problem does it solve?
Delivers a disciplined pull request audit so architecture, security, and compatibility risks are surfaced before merge approvals even when CI is green and the codebase grows in complexity.
Core Features & Use Cases
- Seven-step workflow: Gathers context from branch names,
.paadhai.json, and issue plans, verifies CI status, captures diffs, and funnels everything into a unified audit report.
- Three independent reviews: Runs architecture, security, and compatibility analyses in parallel using the structured reviewer prompt, then synthesizes findings with PASS/FAIL results and detailed evidence.
- Human sign-off and handoff: Pauses for explicit approval, then shares the structured audit summary and next steps so the release pipeline can continue confidently.
- Use Case: Ideal for a developer or reviewer finishing a feature branch who needs to ensure architectural alignment, surface security gaps, and confirm compatibility before handing the PR off to the release process.
Quick Start
Run dev-audit on the current PR to gather architecture, security, and compatibility findings before merging.