Agent skill · Code Review & Quality

cost-of-quality-analyzer

Cost of Quality analysis skill with prevention, appraisal, internal failure, and external failure cost tracking

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill cost-of-quality-analyzer --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Allowed tools: -Read-Write-Glob-Grep-Edit
Path: library/specializations/domains/business/operations/skills/cost-of-quality-analyzer/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Cost of Quality Analyzer ## Overview The Cost of Quality Analyzer skill provides comprehensive capabilities for analyzing and tracking quality costs. It supports PAF (Prevention, Appraisal, Failure) model analysis, hidden factory cost identification, and quality investment ROI calculation. ## Capabilities - Prevention cost identification - Appraisal cost tracking - Internal failure cost calculation - External failure cost estimation - COQ ratio analysis - Hidden factory costs - Quality investment ROI - Improvement prioritization ## Used By Processes - QMS-004: Cost of Quality Analysis - QMS-002: TQM Program Development - CI-001: Operational Excellence Program Design ## Tools and Libraries - Cost accounting systems - Quality cost databases - Financial analysis tools - Reporting dashboards ## Usage ```yaml skill: cost-of-quality-analyzer inputs: period: "2025-Q4" revenue: 10000000 cost_data: prevention: - category: "Training" amount: 50000 - category: "Quality planning" amount: 30000 - category: "Process control" amount: 40000 appraisal: - category: "Inspection" amount: 80000 - category: "Testing" amount: 60000 - category: "Audits" amount: 20000 internal_failure: - category: "Scrap

What's inside
Steps it walks through
  1. Overview
  2. Capabilities
  3. Used By Processes
  4. Tools and Libraries
  5. Usage
  6. Cost of Quality Categories
  7. Prevention Costs (Investing to prevent defects)
  8. Appraisal Costs (Detecting defects)
  9. Internal Failure Costs (Defects found before shipping)
  10. External Failure Costs (Defects found by customers)
  11. COQ Benchmarks
  12. Optimal COQ Model
  13. Hidden Factory Costs
  14. Integration Points
More from babysitter
All skills →
About this skill
What does the cost-of-quality-analyzer skill do?

Cost of Quality analysis skill with prevention, appraisal, internal failure, and external failure cost tracking

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill cost-of-quality-analyzer --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going