Qms Audit Expert
ISO 13485 internal audit expertise for medical device QMS. Covers audit planning, execution, nonconformity classification, and CAPA verification. Use
What Is Qms Audit Expert?
Qms Audit Expert is a specialized Claude Code skill designed to guide users through the complexities of ISO 13485 internal audits for medical device quality management systems (QMS). Built for productivity, it streamlines internal audit planning, execution, nonconformity classification, and CAPA (Corrective and Preventive Action) verification. The skill addresses the entire audit lifecycle, from establishing a risk-based audit program to preparing for external regulatory inspections. By leveraging best practices and a consistent methodology, Qms Audit Expert helps organizations maintain compliance, drive continuous improvement, and reduce audit-related risks.
Why Use Qms Audit Expert?
Medical device manufacturers face stringent regulatory requirements, especially under ISO 13485, which mandates formalized internal audit processes. Noncompliance or poor audit management can lead to findings that jeopardize certifications, disrupt product launches, and result in costly remediation. Qms Audit Expert was developed to mitigate these risks by:
- Providing a structured, repeatable framework for all stages of the audit process.
- Reducing manual effort in audit planning, scheduling, and documentation.
- Ensuring risk-based coverage of all ISO 13485 clauses within the audit cycle.
- Streamlining the identification, classification, and management of nonconformities.
- Facilitating robust CAPA verification and follow-up.
- Supporting external audit preparation and audit program management.
By embedding Qms Audit Expert into day-to-day QMS operations, organizations can ensure sustained compliance, minimize regulatory exposure, and continuously improve their quality management system.
How to Get Started
To integrate Qms Audit Expert into your workflow:
- Access the Skill: Download or clone the skill from the official GitHub repository.
- Install Dependencies: Ensure your Claude Code environment is set up according to the repository’s requirements.
- Configure Triggers: Activate the skill using relevant triggers such as “ISO 13485 audit,” “internal audit,” or “CAPA verification.”
- Customize Audit Inputs: Define your organization’s QMS processes, assign risk levels, and input previous audit findings where prompted.
- Run the Skill: Use Claude’s conversational interface or code prompts to plan, execute, and document audits as outlined in the workflow.
Example:
Setting Up an Audit Program
## Example:
Define processes and risk levels for audit planning
qms_processes = [
{"name": "Design Control", "risk": "High"},
{"name": "Supplier Management", "risk": "Medium"},
{"name": "Document Control", "risk": "Low"}
]
## Schedule audits based on risk
audit_schedule = []
for process in qms_processes:
frequency = "Annual" if process["risk"] == "High" else "Every 2 Years"
audit_schedule.append({
"process": process["name"],
"frequency": frequency
})
print(audit_schedule)This produces an audit schedule tailored to process risk.
Key Features
Qms Audit Expert provides comprehensive support across the audit lifecycle:
- Audit Planning Workflow: Guides users through listing QMS processes, risk assessment, frequency determination, auditor assignment (with independence checks), and annual schedule creation.
- Audit Execution: Facilitates objective evidence collection, conformity assessment, and documentation of findings.
- Nonconformity Classification: Assists in categorizing findings (Major, Minor, Observation), assigning severity, and linking to relevant ISO 13485 clauses.
- CAPA Verification: Tracks CAPA implementation, verifies effectiveness, and supports closure of audit findings.
- External Audit Preparation: Prepares documentation and evidence for notified body or regulatory inspections.
- Reference Documentation and Tools: Provides access to checklists, templates, and audit logs for consistent documentation.
Example:
Nonconformity Classification
## Example:
Classify audit findings
finding = {
"description": "Missing supplier evaluation records",
"clause": "ISO 13485:2016 7.4.1",
"severity": "Major"
}
if finding["severity"] == "Major":
action = "Immediate CAPA required"
else:
action = "Monitor for trends"
print(f'Finding: {finding["description"]}, Action: {action}')Best Practices
- Map All QMS Processes: Ensure a complete and current inventory of processes to avoid audit gaps.
- Apply Risk-Based Scheduling: Prioritize high-risk processes for more frequent audits.
- Maintain Auditor Independence: Assign auditors with no direct responsibility for the process under review.
- Document Evidence Rigorously: Record objective evidence for every finding, linking to specific ISO 13485 clauses.
- Monitor Trends: Use audit results to identify systemic issues and prioritize continuous improvement.
- Verify CAPA Effectiveness: Close findings only after confirming corrective actions are implemented and effective.
Important Notes
- Skill Scope: Qms Audit Expert is tailored for ISO 13485 internal audits and may require adaptation for other standards.
- Regulatory Updates: Regularly review ISO 13485 and local regulatory changes to keep audit criteria aligned.
- Data Security: Protect confidential audit data, especially when integrating with external systems or cloud storage.
- Human Oversight: While the skill automates many steps, professional judgment remains critical for risk assessment, classification, and final approval of audit outcomes.
- Continuous Improvement: Treat each audit cycle as an opportunity to refine processes, templates, and the use of Qms Audit Expert itself.
By systematically applying Qms Audit Expert, medical device organizations can ensure robust, compliant, and efficient QMS audit programs that withstand regulatory scrutiny and drive operational excellence.
More Skills You Might Like
Explore similar skills to enhance your workflow
Certifier Automation
Automate Certifier operations through Composio's Certifier toolkit via
Dovetail Automation
Automate Dovetail operations through Composio's Dovetail toolkit via
Continuous Learning
Automate and integrate continuous learning processes to support ongoing skill development
Threejs Geometry
Build and manipulate Three.js geometry with advanced automation and integration
Emelia Automation
Automate Emelia operations through Composio's Emelia toolkit via Rube MCP
Lemlist Automation
1. Add the Composio MCP server to your client: `https://rube.app/mcp`