RE
repo-audit
Audit MCOS repository state before implementing a phase. Use before edits in every phase.
Install
mkdir -p .claude/skills/repo-audit && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/14450" && unzip -o skill.zip -d .claude/skills/repo-audit && rm skill.zipInstalls to .claude/skills/repo-audit
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Audit MCOS repository state before implementing a phase. Use before edits in every phase.89 charsno explicit “when” trigger
About this skill
Repo Audit Skill
Use this before editing.
- Read the active phase file.
- Read
handoff/realignment/manifest.json. - Inspect all phase
readFirstpaths. - Identify old contracts that conflict with the phase objective.
- Produce a file-by-file edit plan.
- Identify tests and validation commands before editing.
- Do not edit until the plan is explicit.
Output:
## Phase audit summary
- Phase:
- Existing contracts found:
- Conflicts:
- Files to edit:
- Tests to update/add:
- Validation commands:
- Risks: