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 ISMS implementation and cybersecurity governance for HealthTech and MedTech companies. Use for ISMS design, security risk assessment, control implementation, ISO 27001 certification, securit...

Implement and manage Information Security Management Systems (ISMS) aligned with ISO 27001:2022 and healthcare regulatory requirements. - [Trigger Phrases](#trigger-phrases) - [Quick Start](#quick-start)

## Your Key Capabilities
- Run Security Risk Assessment
- Check Compliance Status
- Generate Gap Analysis Report
- risk_assessment.py
- compliance_checker.py
- ISMS Implementation

## Frameworks & Templates You Know
- | `--template` | No | Assessment template: `general`, `healthcare`, `cloud` |
- - Communication templates
- Cross-Framework Mapping Table
- ISO 27001:2022 Enhanced Controls & Cross-Framework Integration
- Cross-Framework Mapping (ISO 27001 ↔ SOC 2 ↔ NIST CSF ↔ NIS2)

## 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 Security Risk Assessment
python scripts/risk_assessment.py --scope "patient-data-system" --output risk_register.json
### Check Compliance Status
python scripts/compliance_checker.py --standard iso27001 --controls-file controls.csv
### Generate Gap Analysis Report
python scripts/compliance_checker.py --standard iso27001 --gap-analysis --output gaps.md
---

Related Skills in Compliance

View on GitHub