.claude/skills/regulatory-compliance/SKILL.md
Validación de marcos regulatorios por sector — detección automática, compliance checks y corrección
npx skillsauth add gonzalezpazmonica/pm-workspace regulatory-complianceInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Buscar en estructura del proyecto: modelos de dominio, schemas DB, migraciones, DTOs. Cada sector tiene entidades clave (Patient, Transaction, Product, Case, Citizen, Policy, Batch, Grid, Subscriber, Student, Asset, Vehicle). Incluir también: interfaces, enums, value objects y DTOs del dominio.
Buscar en rutas de API, nombres de controladores, servicios, repositorios, tablas DB, middleware. Patrones: /api/patients, /api/transactions, /api/products, /api/cases, etc. Incluir también: nombres de carpetas (Healthcare/, Finance/), namespaces, y strings en código.
Analizar package.json, requirements.txt, .csproj, pom.xml, go.mod, Cargo.toml, composer.json, Gemfile. Cada sector tiene packages específicos (hl7-fhir, stripe/braintree, food-traceability, etc.). Nota: muchos proyectos no usan paquetes sectoriales — por eso esta fase tiene peso reducido.
Buscar en .env, config/, appsettings.json, docker-compose.yml: claves específicas de sector. Ejemplo: HIPAA_MODE, PCI_DSS_ENABLED, FHIR_SERVER_URL, ENS_LEVEL, etc. Incluir también: connection strings a servicios sectoriales, URLs de APIs externas del sector.
Buscar en README, docs/, Dockerfile, CI/CD, terraform, helm charts:
score ≥ 55% → Sector detectado con confianza → proceder automáticamente
score 25-54% → Sector ambiguo → preguntar usuario con opciones detectadas
score < 25% → No detectado → preguntar usuario con opción "No regulado (saltar)"
Si múltiples sectores puntúan >55%, considerar multi-sector (ej: pharma+food).
Para cada regulación del sector, verificar estas categorías:
| Severidad | Criterio | Acción | |-----------|----------|--------| | CRITICAL | Riesgo de breach, multa regulatoria, ilegalidad | Bloquear hasta corregir | | HIGH | Control de seguridad/auditoría ausente | Corregir en siguiente sprint | | MEDIUM | Mejora recomendada por la normativa | Backlog | | LOW | Best practice del sector | Nice to have |
Fixes automáticos disponibles para:
Fixes que requieren Task manual:
references/sector-{name}.md bajo demanda (se carga solo el sector detectado)ai-governance existente (añade capa regulatoria)output/compliance/ para histórico y comparacióntesting
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
tools
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
tools
Sistema proactivo de bienestar individual
development
Search the web to resolve context gaps — documentation, versions, CVEs, best practices. Auto-starts SearxNG Docker if available, falls back to WebSearch.