PluginBench
Skill
Review
Audit score 70

qms-audit-expert

alirezarezvani/claude-skills

How to install qms-audit-expert

npx skills add https://github.com/alirezarezvani/claude-skills --skill qms-audit-expert
Claude Code
Cursor
Windsurf
Cline
Full instructions (SKILL.md)

Source of truth, from alirezarezvani/claude-skills.


name: "qms-audit-expert" description: ISO 13485 internal audit expertise for medical device QMS. Covers audit planning, execution, nonconformity classification, and CAPA verification. Use when planning internal audits, executing audits, classifying findings, preparing for external audits, or managing an audit program. triggers:

  • ISO 13485 audit
  • internal audit
  • QMS audit
  • audit planning
  • nonconformity classification
  • CAPA verification
  • audit checklist
  • audit finding
  • external audit prep
  • audit schedule

QMS Audit Expert

ISO 13485 internal audit methodology for medical device quality management systems.


Table of Contents


Audit Planning Workflow

Plan risk-based internal audit program:

  1. List all QMS processes requiring audit
  2. Assign risk level to each process (High/Medium/Low)
  3. Review previous audit findings and trends
  4. Determine audit frequency by risk level
  5. Assign qualified auditors (verify independence)
  6. Create annual audit schedule
  7. Communicate schedule to process owners
  8. Validation: All ISO 13485 clauses covered within cycle

Risk-Based Audit Frequency

Risk LevelFrequencyCriteria
HighQuarterlyDesign control, CAPA, production validation
MediumSemi-annualPurchasing, training, document control
LowAnnualInfrastructure, management review (if stable)

Audit Scope by Clause

ClauseProcessFocus Areas
4.2Document ControlDocument approval, distribution, obsolete control
5.6Management ReviewInputs complete, decisions documented, actions tracked
6.2TrainingCompetency defined, records complete, effectiveness verified
7.3Design ControlInputs, reviews, V&V, transfer, changes
7.4PurchasingSupplier evaluation, incoming inspection
7.5ProductionWork instructions, process validation, DHR
7.6CalibrationEquipment list, calibration status, out-of-tolerance
8.2.2Internal AuditSchedule compliance, auditor independence
8.3NC ProductIdentification, segregation, disposition
8.5CAPARoot cause, implementation, effectiveness

Auditor Independence

Verify auditor independence before assignment:

  • Auditor not responsible for area being audited
  • No direct reporting relationship to auditee
  • Not involved in recent activities under audit
  • Documented qualification for audit scope

Audit Execution

Conduct systematic internal audit:

  1. Prepare audit plan (scope, criteria, schedule)
  2. Review relevant documentation before audit
  3. Conduct opening meeting with auditee
  4. Collect evidence (records, interviews, observation)
  5. Classify findings (Major/Minor/Observation)
  6. Conduct closing meeting with preliminary findings
  7. Prepare audit report within 5 business days
  8. Validation: All scope items covered, findings supported by evidence

Evidence Collection

MethodUse ForDocumentation
Document reviewProcedures, recordsDocument number, version, date
InterviewProcess understandingInterviewee name, role, summary
ObservationActual practiceWhat, where, when observed
Record traceProcess flowRecord IDs, dates, linkage

Audit Questions by Clause

Document Control (4.2):

  • Show me the document master list
  • How do you control obsolete documents?
  • Show me evidence of document change approval

Design Control (7.3):

  • Show me the Design History File for [product]
  • Who participates in design reviews?
  • Show me design input to output traceability

CAPA (8.5):

  • Show me the CAPA log with open items
  • How do you determine root cause?
  • Show me effectiveness verification records

See references/iso13485-audit-guide.md for complete question sets.

Finding Documentation

Document each finding with:

Requirement: [Specific ISO 13485 clause or procedure]
Evidence: [What was observed, reviewed, or heard]
Gap: [How evidence fails to meet requirement]

Example:

Requirement: ISO 13485:2016 Clause 7.6 requires calibration
at specified intervals.

Evidence: Calibration records for pH meter (EQ-042) show
last calibration 2024-01-15. Calibration interval is
12 months. Today is 2025-03-20.

Gap: Equipment is 2 months overdue for calibration,
representing a gap in calibration program execution.

Nonconformity Management

Classify and manage audit findings:

  1. Evaluate finding against classification criteria
  2. Assign severity (Major/Minor/Observation)
  3. Document finding with objective evidence
  4. Communicate to process owner
  5. Initiate CAPA for Major/Minor findings
  6. Track to closure
  7. Verify effectiveness at follow-up
  8. Validation: Finding closed only after effective CAPA

Classification Criteria

CategoryDefinitionCAPA RequiredTimeline
MajorSystematic failure or absence of elementYes30 days
MinorIsolated lapse or partial implementationRecommended60 days
ObservationImprovement opportunityOptionalAs appropriate

Classification Decision

Is required element absent or failed?
├── Yes → Systematic (multiple instances)? → MAJOR
│   └── No → Could affect product safety? → MAJOR
│       └── No → MINOR
└── No → Deviation from procedure?
    ├── Yes → Recurring? → MAJOR
    │   └── No → MINOR
    └── No → Improvement opportunity? → OBSERVATION

CAPA Integration

Finding SeverityCAPA DepthVerification
MajorFull root cause analysis (5-Why, Fishbone)Next audit or within 6 months
MinorImmediate cause identificationNext scheduled audit
ObservationNot requiredNoted at next audit

See references/nonconformity-classification.md for detailed guidance.


External Audit Preparation

