Review test quality against VCP testing standards. Checks for tautological tests, over-mocking, missing edge cases, and other anti-patterns.
Scanned 5/27/2026
Install via CLI
openskills install Z-M-Huang/vcp---
name: vcp-review-tests
description: >
Review test quality against VCP testing standards.
Checks for tautological tests, over-mocking, missing edge cases, and other anti-patterns.
user-invocable: true
allowed-tools: Read, Glob, Grep, Bash, WebFetch
argument-hint: "[path]"
---
# 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`.
1. Fetch the MCP prompt `vcp_review_tests` with the caller-supplied host, current project path, and raw command arguments.
2. 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.
3. The returned prompt may instruct you to call VCP MCP tools such as `detect_installation`, `validate_plugin_root`, or `resolve_config`. Use those tools for deterministic work.
4. 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.
No comments yet. Be the first to comment!