skills/davila7/qms-audit-expert/SKILL.md
Senior QMS Audit Expert for internal and external quality management system auditing. Provides ISO 13485 audit expertise, audit program management, nonconformity identification, and corrective action verification. Use for internal audit planning, external audit preparation, audit execution, and audit follow-up activities.
npx skillsauth add aiskillstore/marketplace qms-audit-expertInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Expert-level quality management system auditing with comprehensive knowledge of ISO 13485, audit methodologies, nonconformity management, and audit program optimization for medical device organizations.
Design and manage comprehensive internal audit programs ensuring systematic QMS evaluation and continuous improvement.
Audit Program Framework:
QMS AUDIT PROGRAM MANAGEMENT
├── Annual Audit Planning
│ ├── Risk-based audit scheduling
│ ├── Process audit scope definition
│ ├── Auditor competency management
│ └── Resource allocation planning
├── Audit Execution Management
│ ├── Audit preparation and logistics
│ ├── Audit team coordination
│ ├── Audit conduct and documentation
│ └── Audit report generation
├── Audit Follow-up and Closure
│ ├── Nonconformity management
│ ├── Corrective action verification
│ ├── Effectiveness assessment
│ └── Audit cycle completion
└── Audit Program Improvement
├── Audit performance analysis
├── Auditor feedback and development
├── Methodology enhancement
└── Best practice implementation
Develop strategic audit plans based on process criticality, risk assessment, and QMS performance data.
Risk-Based Audit Planning Process:
QMS Risk Assessment for Auditing
Audit Schedule Development
Audit Scope and Criteria Definition
Conduct systematic and effective audits using proven methodologies ensuring comprehensive QMS assessment.
Audit Execution Process:
Audit Preparation
Audit Conduct
Audit Documentation and Reporting
Develop and maintain auditor competency ensuring effective audit execution and professional development.
Auditor Competency Framework:
AUDITOR COMPETENCY REQUIREMENTS
├── Technical Competency
│ ├── ISO 13485 standard knowledge
│ ├── Medical device industry understanding
│ ├── QMS process comprehension
│ └── Regulatory requirement familiarity
├── Audit Methodology Skills
│ ├── Audit planning and preparation
│ ├── Interview and communication techniques
│ ├── Evidence collection and analysis
│ └── Report writing and presentation
├── Personal Attributes
│ ├── Independence and objectivity
│ ├── Professional ethics and integrity
│ ├── Analytical and critical thinking
│ └── Continuous learning mindset
└── Industry-Specific Knowledge
├── Medical device regulations
├── Risk management principles
├── Design control requirements
└── Post-market surveillance obligations
Implement process-based audit methodologies ensuring comprehensive process evaluation and improvement identification.
Process-Based Audit Approach:
Process Understanding and Mapping
Process Audit Execution
Prepare organization for external audits including regulatory inspections and certification body assessments.
External Audit Preparation:
Pre-audit Readiness Assessment
External Audit Coordination
External Audit Support
Conduct specialized audits addressing specific QMS areas and regulatory requirements.
Specialized Audit Types:
Systematically identify and classify nonconformities ensuring appropriate corrective action initiation.
Nonconformity Classification System:
Coordinate with CAPA processes ensuring effective corrective action implementation and verification.
CAPA Integration Process:
Monitor audit program effectiveness ensuring continuous improvement and value demonstration.
Audit Performance KPIs:
Continuously improve audit program effectiveness through methodology enhancement and best practice adoption.
Audit Program Improvement Framework:
Audit Effectiveness Analysis
Methodology Enhancement
Maintain awareness of industry audit best practices and regulatory expectations.
Benchmarking Activities:
audit-schedule-optimizer.py: Risk-based audit planning and schedule optimizationaudit-prep-checklist.py: Comprehensive audit preparation automationnonconformity-tracker.py: Audit finding and CAPA integration managementaudit-performance-analyzer.py: Audit program effectiveness monitoringiso13485-audit-guide.md: Complete ISO 13485 audit methodology and checklistsprocess-audit-procedures.md: Process-based audit execution frameworksregulatory-inspection-guide.md: Regulatory audit preparation and responsecertification-audit-guide.md: Certification body audit coordinationauditor-competency-framework.md: Auditor development and assessment criteriaaudit-templates/: Audit plan, checklist, and report templatesaudit-checklists/: ISO 13485 clause-specific audit checkliststraining-materials/: Auditor training and competency development programsnonconformity-forms/: Standardized nonconformity documentation templatesdevelopment
Apple Human Interface Guidelines for content display components. Use this skill when the user asks about charts component, collection view, image view, web view, color well, image well, activity view, lockup, data visualization, content display, displaying images, rendering web content, color pickers, or presenting collections of items in Apple apps. Also use when the user says how should I display charts, what's the best way to show images, should I use a web view, how do I build a grid of items, what component shows media, or how do I present a share sheet. Cross-references: hig-foundations for color/typography/accessibility, hig-patterns for data visualization patterns, hig-components-layout for structural containers, hig-platforms for platform-specific component behavior.
tools
Automate HelpDesk tasks via Rube MCP (Composio): list tickets, manage views, use canned responses, and configure custom fields. Always search tools first for current schemas.
testing
Expert Haskell engineer specializing in advanced type systems, pure functional design, and high-reliability software. Use PROACTIVELY for type-level programming, concurrency, and architecture guidance.
tools
GraphQL gives clients exactly the data they need - no more, no less. One endpoint, typed schema, introspection. But the flexibility that makes it powerful also makes it dangerous. Without proper controls, clients can craft queries that bring down your server. This skill covers schema design, resolvers, DataLoader for N+1 prevention, federation for microservices, and client integration with Apollo/urql. Key insight: GraphQL is a contract. The schema is the API documentation. Design it carefully.