Z-M-Huang

Z-M-Huang

@Z-M-Huang

GitHub
15 Skills
210 Total Stars
March 2026 Joined

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.

Automation 14 4mo ago

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

Automation 14 4mo ago

dev-buddy-once

by Z-M-Huang

Run a single task using a specific AI provider and model. Supports subscription, API, and CLI presets.

Automation 14 4mo ago

dev-buddy-manage-presets

by Z-M-Huang

Dev Buddy AI provider presets management (list, add, update, remove)

CLI Tools 14 4mo ago

dev-buddy-config

by Z-M-Huang

Dev Buddy web configuration portal for managing presets and pipeline config

API Dev 14 4mo ago

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).

Processing 14 4mo ago

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.

Processing 14 4mo ago

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.

Code Review 14 4mo ago

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.

CLI Tools 14 5mo ago

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.

Code Review 14 5mo ago

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.

Code Review 14 5mo ago

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.

Processing 14 5mo ago

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.

CLI Tools 14 5mo ago

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.

Debugging 14 5mo ago

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.

Debugging 14 5mo ago