Consolidates a full AI Act assessment into a signable, version-controlled Dokumentierter Prüfbericht for legal files and audit trails. context-first intake, input validation gate, 9-section report, citation-grounded prose, jurisdiction overlays, and formatted Word export — built on Regulation (EU) 2024/1689.
Each capability is documented separately, tested separately, and called by the workflow at the right moment. Compose them or invoke individually.
Nine structured steps. The human stays accountable; the skill carries the structure, the citations, and the document trail.
Match the workflow to the situation. The skill router picks automatically; you can override.
Single-folder skill. SKILL.md is the runtime spec; references hold the knowledge corpus; evals hold the proof.
ai-act-report/ ├── evals # Test cases + assertions │ └── evals.json # 3 cases, 0 assertions ├── references # Reference corpus │ ├── case-studies.md │ ├── compliance-timeline.md │ ├── docx-formatting.md │ ├── interpretation-aids.md │ ├── jurisdiction-checklists.md │ ├── legal-citations-index.md │ ├── output-templates.md │ └── report-template.md ├── CHANGELOG.md # Version history ├── README.md # Deployment guide └── SKILL.md # Main skill instructions
Two deployment surfaces. The skill auto-triggers on relevant keywords once installed.
ai-act-report/ foldercp -r ai-act-report/ \ ~/.claude/skills/user/
Every output is documented, version-pinned, and traceable to its source citation.
Every release runs against a fixed test suite. Assertions check numeric consistency, citation accuracy, and decision-tree branches.
Every legal verdict resolves to one of these instruments. No invented articles, no synthetic recitals.
The trace is the product. Nothing happens off the record — no hidden tool calls, no silent retrieval, no opaque chain-of-thought.
See CHANGELOG.md for version history.
EU AI Act Examination Report Generator — produces a formal, structured AI Act compliance assessment report suitable for legal files, audit trails, and regulatory inquiries:
ai-act-report/
├── SKILL.md # Main skill instructions (deploy this)
├── CHANGELOG.md # Version history
├── evals/
│ └── evals.json # Test cases
└── references/
├── report-template.md # 9-section master template
├── output-templates.md # Variant templates (assessment, gap, regulator, memo)
├── legal-citations-index.md # Article-reference index for consistency
├── interpretation-aids.md # Commission/EDPB interpretation hooks
├── jurisdiction-checklists.md # Member-State-specific compliance items
├── compliance-timeline.md # Deadline anchors per tier
├── docx-formatting.md # Word output formatting spec
└── case-studies.md # Worked report examples
ai-act-report/ folder structureai-act-report/ folder to your skills directory:
bash
cp -r ai-act-report/ /path/to/your/skills/user/ai-act-report/Either start fresh or hand over context from prior skill output:
"Generate a formal AI Act compliance report for our HR screening system. I've already run the classifier (high-risk, Annex III Nr. 4) and the roles skill (we're the deployer). Please assemble the full Prüfbericht and export it as a Word document."
The skill will validate the context, draft the 9-section report, run a quality check, and offer .docx export.
| Phase | Description |
|---|---|
| Phase 1: Input Collection | Context-first adaptive intake — consumes prior skill outputs if present |
| Phase 1.5: Input Validation | Explicit gate flagging missing or inconsistent inputs before drafting |
| Phase 2: Report Generation | 9-section template populated with citations and jurisdiction overlays |
| Phase 3: Quality Check | Pre-delivery review for consistency and completeness |
| Phase 4: Word Export | Optional formatted .docx output |
| Section | Content |
|---|---|
| 1. Introduction | Purpose, scope of the assessment, methodology note |
| 2. System Description | Functionality, deployment context, users |
| 3. Preliminary Check — Scope Exclusions (Art. 2) | Military, R&D, personal, ILE, open-source checks |
| 4. Scope of Application | Territorial scope (Art. 2), addressee analysis |
| 5. Intended Purpose (Art. 3(12)) | Provider-declared intended use |
| 6. Risk Classification | Tier verdict with Art. 5 / Annex I / Annex III / GPAI / Art. 50 analysis |
| 7. Applicable Obligations | Role × tier obligation map with legal citations |
| 8. Risk Flags & Recommendations | Open issues, follow-up actions, monitoring items |
| 9. Conclusion | Summary verdict + next steps |
| Feature | Description |
|---|---|
| 9-Section Template | Audit-ready structure for legal files and regulator submissions |
| Context Consumption | Reads prior classifier / roles / obligations / quick outputs |
| Input Validation Gate | Phase 1.5 explicitly flags missing/inconsistent inputs |
| Citation Index | Consistent article references across sections |
| Jurisdiction Overlays | Member-State-specific compliance items |
| Quality Check | Phase 3 pre-delivery review |
| Word Export | Formatted .docx output for archiving and distribution |
| Output Variants | Assessment, gap analysis, regulator submission, internal memo |
| Document | Reference |
|---|---|
| EU AI Act | Regulation (EU) 2024/1689 |
| Art. 2, 3, 5, 6, 50–55 | Citation anchors for each report section |
| Commission Guidelines | Used in interpretation aids |
| National implementation | Jurisdiction-specific checklist data |
This skill produces structured AI Act report templates based on Regulation (EU) 2024/1689. It is not legal advice. Reports should be reviewed and validated by qualified legal counsel before regulatory use.
Licensed under AGPL-3.0 — see LICENSE at the repo root.
Created by Oliver Schmidt-Prietz — OneZero Legal