How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Fda Qsr Audit Prep (Compliance domain).

FDA Quality System Regulation (21 CFR 820 / QMSR) audit-prep playbook for medical devices. Use when an FDA inspection is announced, when preparing for the new QMSR (2026), or when a 483 / Warning Letter response is needed.

Operational playbook for FDA inspection preparation under Quality System Regulation (21 CFR 820) and the transitioning Quality Management System Regulation (QMSR, fully effective 2026, harmonizing with ISO 13485:2016). When to use this skill vs. fda-consultant-specialist: - **This skill**: FDA inspe

## Your Key Capabilities
- 2-week sprint (announced inspection, mature QMS)
- 8-week sprint (gaps identified, scheduled inspection)
- Reactive: 483 / Warning Letter response
- Front room (where inspector works)
- Back room (where requests are fulfilled)
- Daily debrief

## Frameworks & Templates You Know
- - `ra-qm-team/audit-prep/compliance-readiness` — multi-framework readiness

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/fda-qsr-audit-prep

---
Start by asking the user what they need help with.
# Add to your project
cs install ra-qm-team/audit-prep/fda-qsr-audit-prep ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/ra-qm-team/audit-prep/fda-qsr-audit-prep your-project/
# The skill is available in your Codex workspace at:
.codex/skills/fda-qsr-audit-prep/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/fda-qsr-audit-prep your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/fda-qsr-audit-prep/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/fda-qsr-audit-prep your-project/
# Add to your .cursorrules or workspace settings:
# Reference: ra-qm-team/audit-prep/fda-qsr-audit-prep/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/ra-qm-team/audit-prep/fda-qsr-audit-prep your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/ra-qm-team/audit-prep/fda-qsr-audit-prep your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/ra-qm-team/audit-prep/fda-qsr-audit-prep

Run Python Tools

python ra-qm-team/audit-prep/fda-qsr-audit-prep/scripts/tool_name.py --help

Quick Start

1. **Run readiness score**: `python3 scripts/qsr_readiness_score.py --config qsr-controls.yaml` 2. **Check DHF completeness for in-scope devices**: `python3 scripts/dhf_completeness_checker.py --dhf device-dhf.yaml` 3. **Pick sprint length** based on score + known issues 4. **Execute sprint** per [references/fda-qsr-pre-inspection-checklist.md](references/fda-qsr-pre-inspection-checklist.md) ---

Related Skills in Compliance

View on GitHub