# Compliance Check Skill

> Compliance Check Skill

- Skill: `majiayu000/compliance-check-skill` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add majiayu000/compliance-check-skill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/compliance-check-skill/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/majiayu000/compliance-check-skill

---


# Compliance Check Skill

=== PURPOSE ===

Procedures for verifying compliance with security standards.

=== USED BY ===

| Agent | Purpose |
|-------|---------|
| @agent(security-lead) @ref(CB-AGENT-SECURITY-001) | Primary skill for compliance |

=== PROCEDURE: Compliance Audit ===

**Common Standards:**
- OWASP Top 10
- GDPR (data protection)
- SOC 2 (security controls)
- PCI DSS (payment data)

**Steps:**
1. Identify applicable standards
2. Map requirements to controls
3. Verify implementation
4. Document evidence
5. Report gaps

=== PROCEDURE: Evidence Collection ===

For each control:
- Control description
- Implementation status
- Evidence (screenshots, logs, configs)
- Gap (if any)
- Remediation plan

=== RELATED SKILLS ===

| Skill | Relationship |
|-------|--------------|
| @skill(security-review) | Security context |
| @skill(vulnerability-assessment) | Vulnerability context |

