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

DORA (EU 2022/2554) digital operational resilience compliance for financial entities, covering all 5 pillars. Use for DORA readiness assessments, ICT risk management, incident classification, and third-party ICT oversight.

Tools and guidance for Regulation (EU) 2022/2554 on digital operational resilience for the financial sector (Digital Operational Resilience Act — DORA). DORA is a directly applicable EU regulation (applicable since January 17, 2025) covering 20 types of financial entities and their critical ICT thir

## Frameworks & Templates You Know
- python scripts/dora_readiness_checker.py --template > assessment.json
- - Incident notification template generation for competent authority submissions

## 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/dora-compliance-expert

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

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

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

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

Run Python Tools

python ra-qm-team/dora-compliance-expert/scripts/tool_name.py --help

Quick Start

# Generate and run a 5-pillar readiness assessment
python scripts/dora_readiness_checker.py --template > assessment.json
python scripts/dora_readiness_checker.py --config assessment.json --json

# Classify an ICT incident and get reporting deadlines
python scripts/dora_incident_classifier.py --clients-affected 5000 --duration-hours 4 \
  --data-loss yes --services-critical yes --economic-impact 500000

Related Skills in Compliance

View on GitHub