quality-audit

Orchestrates automated multi-agent analysis, validation, and remediation of codebases.

8|4|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/rysweet/amplihack-rs --skill quality-audit-rysweet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quality-audit
Source: https://github.com/rysweet/amplihack-rs/tree/main/amplifier-bundle/skills/quality-audit
Command: npx skills add https://github.com/rysweet/amplihack-rs --skill quality-audit-rysweet

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Systematic, large-scale codebase audits are slow and error-prone. This skill orchestrates automated, multi-agent analysis, validation, and remediation to improve code quality and architectural alignment.

Core Features & Use Cases

  • Orchestrates familiarization, parallel audits, issue assembly, phase 3.5 validation, and batch PR generation.
  • Produces structured issues, PRs, and a master report to guide remediation and decision-making.
  • Scales to large repos by dividing work into divisions and running agents in parallel for faster feedback.

Quick Start

Run the quality-audit workflow to initiate an automated, multi-agent codebase audit and view the consolidated report.

Frequently Asked Questions about quality-audit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate a systematic codebase audit for a large repository?

Automated codebase audits use multi-agent orchestration to divide your repository into parallel divisions, running analysis and validation agents simultaneously to generate structured issues, pull requests, and a master report.

What is multi-agent validation in code quality auditing?

Multi-agent validation deploys parallel agents across codebase divisions to analyze and validate issues, applying a Phase 3.5 validation step to reduce duplicate work before assembling structured issues and generating remediation pull requests.

Can I run parallel code audits across different parts of my codebase?

Yes, parallel code audits scale to large repositories by dividing the codebase into separate divisions and running multiple audit agents concurrently, which accelerates feedback and produces a consolidated master report.

How do I generate pull requests automatically from a code audit report?

Automated code audit workflows assemble validated issues and generate batch pull requests directly from the analysis, providing structured remediation outputs and a master report to guide decision-making.

What's the best way to reduce duplicate issues in automated codebase analysis?

Multi-agent codebase audits apply a Phase 3.5 validation step after parallel analysis to validate assembled issues, reducing duplicate work and ensuring reproducible, measurable quality improvements before pull request generation.

Does multi-agent code auditing work for codebases of any size?

Multi-agent codebase auditing applies to codebases of any size, scaling by dividing work into divisions and running agents in parallel to handle large repositories while maintaining structured issue creation and final reporting.