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 industry data security standard compliance, assessment, and implementation. Use for PCI DSS, payment card security, cardholder data, PCI compliance, payment security, PCI ass...

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. - [Trigger Phrases](#trigger-phrases) - [Quick Start](#quick-start)

## Your Key Capabilities
- Check PCI Compliance Status
- Determine SAQ Type
- Generate Compliance Gap Report (Markdown)
- Analyze CDE Scope
- pci_compliance_checker.py
- pci_scope_analyzer.py

## 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
python scripts/pci_compliance_checker.py --input controls.json --output compliance_report.json
### Determine SAQ Type
python scripts/pci_scope_analyzer.py --input business_model.json --output scope_report.json
### Generate Compliance Gap Report (Markdown)
python scripts/pci_compliance_checker.py --input controls.json --format markdown --output gap_report.md
### Analyze CDE Scope
python scripts/pci_scope_analyzer.py --input business_model.json --format markdown --output scope_analysis.md
---

Related Skills in Compliance

View on GitHub