cost-of-quality-analyzer
Cost of Quality analysis skill with prevention, appraisal, internal failure, and external failure cost tracking
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Overview
- Capabilities
- Used By Processes
- Tools and Libraries
- Usage
- Cost of Quality Categories
- Prevention Costs (Investing to prevent defects)
- Appraisal Costs (Detecting defects)
- Internal Failure Costs (Defects found before shipping)
- External Failure Costs (Defects found by customers)
- COQ Benchmarks
- Optimal COQ Model
- Hidden Factory Costs
- Integration Points
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.
