Vcp review tests
Vibe Coding Protocal - Security-first protocol for AI-generated code, multiple standards with real-time enforcement and multi-AI pipeline orchestration
npx -y skills add Z-M-Huang/vcp --skill vcp-review-testsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 14 stars14 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Review test quality against VCP testing standards. Checks for tautological tests, over-mocking, missing edge cases, and other anti-patterns.
SKILL.md
1.1 KB, 196 tokens by cl100k_base, as published. Nobody here has run it
VCP Review Tests
This skill is a thin slash-command launcher. The authoritative workflow lives in the VCP MCP prompt vcp_review_tests and resource vcp://prompts/vcp-review-tests.
- Fetch the MCP prompt
vcp_review_testswith the caller-supplied host, current project path, and raw command arguments. - If MCP prompts are not directly available, call VCP MCP tool
get_prompt({ command: "vcp-review-tests", host, project_path, arguments })and follow the returned prompt text. - The returned prompt may instruct you to call VCP MCP tools such as
detect_installation,validate_plugin_root, orresolve_config. Use those tools for deterministic work. - If the VCP MCP server is unavailable, stop and tell the user to enable the VCP MCP server for this plugin.
Do not reimplement the workflow in this file; update the MCP prompt instead.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.