quality-audit-workflow

Orchestrate a six-phase parallel codebase quality audit with GitHub issues and PRs.

2|22|Updated Oct 9, 2025
One-click install
npx skills add https://github.com/rysweet/azlin --skill quality-audit-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quality-audit-workflow
Source: https://github.com/rysweet/azlin/tree/main/.claude/skills/quality-audit-workflow
Command: npx skills add https://github.com/rysweet/azlin --skill quality-audit-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill orchestrates a six-phase, parallel quality audit of a codebase, producing actionable remediation recommendations and a master report.

Core Features & Use Cases

  • Phase 1: Familiarization
  • Phase 2: Parallel quality audit with multiple agents
  • Phase 3: Issue assembly into GitHub issues
  • Phase 4: Parallel PR generation per issue
  • Phase 5: PM review and prioritization
  • Phase 6: Master report with actionable recommendations

Quick Start

Request a quality audit on your codebase and let the workflow execute the six phases automatically.

Frequently Asked Questions about quality-audit-workflow

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

FAQPage Schema
How do I automate quality audits across my codebase?

Automated quality audits run parallel agents across your codebase to identify issues, generate prioritized PRs, and produce a master report with actionable recommendations in six coordinated phases.

Can I set custom severity and LOC thresholds for code quality checks?

Yes, the workflow supports configurable thresholds for severity levels, lines of code limits, and module size constraints to match your quality standards.

How does parallel processing speed up the audit workflow?

Multiple agents work simultaneously across divisions—one phase handles issue creation while another generates PRs in parallel, reducing total execution time versus sequential processing.

What does the master report include after the audit completes?

The master report delivers PM-prioritized recommendations and comprehensive findings from all six audit phases, consolidating issues, PRs, and quality insights into actionable guidance.

Do I need to manually create GitHub issues during the audit?

No, the workflow automatically assembles and creates GitHub issues from detected quality problems, then generates corresponding PRs for each issue without manual intervention.

What's the workflow's approach to enforcing code quality standards?

Philosophy-enforced quality checks apply consistent standards throughout the audit, ensuring recommendations align with defined quality principles across all code modules and divisions.