skilly. Buy ad slot
All skills
Testing / AGENT SKILL

repo-audit

Audit the MCOS repository state before implementing each phase.
Audit MCOS repository state before implementing a phase. Use before edits in every phase.

BEFORE YOU INSTALL

Understand the trade-offs.

SECURITY REVIEW

Not yet assessed

Review the original instructions and requested permissions before installing.

No security review is available for this catalog entry yet.

SKILL QUALITY

Not yet assessed

How clearly the skill guides your agent, how complete its workflow is, and how you can check the outcome.

No quality assessment is available for this catalog entry yet.

The full skill.

Original instructions from the publisher’s SKILL.md

# Repo Audit Skill

Use this before editing.

1. Read the active phase file.
2. Read `handoff/realignment/manifest.json`.
3. Inspect all phase `readFirst` paths.
4. Identify old contracts that conflict with the phase objective.
5. Produce a file-by-file edit plan.
6. Identify tests and validation commands before editing.
7. Do not edit until the plan is explicit.

Output:

```markdown
## Phase audit summary
- Phase:
- Existing contracts found:
- Conflicts:
- Files to edit:
- Tests to update/add:
- Validation commands:
- Risks:
```