RE

Ensures repository consistency by auditing current state and requirements before any edits.

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.zip

Installs 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
Beginner

Key capabilities

  • Read the active phase file and manifest.json.
  • Inspect readFirst paths for the current phase.
  • Identify old contracts that conflict with the phase objective.
  • Produce a file-by-file edit plan.
  • Identify tests and validation commands before editing.

How it works

This skill reads the active phase file and manifest.json, inspects readFirst paths, and identifies conflicting contracts to produce an edit plan and test strategy.

Inputs & outputs

You give it
Active phase file and handoff/realignment/manifest.json.
You get back
A markdown summary including phase, existing contracts, conflicts, files to edit, tests to update/add, validation commands, and risks.

When to use repo-audit

  • Pre-edit repository health check
  • Verify phase objectives
  • Identify conflicting contracts
  • Plan test updates

About this skill

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:

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

When not to use it

  • When the user intends to perform edits without a prior audit.
  • When the user needs to modify the repository state directly without a plan.

Limitations

  • The skill does not perform any edits itself.
  • It requires an explicit plan before any editing occurs.

How it compares

This audit provides a structured plan for repository edits by identifying conflicts and required tests, which differs from directly making changes without prior analysis.

Compared to similar skills

repo-audit side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
repo-audit (this skill)03moNo flagsBeginner
resolve-conflicts818moReviewIntermediate
dependency-upgrade265moReviewIntermediate
git-commits214moNo flagsBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry