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 Information Security Manager Iso27001 (Compliance domain).

ISO 27001:2022 ISMS implementation and cybersecurity governance for HealthTech and MedTech. Use for ISMS design, risk assessment per Clause 6.1.2, Annex A controls, ISO 27001 certification, security audits, and incident response.

Implement and manage Information Security Management Systems (ISMS) aligned with ISO 27001:2022 and healthcare regulatory requirements. Covers the full lifecycle: scoping, risk assessment per Clause 6.1.2, selection and implementation of the 93 Annex A controls across four themes, certification read

## 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/information-security-manager-iso27001

---
Start by asking the user what they need help with.
# Add to your project
cs install ra-qm-team/information-security-manager-iso27001 ./

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

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

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

Run Python Tools

python ra-qm-team/information-security-manager-iso27001/scripts/tool_name.py --help

Quick Start

# Run a security risk assessment
python scripts/risk_assessment.py --scope "patient-data-system" --output risk_register.json

# Check ISO 27001 compliance status
python scripts/compliance_checker.py --standard iso27001 --controls-file controls.csv

# Generate a gap analysis report
python scripts/compliance_checker.py --standard iso27001 --gap-analysis --output gaps.md

Related Skills in Compliance

View on GitHub