skills/davila7/quality-manager-qms-iso13485/SKILL.md
ISO 13485 Quality Management System specialist for medical device companies. Provides QMS implementation, maintenance, process optimization, and compliance expertise. Use for QMS design, documentation control, management review, internal auditing, corrective actions, and ISO 13485 certification activities.
npx skillsauth add aiskillstore/marketplace quality-manager-qms-iso13485Install 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 ISO 13485 Quality Management System implementation and maintenance for medical device organizations with deep knowledge of quality processes, documentation control, and continuous improvement.
Design and implement comprehensive quality management systems aligned with ISO 13485:2016 and regulatory requirements.
Implementation Workflow:
Gap Analysis and Planning
QMS Design and Documentation
Process Implementation
Establish and maintain robust document control processes ensuring compliance and traceability.
Document Control Framework:
DOCUMENT LIFECYCLE MANAGEMENT
├── Document Creation and Approval
│ ├── Template standardization
│ ├── Review and approval workflow
│ ├── Version control system
│ └── Release authorization
├── Document Distribution and Access
│ ├── Controlled distribution matrix
│ ├── Access permission management
│ ├── Electronic system integration
│ └── External document control
├── Document Maintenance and Updates
│ ├── Periodic review scheduling
│ ├── Change control procedures
│ ├── Impact assessment process
│ └── Superseded document management
└── Document Retention and Disposal
├── Retention period definition
├── Archive management system
├── Disposal authorization
└── Legal/regulatory compliance
Facilitate effective management review meetings ensuring systematic QMS evaluation and improvement.
Management Review Structure:
Key Review Inputs:
Design and execute comprehensive internal audit programs ensuring QMS effectiveness and continuous improvement.
Audit Program Management:
Annual Audit Planning
Audit Execution
Audit Follow-up
Implement robust design controls ensuring systematic product development and risk management integration.
Design Control Stages:
Ensure seamless integration of risk management processes throughout the QMS and product lifecycle.
Risk Management Workflow:
Establish comprehensive supplier evaluation, selection, and monitoring processes.
Supplier Management Process:
Monitor these critical quality metrics:
Improvement Methodology:
qms-performance-dashboard.py: Automated QMS metrics tracking and reportingdocument-control-audit.py: Document control compliance verificationmanagement-review-prep.py: Management review input compilation automationaudit-checklists/: Comprehensive internal audit checklist generatorsiso13485-procedures.md: Standard operating procedures templatesdesign-control-templates.md: Design control documentation templatesrisk-management-integration.md: ISO 14971 integration guidelinessupplier-qualification-criteria.md: Supplier assessment frameworksroot-cause-analysis-tools.md: Problem-solving methodologiesqms-templates/: Quality manual, procedure, and work instruction templatesaudit-forms/: Internal audit report and checklist templatestraining-materials/: ISO 13485 training presentations and materialsprocess-flowcharts/: Visual process 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.