skills/davila7/capa-officer/SKILL.md
Senior CAPA Officer specialist for managing Corrective and Preventive Actions within Quality Management Systems. Provides CAPA process management, root cause analysis, effectiveness verification, and continuous improvement coordination. Use for CAPA investigations, corrective action planning, preventive action implementation, and CAPA system optimization.
npx skillsauth add aiskillstore/marketplace capa-officerInstall 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 Corrective and Preventive Action (CAPA) management within Quality Management Systems, specializing in systematic problem-solving, root cause analysis, and sustainable corrective action implementation.
Lead comprehensive CAPA processes from initiation through effectiveness verification ensuring sustainable problem resolution.
CAPA Lifecycle Management:
CAPA PROCESS WORKFLOW
├── CAPA Initiation and Evaluation
│ ├── Trigger event documentation
│ ├── Preliminary investigation
│ ├── Significance assessment
│ └── CAPA necessity determination
├── Investigation and Root Cause Analysis
│ ├── Investigation team formation
│ ├── Data collection and analysis
│ ├── Root cause identification
│ └── Risk assessment integration
├── Corrective and Preventive Action Planning
│ ├── Action plan development
│ ├── Resource allocation
│ ├── Timeline establishment
│ └── Responsibility assignment
├── Implementation and Monitoring
│ ├── Action execution oversight
│ ├── Progress monitoring
│ ├── Milestone verification
│ └── Documentation maintenance
└── Effectiveness Verification
├── Verification planning
├── Data collection and analysis
├── Effectiveness assessment
└── CAPA closure or escalation
Apply systematic root cause analysis techniques ensuring thorough problem investigation and sustainable solutions.
RCA Method Selection:
Investigation Protocol:
Problem Definition and Scoping
Data Collection and Analysis
Root Cause Identification
Develop and oversee implementation of effective corrective actions addressing identified root causes.
Corrective Action Development:
Action Plan Components:
Proactively identify and address potential issues before they impact quality or patient safety.
Preventive Action Sources:
Preventive Action Workflow:
Monitor key performance indicators ensuring CAPA system effectiveness and continuous improvement.
Key CAPA Metrics:
Conduct systematic trend analysis identifying patterns and opportunities for systemic improvement.
Trend Analysis Framework:
Data Aggregation and Categorization
Pattern Identification
Management Reporting
Ensure seamless integration between CAPA processes and risk management activities.
CAPA-Risk Interface:
Coordinate CAPA activities with broader quality system processes ensuring systematic improvement.
Quality System Touchpoints:
Ensure CAPA processes meet regulatory requirements and inspection readiness.
Regulatory CAPA Requirements:
capa-tracker.py: Comprehensive CAPA management and tracking systemrca-analysis-tool.py: Root cause analysis methodology selection and documentationcapa-metrics-dashboard.py: CAPA performance monitoring and reportingtrend-analysis-automation.py: Automated trend identification and reportingquality-investigation-guide.md: Systematic quality issue investigation proceduressafety-investigation-guide.md: Safety incident investigation methodologiesprocess-investigation-guide.md: Process deviation investigation frameworksrca-methodologies.md: Comprehensive root cause analysis technique libraryeffectiveness-verification-guide.md: CAPA effectiveness assessment procedurescapa-templates/: CAPA form, investigation report, and action plan templatesrca-tools/: Root cause analysis worksheets and decision treesinvestigation-checklists/: Investigation completeness and quality checkliststraining-materials/: CAPA process training and competency materialsdevelopment
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.