vc-audit-vc

star 911

Audit agent harness health: Claude/Codex agent parity, skill registry consistency, README.md sync, and protocol file wiring. Use when agents, skills, README.md, or development-protocol files move, split, or drift.

withkynam By withkynam schedule Updated 6/16/2026

name: vc:audit-vc description: >- Audit agent harness health: Claude/Codex agent parity, skill registry consistency, README.md sync, and protocol file wiring. Use when agents, skills, README.md, or development-protocol files move, split, or drift.

Audit VC (Version Control Harness Health)

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

  1. Run the Claude/Codex agent parity validator:
    node .claude/skills/vc-audit-vc/scripts/validate-agent-parity.mjs
    
  2. Run the shared skill discovery validator:
    node .claude/skills/vc-audit-vc/scripts/validate-skills.mjs
    
  3. Run the README.md sync validator:
    node .claude/skills/vc-audit-vc/scripts/validate-guide-sync.mjs
    
  4. Run the protocol wiring validator:
    node .claude/skills/vc-audit-vc/scripts/validate-protocol-wiring.mjs
    
  5. Run the seed file consistency validator:
    node .claude/skills/vc-audit-vc/scripts/validate-seeds.mjs
    
  6. Run the kit portability validator:
    node .claude/skills/vc-audit-vc/scripts/validate-kit-portability.mjs
    
  7. If any script reports failures, inspect the referenced files and patch the smallest relevant surface.
  8. 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 validator warnings as audit findings unless the user asks for a strict cleanup.
  • For context routing and discoverability audits, delegate to audit-context.
Install via CLI
npx skills add https://github.com/withkynam/vibecode-pro-max-kit --skill vc-audit-vc
Repository Details
star Stars 911
call_split Forks 202
navigation Branch main
article Path SKILL.md
More from Creator