What problem does it solve?
This Skill provides a structured process for auditing backend code against styleguide, security, and testing standards, eliminating manual, inconsistent reviews.
Core Features & Use Cases
- Scope Evaluation: Analyzes a given directory or file to identify audit targets, filtering out irrelevant test and mock files.
- Team Orchestration: Automatically creates a QA team, assigns grouped files to auditors, and coordinates their work.
- Cleanup Automation: Sends shutdown requests and removes the team once all audits finish.
- Use Case: Run the skill on a microservice's source folder to ensure API routes follow best practices, data access is secure, and legacy
__tests__ are migrated to the new naming convention.
Quick Start
Run the qb skill on the target directory to audit backend files and receive a comprehensive QA report.