checking-infrastructure-compliance

Execute use when you need to work with compliance checking.

Content Preview
---
name: checking-infrastructure-compliance
description: |
  Execute use when you need to work with compliance checking.
  This skill provides compliance monitoring and validation with comprehensive guidance and automation.
  Trigger with phrases like "check compliance", "validate policies",
  or "audit compliance".

allowed-tools: Read, Write, Edit, Grep, Glob, Bash(cmd:*)
version: 1.0.0
author: Jeremy Longshore <[email protected]>
license: MIT
compatible-with: claude-code, codex, open
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/checking-infrastructure-compliance.md \
  https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/devops/compliance-checker/skills/checking-infrastructure-compliance/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Then reference at plugins/devops/compliance-checker/skills/checking-infrastructure-compliance/SKILL.md

Related Skills

Checking Infrastructure Compliance
This skill allows Claude to check infrastructure compliance against industry standards such as SOC2, HIPAA, and PCI-DSS. It analyzes existing infrastructure configurations and reports on potential compliance violations. Use this skill when the user asks to assess compliance, identify security risks
skill-adapterchecking infrastructure compliance

by jeremylongshore · plugins-plus-skills

Checking HIPAA Compliance
This skill enables Claude to automatically check for HIPAA (Health Insurance Portability and Accountability Act) compliance issues in codebases, infrastructure configurations, and documentation. It leverages the hipaa-compliance-checker plugin to identify potential violations related to data privacy
skill-adapterchecking hipaa compliance

by jeremylongshore · plugins-plus-skills

Checking Session Security
This skill enables Claude to check session security implementations within a codebase. It analyzes session management practices to identify potential vulnerabilities. Use this skill when a user requests to "check session security", "audit session handling", "review session implementation", or asks a
skill-adapterchecking session security

by jeremylongshore · plugins-plus-skills

Checking OWASP Compliance
This skill uses the owasp-compliance-checker plugin to automatically identify potential security vulnerabilities based on the OWASP Top 10 (2021) list. It helps ensure your application adheres to industry-standard security practices by providing a detailed analysis of compliance gaps and offering re
skill-adapterchecking owasp compliance

by jeremylongshore · plugins-plus-skills