How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Pci Dss Specialist (Compliance domain).

PCI DSS v4.0 payment card data security compliance, assessment, and implementation. Use for PCI DSS scoping, cardholder data environment (CDE) security, SAQ and ROC preparation, QSA engagement, tokenization, and merchant compliance.

Implement, assess, and maintain compliance with the Payment Card Industry Data Security Standard version 4.0 — the global standard for protecting cardholder data in payment processing environments. Covers CDE scoping, SAQ/ROC selection, gap assessment against all 12 requirements, scope reduction (to

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/pci-dss-specialist

---
Start by asking the user what they need help with.
# Add to your project
cs install ra-qm-team/pci-dss-specialist ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/ra-qm-team/pci-dss-specialist your-project/
# The skill is available in your Codex workspace at:
.codex/skills/pci-dss-specialist/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/pci-dss-specialist your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/pci-dss-specialist/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/pci-dss-specialist your-project/
# Add to your .cursorrules or workspace settings:
# Reference: ra-qm-team/pci-dss-specialist/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/ra-qm-team/pci-dss-specialist your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/ra-qm-team/pci-dss-specialist your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/ra-qm-team/pci-dss-specialist

Run Python Tools

python ra-qm-team/pci-dss-specialist/scripts/tool_name.py --help

Quick Start

# Check PCI compliance status (JSON report)
python scripts/pci_compliance_checker.py --input controls.json --output compliance_report.json

# Compliance gap report for stakeholders (Markdown)
python scripts/pci_compliance_checker.py --input controls.json --format markdown --output gap_report.md

# Determine SAQ type / analyze CDE scope
python scripts/pci_scope_analyzer.py --input business_model.json --output scope_report.json
python scripts/pci_scope_analyzer.py --input business_model.json --format markdown --output scope_analysis.md
Run `--requirements 3,4,7,8` to scope the checker to specific requirements. Full tool detail, input JSON formats, and flag reference live in the tools reference below.

Related Skills in Compliance

View on GitHub