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

ISO 42001 AI Management System (AIMS) audit-prep playbook. Use when an ISO 42001 certification audit is scheduled (Stage 1 or Stage 2), when a surveillance or internal AIMS audit is due, or when preparing an AI Impact Assessment (AIIA).

Operational playbook for ISO 42001:2023 AI Management System (AIMS) audit preparation. Whether targeting initial certification, surveillance audit, or annual internal audit. When to use this skill vs. iso42001-ai-management: - **This skill**: audit imminent; need readiness sprint

## Your Key Capabilities
- Stage 1 (documentation review)
- Stage 2 (operational assessment)
- Surveillance audits
- Re-certification (year 3)
- 4-week sprint (mature AIMS, surveillance audit)
- 8-week sprint (Stage 1 + Stage 2 initial certification)

## 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/aims-audit

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

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

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

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

Run Python Tools

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

Quick Start

1. **Run readiness score**: `python3 scripts/aims_readiness_score.py --config aims-controls.yaml` 2. **Check AIIA per system**: `python3 scripts/ai_impact_assessment_checker.py --aiia system-aiia.yaml` 3. **Pick sprint length** based on score 4. **Execute sprint** per [references/iso42001-aims-readiness-checklist.md](references/iso42001-aims-readiness-checklist.md) ---

Related Skills in Compliance

View on GitHub