afc:qa

Audit software projects for test confidence, build integrity, and code health.

7|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/jhlee0409/all-for-claudecode --skill afc-qa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: afc:qa
Source: https://github.com/jhlee0409/all-for-claudecode/tree/main/skills/qa
Command: npx skills add https://github.com/jhlee0409/all-for-claudecode --skill afc-qa

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill identifies and reports on quality gaps in a software project, ranging from test confidence and error handling to build integrity and code health.

Core Features & Use Cases

  • Comprehensive Audits: Performs checks across multiple categories including test confidence, error resilience, build/CI integrity, API contract safety, and general code health.
  • Configurable Scope: Allows users to specify the scope of the audit (e.g., all categories, just tests, or specific concerns).
  • Use Case: Before releasing a new feature, run /afc:qa to ensure the test suite is robust, error handling is consistent, and the build pipeline is stable, providing a clear report on potential quality issues.

Quick Start

Run a full quality audit on the current project using the afc:qa skill.

Frequently Asked Questions about afc:qa

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

FAQPage Schema
How do I audit my software project for quality gaps and code health?

Run a comprehensive quality audit on your software project to assess test confidence, error resilience, build integrity, API contract safety, and code health signals. It analyzes project structure, runtime behavior, and configuration adherence to report quality gaps.

What does a comprehensive code health and quality audit cover?

A project quality audit assesses test confidence, error resilience, build and CI integrity, API contract safety, and general code health signals. It analyzes project structure, runtime behavior, and adherence to defined rules and configurations to detect gaps.

Can I limit the quality audit scope to only check test confidence or CI integrity?

Yes, the quality audit allows configurable scope, enabling you to target specific concerns like test confidence or CI integrity. You can specify all categories, just tests, or specific areas to focus the project quality assessment.

Do I need to provide project configuration files for a CI and build integrity audit?

Yes, auditing CI and build integrity requires access to project configuration files and execution of test and CI commands. The audit analyzes runtime behavior and adherence to defined rules to ensure the build pipeline is stable.

When should I run a software quality audit before releasing a new feature?

Run a software quality audit before releasing a new feature to ensure the test suite is robust, error handling is consistent, and the build pipeline is stable. This provides a clear report on potential quality issues and gaps.