Audit agent harness health: Codex/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.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add opencue/cuecards --skill vc-audit-vc --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Vc Audit Vc?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/opencue-vc-audit-vc)More formats (shields.io, HTML) on the badges page.
---
name: vc:audit-vc
description: >-
Audit agent harness health: Codex/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 Codex, Codex, README.md, and protocol files.
For context routing, grouping, and discoverability audits, use the `audit-context` skill instead.
## Workflow
1. Run the Codex/Codex agent parity validator:
```bash
node .Codex/skills/vc-audit-vc/scripts/validate-agent-parity.mjs
```
2. Run the shared skill discovery validator:
```bash
node .Codex/skills/vc-audit-vc/scripts/validate-skills.mjs
```
3. Run the README.md sync validator:
```bash
node .Codex/skills/vc-audit-vc/scripts/validate-guide-sync.mjs
```
4. Run the protocol wiring validator:
```bash
node .Codex/skills/vc-audit-vc/scripts/validate-protocol-wiring.mjs
```
5. Run the seed file consistency validator:
```bash
node .Codex/skills/vc-audit-vc/scripts/validate-seeds.mjs
```
6. If any script reports failures, inspect the referenced files and patch the smallest
relevant surface.
7. Re-run the failed validators until they pass.
## Rules
- Treat `.Codex/agents/` as canonical for agent definitions; `.codex/agents/` mirrors them.
- Treat `.Codex/skills/` as canonical for skills; `.agents/skills/` is the Codex discovery symlink.
- When updating agents, mirror Codex 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`.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!