Prepare for certification body or regulatory audit:

  1. Complete all scheduled internal audits
  2. Verify all findings closed with effective CAPA
  3. Review documentation for currency and accuracy
  4. Conduct management review with audit as input
  5. Prepare facility and personnel
  6. Conduct mock audit (full scope)
  7. Brief personnel on audit protocol
  8. Validation: Mock audit findings addressed before external audit

Pre-Audit Readiness Checklist

Documentation:

  • Quality Manual current
  • Procedures reflect actual practice
  • Records complete and retrievable
  • Previous audit findings closed

Personnel:

  • Key personnel available during audit
  • Subject matter experts identified
  • Personnel briefed on audit protocol
  • Escorts assigned

Facility:

  • Work areas organized
  • Documents at point of use current
  • Equipment calibration status visible
  • Nonconforming product segregated

Mock Audit Protocol

  1. Use external auditor or qualified internal auditor
  2. Cover full scope of upcoming external audit
  3. Simulate actual audit conditions (timing, formality)
  4. Document findings as for real audit
  5. Address all Major and Minor findings before external audit
  6. Brief management on readiness status

Reference Documentation

ISO 13485 Audit Guide

references/iso13485-audit-guide.md contains:

  • Clause-by-clause audit methodology
  • Sample audit questions for each clause
  • Evidence collection requirements
  • Common nonconformities by clause
  • Finding severity classification

Nonconformity Classification

references/nonconformity-classification.md contains:

  • Severity classification criteria and decision tree
  • Impact vs. occurrence matrix
  • CAPA integration requirements
  • Finding documentation templates
  • Closure requirements by severity

Tools

Audit Schedule Optimizer

# Generate optimized audit schedule
python scripts/audit_schedule_optimizer.py --processes processes.json

# Interactive mode
python scripts/audit_schedule_optimizer.py --interactive

# JSON output for integration
python scripts/audit_schedule_optimizer.py --processes processes.json --output json

Generates risk-based audit schedule considering:

  • Process risk level
  • Previous findings
  • Days since last audit
  • Criticality scores

Output includes:

  • Prioritized audit schedule
  • Quarterly distribution
  • Overdue audit alerts
  • Resource recommendations

Sample Process Input

{
  "processes": [
    {
      "name": "Design Control",
      "iso_clause": "7.3",
      "risk_level": "HIGH",
      "last_audit_date": "2024-06-15",
      "previous_findings": 2
    },
    {
      "name": "Document Control",
      "iso_clause": "4.2",
      "risk_level": "MEDIUM",
      "last_audit_date": "2024-09-01",
      "previous_findings": 0
    }
  ]
}

Audit Program Metrics

Track audit program effectiveness:

MetricTargetMeasurement
Schedule compliance>90%Audits completed on time
Finding closure rate>95%Findings closed by due date
Repeat findings<10%Same finding in consecutive audits
CAPA effectiveness>90%Verified effective at follow-up
Auditor utilization4 days/monthAudit days per qualified auditor

Related skills

More from alirezarezvani/claude-skills and the wider catalog.

MA

marketing-skills

alirezarezvani/claude-skills

Directory and router for the marketing skills library. Use when you need to find the right marketing skill for a task, see what marketing capabilities exist, or get oriented in this plugin. 44 specialist skills across 8 pods (content, SEO + AEO, CRO, channels, growth, intelligence, sales enablement, ops), 59 stdlib Python tools. Routes to one skill — it does not execute marketing work itself.

2.1k installs
EN

engineering-skills

alirezarezvani/claude-skills

Index of the engineering-team skills bundle for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw, and 6 more tools. Architecture, frontend, backend, QA, DevOps, security, AI/ML, data engineering, Playwright, Stripe, AWS, MS365 (stdlib-only Python tools). Use when browsing or choosing among engineering-team role skills — load only the one specialist SKILL.md you need, never bulk-load the bundle.

2.1k installs
FI

finance-skills

alirezarezvani/claude-skills

Router/index for the 2 finance skills bundled in this plugin: financial-analyst (ratio analysis, DCF valuation, budget variance, rolling forecasts) and saas-metrics-coach (ARR/MRR, churn, CAC/LTV, NRR, quick ratio). Use when a finance request doesn't obviously match one skill and you need to pick the right one (e.g., 'analyze these financials', 'how healthy are my SaaS metrics').

2.1k installs
BU

business-growth-skills

alirezarezvani/claude-skills

Router/index for the 4 business & growth skills bundled in this plugin: customer-success-manager (health scoring, churn risk, expansion), sales-engineer (RFP analysis, competitive matrices, PoC planning), revenue-operations (pipeline, forecast accuracy, GTM efficiency), and contract-and-proposal-writer. Use when a growth/revenue request doesn't obviously match one skill and you need to pick the right one (e.g., 'which accounts are at risk', 'should we bid on this RFP').

2.0k installs
EN

engineering-advanced-skills

alirezarezvani/claude-skills

Index of 37 advanced engineering agent skills for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw. Use when browsing or choosing among the POWERFUL-tier engineering skills: agent design, RAG, MCP servers, CI/CD, database design, observability, security auditing, changelog/release automation, reliability (SLO/chaos/flags/operators), platform ops.

1.9k installs
PR

product-skills

alirezarezvani/claude-skills

Router/index for the 12 product skills bundled in this plugin (RICE prioritization, OKRs, UX research, design tokens, competitive teardown, analytics, experiments, discovery, roadmaps, spec-to-repo, landing pages, SaaS scaffolding). Use when a product request doesn't obviously match one skill and you need to pick the right one (e.g., 'help me prioritize features', 'plan a product experiment').

1.9k installs