skills/compliance-audit/SKILL.md
Regulatory compliance auditing across GDPR, HIPAA, PCI DSS, SOC 2, and ISO frameworks with automated evidence collection and gap analysis. Use when conducting compliance assessments, preparing for certifications, or implementing regulatory controls.
npx skillsauth add nickcrew/claude-cortex compliance-auditInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Systematic regulatory compliance auditing with automated evidence collection, control mapping, gap analysis, and remediation planning across major compliance frameworks.
| Resource | Purpose | Load when |
|----------|---------|-----------|
| references/frameworks.md | Key requirements, control mappings, and certification paths for GDPR, HIPAA, PCI DSS, SOC 2, ISO 27001 | Scoping which regulations apply |
| references/evidence-collection.md | Automated evidence gathering, artifact organization, retention policies, audit trail patterns | Setting up or running evidence collection |
| references/gap-analysis.md | Control mapping methodology, gap identification, risk scoring, remediation planning | Analyzing compliance gaps |
Phase 1: Scope → Identify applicable regulations, data types, and geographical scope
Phase 2: Assess → Map controls, review policies, analyze data flows, test implementations
Phase 3: Evidence → Collect and organize audit artifacts automatically
Phase 4: Gap Analyze → Identify control gaps, score risks, prioritize findings
Phase 5: Remediate → Create remediation plans, assign owners, set timelines
Phase 6: Report → Generate audit-ready documentation and compliance dashboards
Phase 7: Monitor → Establish continuous compliance monitoring and drift detection
Determine the regulatory landscape before testing anything.
Key questions:
Applicability matrix:
| Framework | Applies when | |-----------|-------------| | GDPR | Processing personal data of EU residents | | HIPAA | Handling protected health information (PHI) | | PCI DSS | Storing, processing, or transmitting cardholder data | | SOC 2 | Providing services where trust principles matter | | ISO 27001 | Organization wants certified ISMS | | CCPA/CPRA | Collecting California consumer personal information | | NIST CSF | Federal systems or voluntary cybersecurity framework adoption |
Map existing controls against the applicable framework requirements:
Load references/evidence-collection.md for detailed patterns.
Automation priorities:
Artifact organization:
evidence/
{framework}/
{control-id}/
artifact-{date}.{ext}
metadata.yaml # source, collection method, timestamp
Load references/gap-analysis.md for the full methodology.
For each framework requirement:
For each identified gap:
| Field | Content | |-------|---------| | Gap ID | Unique identifier | | Framework Requirement | Specific clause or control | | Current State | What exists today | | Target State | What compliance requires | | Remediation Action | Specific steps to close the gap | | Owner | Responsible person/team | | Priority | P0-P4 based on risk score | | Timeline | Target completion date | | Dependencies | Other gaps or actions this depends on |
Generate audit-ready documentation:
Establish ongoing compliance posture management:
development
Product vision, roadmap development, and go-to-market execution with structured prioritization frameworks. Use when evaluating features, planning product direction, or assessing market fit.
development
Complete operational workflow for implementer agents (Codex, Gemini, etc.) making code changes and writing tests. Drives all work through atomic commits — each loop operates on the smallest complete, reviewable change. Defines the Code Change Loop, Test Writing Loop, Lint Gate, and Issue Filing process with circuit breakers, severity levels, and escalation rules. Requires `cortex git commit` for all commits. Includes bundled provider-aware review scripts that keep same-model shell-outs as the last resort, plus a fresh-context Codex fallback for code review and test audit. Use this skill when starting any implementation task.
development
Use this skill when writing product requirements documents, prioritizing features, creating user stories, defining acceptance criteria, or setting product metrics. Trigger phrases: 'write a PRD for', 'prioritize this feature backlog', 'write user stories for', 'help me define acceptance criteria', 'what metrics should we track for'. Not for writing code, designing UI mockups, or conducting user research interviews.
tools
Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.