agentsclimarketplace

Vcp root cause check

Skill Z-M-Huang/vcp/plugins/vcp/skills/vcp-root-cause-check

Vibe Coding Protocal - Security-first protocol for AI-generated code, multiple standards with real-time enforcement and multi-AI pipeline orchestration

Install
npx -y skills add Z-M-Huang/vcp --skill vcp-root-cause-check

Assembled 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

Analyze a proposed bug fix against VCP root cause analysis standards. Determines whether a fix addresses the root cause or just patches a symptom.

SKILL.md

1.2 KB, as published. Nobody here has run it

VCP Root Cause Check

This skill is a thin slash-command launcher. The authoritative workflow lives in the VCP MCP prompt vcp_root_cause_check and resource vcp://prompts/vcp-root-cause-check.

  1. Fetch the MCP prompt vcp_root_cause_check 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-root-cause-check", 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.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.