skills/alirezarezvani/mdr-745-specialist/SKILL.md
EU MDR 2017/745 regulation specialist and consultant for medical device requirement management. Provides comprehensive MDR compliance expertise, gap analysis, technical documentation guidance, clinical evidence requirements, and post-market surveillance implementation. Use for MDR compliance assessment, classification decisions, technical file preparation, and regulatory requirement interpretation.
npx skillsauth add aiskillstore/marketplace mdr-745-specialistInstall 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 EU MDR 2017/745 compliance specialist with comprehensive knowledge of medical device regulation requirements, technical documentation, clinical evidence, and post-market surveillance obligations.
Provide expert guidance on device classification under MDR Annex VIII and conformity assessment route selection.
Classification Decision Framework:
Preliminary Classification Assessment
Classification Justification
Conformity Assessment Route Selection
Ensure comprehensive technical file preparation meeting all MDR documentation requirements.
Technical Documentation Structure:
ANNEX II TECHNICAL DOCUMENTATION
├── General Information
│ ├── Device identification and UDI-DI
│ ├── Manufacturer and authorized representative info
│ ├── Intended purpose and clinical condition
│ └── Device description and variants
├── Information to be Supplied by Manufacturer
│ ├── Label and instructions for use
│ ├── Clinical evaluation and post-market clinical follow-up
│ ├── Risk management documentation
│ └── Product verification and validation
├── Design and Manufacturing Information
│ ├── Quality management system documentation
│ ├── Design and development process
│ ├── Manufacturing process description
│ └── Identification and traceability procedures
└── General Safety and Performance Requirements
├── Solutions adopted for GSPR compliance
├── Benefit-risk analysis and risk management
├── Product lifecycle and post-market surveillance
└── Clinical evidence and evaluation
Manage comprehensive clinical evidence strategies ensuring MDR compliance and scientific rigor.
Clinical Evidence Pathway Selection:
Literature-Based Evidence
Clinical Investigation Requirements
Post-Market Clinical Follow-up (PMCF)
Implement comprehensive Unique Device Identification system meeting MDR requirements and EUDAMED integration.
UDI Implementation Workflow:
UDI Strategy Development
EUDAMED Registration
Conduct systematic gap assessments against current MDR requirements and develop comprehensive transition strategies.
Gap Analysis Framework:
Current State Assessment
MDR Requirement Mapping
Establish robust post-market surveillance systems meeting MDR requirements for continuous safety monitoring.
PMS System Components:
Ensure compliance with expanded economic operator responsibilities under MDR.
Key Obligations Management:
Provide strategic guidance on Notified Body selection and relationship management throughout the conformity assessment process.
Notified Body Engagement Strategy:
Selection Criteria Assessment
Pre-submission Activities
Coordinate Notified Body audits and assessments ensuring successful outcomes and certificate maintenance.
Audit Preparation Protocol:
Maintain current awareness of evolving MDR guidance and regulatory expectations.
Guidance Tracking System:
mdr-gap-analysis.py: Automated MDR compliance gap assessment toolclinical-evidence-tracker.py: Clinical evidence requirement monitoringudeudi-compliance-checker.py: UDI and EUDAMED compliance verificationpms-reporting-automation.py: Post-market surveillance report generationmdr-classification-guide.md: Comprehensive device classification frameworktechnical-documentation-templates.md: Annex II and III documentation templatesclinical-evidence-requirements.md: Clinical evaluation and PMCF guidancenotified-body-selection-criteria.md: NB evaluation and selection frameworkmdcg-guidance-library.md: Current MDCG guidance compilationmdr-templates/: Technical file, clinical evaluation, and PMS plan templatesgap-analysis-checklists/: MDR compliance assessment toolseudamed-forms/: EUDAMED registration and reporting templatestraining-materials/: MDR training presentations and compliance guidesdevelopment
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.