一键导入
vcp-audit
Run a comprehensive audit against all applicable VCP standards. Supports full audit, compliance-specific audit, and quick release readiness check.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run a comprehensive audit against all applicable VCP standards. Supports full audit, compliance-specific audit, and quick release readiness check.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Build stage — per-unit implementation with fresh context and mechanical backpressure
PK Stage — multi-AI competitive debate with iterative consensus. Sends a topic to all configured AI participants simultaneously, synthesizes the best approach, then iterates until consensus or max rounds.
Code review stage — multi-AI semantic drift detection with AC tracing
Dev Buddy web configuration portal for managing presets and pipeline config
Decomposition stage — break features into small, independently testable units of work
Discovery stage — multi-AI codebase and running app exploration
| name | vcp-audit |
| description | Run a comprehensive audit against all applicable VCP standards. Supports full audit, compliance-specific audit, and quick release readiness check. |
| user-invocable | true |
| allowed-tools | Read, Glob, Bash |
| argument-hint | [path] | compliance [gdpr|pci-dss|hipaa] | quick |
This skill is a thin slash-command launcher. The authoritative workflow lives in the VCP MCP prompt vcp_audit and resource vcp://prompts/vcp-audit.
vcp_audit with the caller-supplied host, current project path, and raw command arguments.get_prompt({ command: "vcp-audit", host, project_path, arguments }) and follow the returned prompt text.detect_installation, validate_plugin_root, or resolve_config. Use those tools for deterministic work.Do not reimplement the workflow in this file; update the MCP prompt instead.