CI/CD Pipeline Design for Medical Devices

Design regulated CI/CD pipelines with compliance checks and artifact traceability.

26|6|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/AminAlam/meddev-agent-skills --skill ci-cd-pipeline-design-for-medical-devices
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: CI/CD Pipeline Design for Medical Devices
Source: https://github.com/AminAlam/meddev-agent-skills/tree/main/ci-cd/pipeline-design
Command: npx skills add https://github.com/AminAlam/meddev-agent-skills --skill ci-cd-pipeline-design-for-medical-devices

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the challenge of creating and maintaining Continuous Integration and Continuous Deployment (CI/CD) pipelines that meet the stringent compliance and security requirements of the medical device industry.

Core Features & Use Cases

  • Compliance-focused Pipeline Design: Ensures pipelines include necessary stages for regulated environments (linting, SAST, testing, signing, artifact archival).
  • Auditability and Traceability: Captures build provenance and links artifacts to requirements and tests.
  • Security Best Practices: Enforces access control, artifact integrity, and secure credential management.
  • Use Case: Implementing a CI/CD pipeline for a new Class C medical device software component, ensuring all regulatory requirements for build, testing, and artifact management are met from the outset.

Quick Start

Design a CI/CD pipeline for a medical device project that includes stages for linting, building, testing, and artifact signing.

Frequently Asked Questions about CI/CD Pipeline Design for Medical Devices

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I design a CI/CD pipeline for medical device software that meets IEC 62304 compliance?

To design a CI/CD pipeline for medical device software that meets IEC 62304 compliance, include mandatory stages for linting, SAST, unit/integration testing, coverage analysis, package signing, and artifact archival with full traceability and audit trails.

What stages are required in a regulated CI/CD pipeline for a Class C medical device?

A regulated CI/CD pipeline for a Class C medical device requires stages for lint/SAST, building, unit and integration testing, coverage verification, package signing, and artifact archival to ensure build provenance and artifact integrity.

How do I ensure auditability and traceability in medical device CI/CD pipelines?

You ensure auditability and traceability in medical device CI/CD pipelines by capturing build provenance, enforcing access control, and linking archived artifacts directly to requirements and tests throughout the pipeline stages.

Can I use standard CI/CD pipeline tools for building regulated medical device codebases?

Standard CI/CD pipeline tools can be used for regulated medical device codebases if they are configured to enforce environment parity, secure credential management, comprehensive logging, and strict artifact integrity checks.

What is the best way to implement artifact management and build provenance for medical device software?

The best way to implement artifact management and build provenance for medical device software is to configure pipelines with strict access control, package signing, and comprehensive logging that links artifacts to their exact build environments.

Why does my medical device software pipeline need SAST and package signing integrated?

Your medical device software pipeline needs SAST and package signing integrated to satisfy security best practices, enforce artifact integrity, and provide the audit trails required for stringent regulatory compliance.