vc-audit-vc
>-
pinned to #3bcb2f9updated 2 months ago
Ask your AI client: “install skills/vc-audit-vc”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install skills/vc-audit-vcmetahub onboarded this repo on the author's behalf.
If you own github.com/withkynam/vibecode-pro-max-kit on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
1,031
Last commit
2 months ago
Latest release
published
- #agentic
- #ai-agents
- #ai-coding-assistant
- #ai-development
- #ai-workflow
- #anthropic
- #claude
- #claude-code
- #cli-tools
- #code-quality
- #codex
- #coding-agents
- #cursor
- #developer-tools
- #llm
- #openai
- #prompt-engineering
- #typescript
- #vibe-coding
- #vibecoding
About this skill
Pulled from SKILL.md at publish time.
Output style: Follow process/development-protocols/communication-standards.md — answer-first, plain language, no unexplained jargon, TL;DR on long responses.
Automated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.3bcb2f9· 2 months ago
Behavioral checks ran but aren't published for this artifact; the static checks above ran at publish time.
Documentation
4 passed1 warningDescription qualitywarn
52 words · 339 chars — manifest description is empty; graded the GitHub repo description instead
A skill's manifest description doubles as its trigger — add one to SKILL.md (15+ words, e.g. “use this skill when …”).
README is present and substantial
95,623 chars · 31 sections · 29 code blocks
Tags / topics declared
20 total — agentic, ai-agents, ai-coding-assistant, ai-development, ai-workflow, anthropic (+14)
README has usage / example sections
no labeled section but 29 code blocks document usage
Homepage / docs URL declared
no homepage declared (registry will use the repo URL) — info-only, not blocking
Release history
1- releasecurrent3bcb2f9warn2 months ago
Contents
Audit VC (Version Control Harness Health)
Output style: Follow
process/development-protocols/communication-standards.md— answer-first, plain language, no unexplained jargon, TL;DR on long responses.
Use this skill to verify that the agent harness layer is internally consistent and correctly wired across Claude, Codex, README.md, and protocol files.
For context routing, grouping, and discoverability audits, use the audit-context skill instead.
Workflow
- Run the Claude/Codex agent parity validator:
node .claude/skills/vc-audit-vc/scripts/validate-agent-parity.mjs - Run the shared skill discovery validator:
node .claude/skills/vc-audit-vc/scripts/validate-skills.mjs - Run the README.md sync validator:
node .claude/skills/vc-audit-vc/scripts/validate-guide-sync.mjs - Run the protocol wiring validator:
node .claude/skills/vc-audit-vc/scripts/validate-protocol-wiring.mjs - Run the seed/scaffold consistency validator:
node .claude/skills/vc-audit-vc/scripts/validate-seeds.mjs - Run the kit portability validator:
node .claude/skills/vc-audit-vc/scripts/validate-kit-portability.mjs - Run the skill invocation wiring validator:
node .claude/skills/vc-audit-vc/scripts/validate-skill-invocation-wiring.mjs - Run the agent frontmatter validator:
node .claude/skills/vc-audit-vc/scripts/validate-agent-frontmatter.mjs - If any script reports failures, inspect the referenced files and patch the smallest relevant surface.
- Re-run the failed validators until they pass.
Rules
- Treat
.claude/agents/as canonical for agent definitions;.codex/agents/mirrors them. - Treat
.claude/skills/as canonical for skills;.agents/skills/is the Codex discovery symlink. - When updating agents, mirror Claude markdown and Codex TOML surfaces together.
- Treat
process/_seeds/as an optional legacy scaffold surface in the live repo. Its absence is a warning-only audit result unless the user is explicitly auditing export-kit scaffolding. - Treat validator warnings as audit findings unless the user asks for a strict cleanup.
- For context routing and discoverability audits, delegate to
audit-context.
Reviews
No reviews yet. Be the first.
Related
Verification Before Completion
Evidence before assertions, always
Writing Plans
Turn specs into phased implementation plans
Test-Driven Development
Red → green → refactor discipline for any feature or bugfix
mh install skills/vc-audit-vc