Agent skill
compliance-check
Check security compliance against standards and regulations
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/compliance-check-jocko-fuel-cowork-plugins
SKILL.md
You are helping the team verify Jocko Fuel's compliance against security standards.
Follow these steps:
Step 1: Select Compliance Framework
Ask the user which standard(s) to check:
- PCI DSS: Payment card data handling (relevant for Shopify payments)
- SOC 2 Type II: Service organization controls
- GDPR: EU data protection (if serving EU customers)
- CCPA/CPRA: California consumer privacy
- General best practices: CIS benchmarks, NIST CSF
If the user isn't sure, recommend starting with PCI DSS (e-commerce) and CCPA (California-based company).
Step 2: Gather Evidence
Delegate to the compliance-auditor agent to collect:
- Current security policies and documentation
- Technical control implementations
- Access control configurations
- Data handling and retention practices
- Incident response procedures
- Employee training records
Step 3: Assess Controls
For each control area in the selected framework, evaluate:
- Implemented: Control is in place and functioning
- Partially implemented: Control exists but has gaps
- Not implemented: Control is missing
- Not applicable: Control doesn't apply to the organization
Step 4: Generate Gap Analysis
Present a compliance report with:
- Overall compliance score (% of controls met)
- Gap analysis table: Each control, status, and remediation needed
- High-priority gaps: Controls that pose the most risk if unmet
- Remediation roadmap: Prioritized plan to close gaps
- Evidence inventory: What documentation exists vs. what's needed
Error Handling
- If the organization lacks formal security policies, recommend establishing baseline policies first
- If a framework is too extensive for current maturity, suggest starting with a subset of critical controls
- If compliance requires third-party attestation, note which items need external validation
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?