Z-M-Huang
@Z-M-Huang
Public Skills
dev-buddy-feature-implement
by Z-M-Huang
Dev Buddy multi-AI pipeline. Plan -> Review -> Implement (loop until reviews approve). Configurable pipeline with Codex final gate.
Bug-Fix Pipeline Orchestrator
by Z-M-Huang
Vibe Coding Protocal - Security-first protocol for AI-generated code, multiple standards with real-time enforcement and multi-AI pipeline orchestration
dev-buddy-once
by Z-M-Huang
Run a single task using a specific AI provider and model. Supports subscription, API, and CLI presets.
dev-buddy-manage-presets
by Z-M-Huang
Dev Buddy AI provider presets management (list, add, update, remove)
dev-buddy-config
by Z-M-Huang
Dev Buddy web configuration portal for managing presets and pipeline config
vcp-config
by Z-M-Huang
View and modify VCP configuration. Add or remove ignore entries, toggle scopes, manage compliance frameworks, change severity threshold, and manage exclude patterns. Supports both project config (.vcp/config.json) and global config (~/.vcp/config.json).
vcp-init
by Z-M-Huang
Initialize VCP configuration for this project. Creates global config (~/.vcp/config.json) if it doesn't exist, then creates project config (.vcp/config.json). Detects frameworks, scopes, and discovers the plugin path. Run this once when setting up VCP for a new project.
vcp-audit
by Z-M-Huang
Run a comprehensive audit against all applicable VCP standards. Supports full audit, compliance-specific audit, and quick release readiness check.
vcp-dependency-check
by Z-M-Huang
Verify project dependencies against VCP dependency management standards. Checks lockfile hygiene, version ranges, package existence, and suspicious packages.
vcp-pre-commit-review
by Z-M-Huang
Review staged/changed files against all applicable VCP standards before committing. Produces a PASS/BLOCK verdict. Run this before every commit.
vcp-review-tests
by Z-M-Huang
Review test quality against VCP testing standards. Checks for tautological tests, over-mocking, missing edge cases, and other anti-patterns.
vcp-root-cause-check
by Z-M-Huang
Analyze a proposed bug fix against VCP root cause analysis standards. Determines whether a fix addresses the root cause or just patches a symptom.
vcp-context
by Z-M-Huang
Inject VCP security and architecture standards into context. Run this at session start or after context compaction so the AI internalizes rules while writing code.
vcp-test-plan
by Z-M-Huang
Generate a test plan for specific code based on VCP testing standards. Produces unit tests, integration tests, edge cases, and mock guidance.
vcp-coverage-gaps
by Z-M-Huang
Identify untested code by mapping source files to test files. Finds functions without tests and tests missing edge case coverage.