Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

AIMS ISO 42001 Audit Interrogation

Pressure-tests an ISO/IEC 42001 AI Management System with six forcing questions before certification or internal audit.

Security & ReviewAdvanced24,1513,405AI score 6/10Last updated: Aug 9, 2026

What it does

Acts as an ISO/IEC 42001 AIMS specialist that forces six questions before any certification commitment, audit cycle, or new-system onboarding:

  • Does the scope statement name every AI system (embedded models, third-party AI services, "experimental" production systems)?
  • Does the AI policy commit to lawful use, beneficial purpose, human oversight, and continual improvement?
  • Is every high/critical risk mapped to at least one Annex A control (Clause 6.1.3)?
  • Was the risk assessment re-run after the last material model change (Clause 6.1.2, EU AI Act Article 9)?
  • Is there a Clause 9.2 internal audit plan with auditor independence respected?
  • Is the AIMS integrated with existing ISMS/QMS instead of built in parallel?

It then emits a fixed report: gap analysis, risk register summary, audit plan coverage, cross-framework reuse, a 🟢/🟡/🔴 verdict, and three concrete actions.

Who it's for

  • Compliance and quality leads preparing for ISO 42001 stage 1/2 audits
  • CISO/CAIO teams standing up AI governance for the first time
  • Organisations with ISO 27001 or 13485 who want to append AI scope

Example uses

  1. Two weeks before a stage 1 audit, ask it to hunt for AI systems missing from the AIMS scope statement.
  2. Before shipping a new LLM feature, decide whether it enters existing AIMS scope and triggers a risk re-assessment.
  3. When drafting the annual internal audit programme, verify the rolling 3-year cycle covers all clauses and applicable Annex A controls.

· · · Install guide · · ·

Try it now, no install

Paste this into Claude to use the skill without installing anything.

Read the instructions in this file and follow them to help me:
https://raw.githubusercontent.com/alirezarezvani/claude-skills/HEAD/.gemini/skills/aims-audit/SKILL.md

What I want: (describe your task here)

If Claude can't open the link, open it yourself and paste the contents instead.

If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.

Install in the Claude app (no terminal)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download 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/aims-audit folder from the GitHub repo alirezarezvani/claude-skills into my ~/.claude/skills/aims-audit/.
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 && mkdir -p ~/.claude/skills/aims-audit && cp -r claude-skills/.gemini/skills/aims-audit/* ~/.claude/skills/aims-audit/

This is a third-party skill. Check the source repository before installing.

  1. Open a terminal.
  2. Clone the repo: git clone https://github.com/alirezarezvani/claude-skills.git
  3. Create the skill folder: mkdir -p ~/.claude/skills/aims-audit
  4. Copy the files: cp -r claude-skills/.gemini/skills/aims-audit/* ~/.claude/skills/aims-audit/
  5. Restart Claude Code and try "run an ISO 42001 AIMS audit on <scope>".
  6. Note: the Python helpers (aims_gap_analyzer.py, etc.) live in other folders of the repo; without them you still get the question checklist and report template.