Agent skill · Security

quality-auditor

Internal quality audit skill with planning, execution, findings documentation, and corrective action tracking

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill quality-auditor --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/quality-auditor/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

# Quality Auditor ## Overview The Quality Auditor skill provides comprehensive capabilities for planning and conducting internal quality audits. It supports audit program planning, checklist generation, findings classification, and corrective action tracking. ## Capabilities - Audit program planning - Audit checklist generation - Finding classification (major/minor/observation) - Nonconformance documentation - Corrective action request (CAR) creation - Root cause requirement - Effectiveness verification - Audit report generation ## Used By Processes - QMS-003: Quality Audit Management - QMS-001: ISO 9001 Implementation - LEAN-002: 5S Implementation ## Tools and Libraries - Audit management software - QMS platforms - Document management systems - Corrective action tracking ## Usage ```yaml skill: quality-auditor inputs: audit_type: "internal" # internal | supplier | process audit_scope: "Production processes against ISO 9001:2015" standard: "ISO 9001:2015" department: "Manufacturing" processes: - "Production control" - "Inspection and testing" - "Nonconforming product" previous_findings: - finding_id: "NC-2025-001" status: "closed" - finding_id: "NC-2025-002" status: "open" outputs:

What's inside
Steps it walks through
  1. Overview
  2. Capabilities
  3. Used By Processes
  4. Tools and Libraries
  5. Usage
  6. Audit Process
  7. Phase 1: Planning
  8. Phase 2: Execution
  9. Phase 3: Reporting
  10. Phase 4: Follow-up
  11. Finding Classification
  12. Corrective Action Requirements
  13. Audit Checklist Categories
  14. Integration Points
More from babysitter
All skills →
About this skill
What does the quality-auditor skill do?

Internal quality audit skill with planning, execution, findings documentation, and corrective action tracking

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill quality-auditor --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