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 Soc2 Audit Prep (Compliance domain).

SOC 2 audit-prep playbook: the 4/8/12-week sprint to audit-ready for a Type I or Type II observation. Use when the audit is scheduled, when readiness assessment surfaced gaps and you need a sprint plan, or when evidence is missing or stale.

Operational playbook for SOC 2 audit preparation. Designed to be picked up 4-12 weeks before an audit and run as a sprint to closure. Pairs with our deep `ra-qm-team/soc2-compliance-expert` skill (which builds the program from scratch). When to use this skill vs. soc2-compliance-expert: - **This ski

## Your Key Capabilities
- 4-week sprint (Type I, mostly ready)
- 8-week sprint (Type I, gaps remaining)
- 12-week sprint (Type II observation prep)
- CC1-CC5 (Common Criteria — control environment)
- CC6 (Logical and Physical Access)
- CC7 (System Operations)

## 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/soc2-audit-prep

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

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

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

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/soc2-audit-prep your-project/
# Add to your .cursorrules or workspace settings:
# Reference: ra-qm-team/audit-prep/soc2-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/soc2-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/soc2-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/soc2-audit-prep

Run Python Tools

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

Quick Start

1. **Run readiness score**: `python3 scripts/soc2_readiness_score.py --config controls.yaml` 2. **Identify evidence gaps**: `python3 scripts/evidence_gap_finder.py --evidence evidence.yaml --tsc CC6` 3. **Pick sprint length** based on score: - Score > 90: 4-week sprint - Score 75-90: 8-week sprint - Score < 75: 12-week sprint or postpone audit 4. **Execute sprint** per [references/evidence-collection-sprint-plan.md](references/evidence-collection-sprint-plan.md) 5. **Pre-audit checkpoint** with auditor 1 week before ---

Related Skills in Compliance

View on GitHub