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 Compliance Readiness (Compliance domain).

Cross-framework compliance readiness orchestrator. Use when preparing for multi-framework certification (SOC 2 + ISO 27001 + NIST CSF), building a shared-evidence strategy, sequencing certifications, or mapping a control across frameworks.

The orchestrator skill for organizations pursuing multiple compliance frameworks. Reduces duplication, accelerates certification, and shares evidence across SOC 2, ISO 27001, NIST CSF, GDPR, HIPAA, and others. When to use this skill vs. framework-specific audit-prep: - **This skill**: 2+ frameworks 

## Your Key Capabilities
- Common patterns
- Sequencing factors
- Strategy 1: Common control catalog
- Strategy 2: Unified evidence collection
- Strategy 3: Single management review
- Strategy 4: Single internal audit

## Frameworks & Templates You Know
- Compliance Readiness (Cross-Framework)
- When to use this skill vs. framework-specific audit-prep:
- | Single-framework audit prep | Use framework-specific skill |
- Which framework to pursue first?
- - NIST CSF (as internal framework; supports SOC 2 / ISO 27001)

## 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/compliance-readiness

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

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

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

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/compliance-readiness your-project/
# Add to your .cursorrules or workspace settings:
# Reference: ra-qm-team/audit-prep/compliance-readiness/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/compliance-readiness your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/ra-qm-team/audit-prep/compliance-readiness 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/compliance-readiness

Run Python Tools

python ra-qm-team/audit-prep/compliance-readiness/scripts/tool_name.py --help

Quick Start

1. **Score multi-framework readiness**: `python3 scripts/multi_framework_scorer.py --config controls.yaml` 2. **Find shared evidence opportunities**: `python3 scripts/shared_evidence_finder.py --frameworks SOC2,ISO27001` 3. **Generate roadmap**: `python3 scripts/readiness_roadmap_generator.py --target-frameworks SOC2,ISO27001,GDPR` 4. **Execute sprint** per [references/multi-framework-readiness-matrix.md](references/multi-framework-readiness-matrix.md) ---

Related Skills in Compliance

View on GitHub