compliance-checker

Scan codebases for GDPR, CCPA, HIPAA, PCI-DSS, and SOC 2 gaps.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/Vivekmano27/agent-orchestrator --skill compliance-checker-vivekmano27
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: compliance-checker
Source: https://github.com/Vivekmano27/agent-orchestrator/tree/main/plugins/project-orchestrator/skills/compliance-checker
Command: npx skills add https://github.com/Vivekmano27/agent-orchestrator --skill compliance-checker-vivekmano27

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Regulatory compliance in software projects is complex and error-prone. This Skill automates checks to identify gaps against GDPR, CCPA, HIPAA, PCI-DSS, and SOC 2, helping teams ensure lawful data handling, consent flows, audit logging, and data retention.

Core Features & Use Cases

  • Identify applicable regulations by reading project-config.md or scanning code for regulatory indicators.
  • Run framework-specific checks (GDPR, CCPA, HIPAA, PCI-DSS, SOC 2) via Read, Grep, Glob, and Bash.
  • Generate a structured compliance-report.md summarizing findings and recommended remediations.
  • Use cases include new project onboarding, privacy/audit readiness, and continuous governance.

Quick Start

Run the compliance-checker on your codebase to generate a comprehensive GDPR/CCPA/HIPAA/PCI-DSS/SOC 2 compliance report.

Frequently Asked Questions about compliance-checker

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate GDPR and CCPA compliance checks across my codebase?

Automating GDPR and CCPA compliance checks involves scanning source code, schemas, and configurations to detect gaps in consent flows, data retention, and audit logging. This skill identifies regulatory indicators and outputs a structured compliance report with prioritized remediation steps.

What is the best way to scan a software project for HIPAA and PCI-DSS compliance gaps?

Scanning for HIPAA and PCI-DSS compliance gaps is best handled by applying framework-specific checks using file reading and pattern matching tools. This skill validates data handling for health and payment information, then generates a compliance report identifying areas needing remediation.

Can I use automated compliance scanning for SOC 2 audit readiness?

Yes, automated compliance scanning supports SOC 2 audit readiness by validating audit logging, data handling, and governance configurations. This skill scans your codebase for regulatory indicators and produces a structured compliance report summarizing findings and recommended remediations.

Does compliance automation work for projects that process both health information and payment data?

Compliance automation works for projects processing health information or payment data by applying framework-specific checks for HIPAA and PCI-DSS. The skill reads project-config.md or scans source code to identify applicable regulations and outputs a comprehensive compliance report.

How do I generate a compliance report for new project onboarding?

Generating a compliance report for new project onboarding requires scanning the codebase for regulatory indicators across GDPR, CCPA, HIPAA, PCI-DSS, and SOC 2. This skill outputs a structured compliance-report.md summarizing detected gaps and prioritized remediation steps.