vcaudit-vc

Solid

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.

AI & Automation 852 stars 197 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 88/100

Stars 20%
98
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
84
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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: ```bash node .claude/skills/vc-audit-vc/scripts/validate-agent-parity.mjs ``` 2. Run the shared skill discovery validator: ```bash node .claude/skills/vc-audit-vc/scripts/validate-skills.mjs ``` 3. Run the README.md sync validator: ```bash node .claude/skills/vc-audit-vc/scripts/validate-guide-sync.mjs ``` 4. Run the protocol wiring validator: ```bash node .claude/skills/vc-audit-vc/scripts/validate-protocol-wiring.mjs ``` 5. Run the seed file consistency validator: ```bash node .claude/skills/vc-audit-vc/scripts/validate-seeds.mjs ``` 6. Run the kit portability validator: ```bash 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 sur...

Details

Author
withkynam
Repository
withkynam/vibecode-pro-max-kit
Created
2 weeks ago
Last Updated
1 weeks ago
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category