EU AI Act Readiness Check
Pressure-tests an AI system with six Article-cited EU AI Act questions before EU market placement.
Security & ReviewAdvanced★ 24,151⑂ 3,405AI score 7/10Last updated: Aug 9, 2026
What it does
Acts as an EU AI Act compliance operator and interrogates any AI system through six mandatory questions, each tied to a specific Article:
- Article 5 — Is this a prohibited practice? (up to €35M or 7% of worldwide turnover)
- Article 6 + Annex III — Is it high-risk, and does the Article 6(3) carve-out apply?
- Article 43 — Module A (internal control) or Module H (notified body)?
- Article 25 — Are you provider, deployer, importer, or distributor?
- Article 50 — Are transparency duties met (chatbot disclosure, synthetic content marking, deepfake labelling)?
- Articles 51–55 — Is it GPAI, and does it cross the 10^25 FLOPs systemic-risk threshold?
Output follows a fixed markdown template: risk tier, conformity module, obligation matrix by phase-in deadline, a 🟢/🟡/🔴/🚫 verdict, top three actions, and items flagged for outside counsel.
Who it's for
- Product and legal teams shipping AI systems into the EU market
- GRC practitioners reusing ISO 42001 / ISO 27001 / GDPR evidence for AI Act obligations
- Compliance owners tracking the 2025-02-02, 2025-08-02, 2026-08-02 and 2027-08-02 phase-ins
Examples
- Resume-screening AI intake: get a high-risk verdict under the Annex III employment category, with reasoning on why profiling defeats the Article 6(3) carve-out.
- Support chatbot before EU launch: surface a missing Article 50(1) AI-interaction disclosure and get remediation steps tied to the 2025-08-02 deadline.
- Scaling an in-house model: flag that training compute is nearing 10^25 FLOPs, triggering systemic-risk GPAI status and Article 55 duties (model evals, adversarial testing, incident reporting).
· · · Install guide · · ·
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the .gemini/skills/ai-act-readiness folder from the GitHub repo alirezarezvani/claude-skills into my ~/.claude/skills/ai-act-readiness/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/alirezarezvani/claude-skills.git /tmp/claude-skills && mkdir -p ~/.claude/skills && cp -r /tmp/claude-skills/.gemini/skills/ai-act-readiness ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal.
- Clone the repo into a temp folder:
git clone https://github.com/alirezarezvani/claude-skills.git /tmp/claude-skills - Create the skills folder if needed:
mkdir -p ~/.claude/skills - Copy the skill in:
cp -r /tmp/claude-skills/.gemini/skills/ai-act-readiness ~/.claude/skills/ - Restart Claude Code and invoke
/cs:ai-act-readiness <system>or just ask: "Run an EU AI Act readiness check on our hiring AI." - (Optional) The Python helpers referenced in the workflow live elsewhere in the repo (
ra-qm-team/skills/...). Keep the full clone and fix the paths if you want to run them. - Treat every verdict as a draft — confirm classifications and conformity routes with qualified legal counsel.
View source on GitHub ↗License: MIT