isms-audit-expert
Senior ISMS Audit Expert for internal and external information security management system auditing. Provides ISO 27001 audit expertise, security audit program management, security control assessment, and compliance verification. Use for ISMS internal auditing, external audit preparation, security control testing, and ISO 27001 certification support.
Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security
Installation for Agentic Skill
View all platforms →skilz install alirezarezvani/claude-skills/isms-audit-expert skilz install alirezarezvani/claude-skills/isms-audit-expert --agent opencode skilz install alirezarezvani/claude-skills/isms-audit-expert --agent codex skilz install alirezarezvani/claude-skills/isms-audit-expert --agent gemini
First time? Install Skilz: pip install skilz
Works with 22+ AI coding agents
Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...
Extract and copy to ~/.claude/skills/ then restart Claude Desktop
git clone https://github.com/alirezarezvani/claude-skills cp -r claude-skills/ra-qm-team/isms-audit-expert ~/.claude/skills/ Need detailed installation help? Check our platform-specific guides:
Related Agentic Skills
automating-mail
by SpillwaveSolutionsAutomates Apple Mail via JXA with AppleScript dictionary discovery. Use when asked to "automate email", "send mail via script", "JXA Mail automation",...
automating-reminders
by SpillwaveSolutionsAutomates Apple Reminders using JavaScript for Automation (JXA). Use when asked to "create reminders programmatically", "automate reminder lists", "JX...
mastering-postgresql
by SpillwaveSolutionsPostgreSQL development for Python with full-text search (tsvector, tsquery, BM25 via pg_search), vector similarity (pgvector with HNSW/IVFFlat), JSONB...
automating-contacts
by SpillwaveSolutionsAutomates macOS Contacts via JXA with AppleScript dictionary discovery. Use when asked to "automate contacts", "JXA contacts automation", "macOS addre...
Agentic Skill Details
- Owner
- alirezarezvani (GitHub)
- Repository
- claude-skills
- Type
- Other
- Meta-Domain
- N/A
- Primary Domain
- N/A
- Market Score
- 0.0
Agent Skill Grade
F
Score: 54/100
Click to see breakdown
Score Breakdown
Areas to Improve
- Lists 15+ reference files, scripts, and assets that don't exist; violates core PDA principle of layered disclosure
- Three large ASCII tree structures consume ~150 tokens each but convey information that could be expressed in bullet lists using 30 tokens
- Workflow steps reference non-existent scripts making them impossible to execute; breaks feedback loop entirely
Recommendations
- Focus on improving Pda (currently 10/30)
- Focus on improving Utility (currently 8/20)
- Address 2 high-severity issues first
Graded: 1/23/2026
Developer Feedback
I took a look at isms-audit-expert and noticed it's tackling information security management system auditing—a domain that really benefits from structured methodology. The skill reads more like a checklist framework than a tool that walks developers through why each control matters, which is probably why it landed at 54/100.
Links:
The TL;DR
You're at 54/100, which is an F grade. This is based on Anthropic's best practices for agentic skills. Your strongest area is Spec Compliance (12/15)—the frontmatter and naming conventions are solid. The real drag is Progressive Disclosure Architecture (10/30)—you're promising 15+ reference files and scripts that don't actually exist on disk, which completely breaks the layered structure that makes skills token-efficient and maintainable.
What's Working Well
- Strong trigger terms: Your metadata includes specific, actionable triggers like "ISMS audit", "ISO 27001", and "security control assessment"—developers will find this skill when they need it
- Clear spec compliance: Valid YAML frontmatter, proper naming conventions, and all required fields are in place
- Navigable structure: The numbered sections and TOC-like layout make it easy to scan within the single file
- Real domain expertise: The ISO 27001 framework and ISMS methodology are legit; the conceptual foundation is sound
The Big One: Phantom References
This is your biggest blocker. You list 15+ files that don't exist: iso27001-audit-methodology.md, isms-audit-scheduler.py, security-audit-prep.py, templates in assets/, examples scattered across references/. None of these files are on disk.
Here's what's happening: you're violating the core PDA principle. Instead of layering content efficiently (essential stuff inline, deep dives in separate files), you're promising files that users can't access. The workflows become non-executable—"Follow scripts/security-audit-prep.py" doesn't work when the script doesn't exist.
The fix: Either create those files with actual content (ISO 27001 checklist templates, audit planning scripts, control mapping guides) and commit them to the repo, OR cut the references section entirely and embed the essential guidance inline. Don't promise what you can't deliver. You could probably gain +8 points just by making this consistent.
Other Things Worth Fixing
ASCII art is burning tokens (150 tokens per diagram, 3 total): Those tree structures are pretty but verbose. Replace with bullet lists. Same info, 30 tokens. +4 points if you trim this down.
Inconsistent terminology throughout: You use "ISMS audit", "security audit", "ISO 27001 audit", and "cybersecurity audit" interchangeably. Pick one primary term and stick with it; the others are secondary variations. +3 points for consistency.
Workflows reference phantom scripts: Steps like "Pre-audit Security Review: Follow scripts/security-audit-prep.py" can't be executed. Make workflows standalone with inline steps instead. +5 points when fixed.
Marketing language dilutes instruction: Phrases like "expert-level", "comprehensive", "proven" add no functional value. Just tell us what to do, not how impressive it is.
Quick Wins
- Create or remove: Commit the 15+ referenced files OR delete references section (biggest impact: +8 points)
- Tighten ASCII art: Convert tree structures to bullet points (impact: +4 points)
- Standardize terminology: One primary term, consistent usage throughout (impact: +3 points)
- Embed workflows: Replace script references with inline steps (impact: +5 points)
Hit these four items and you're probably looking at low-to-mid 70s.
Checkout your skill here: SkillzWave.ai | SpillWave We have an agentic skill installer that install skills in 14+ coding agent platforms. Check out this guide on how to improve your agentic skills.
AI-Detected Topics
Extracted using NLP analysis
Report Security Issue
Found a security vulnerability in this agent skill?