Z-M-Huang

Z-M-Huang

@Z-M-Huang

GitHub
15 Skills
135 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 9 3mo 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 9 3mo 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 9 3mo ago

dev-buddy-manage-presets

by Z-M-Huang

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

CLI Tools 9 3mo ago

dev-buddy-config

by Z-M-Huang

Dev Buddy web configuration portal for managing presets and pipeline config

API Dev 9 3mo 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 9 3mo 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 9 3mo 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 9 3mo 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 9 3mo 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 9 3mo 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 9 3mo 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 9 3mo 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 9 3mo 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 9 3mo 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 9 3mo ago