# Reconcile

> Sweep the whole living spec against the whole codebase to catch drift after out-of-band changes. The deliberate, human-triggered global pass. User-invoked.

- Skill: `guillevc/reconcile` (Agent Skill)
- Install (CLI): `npx skillmds@latest add guillevc/reconcile`
- Raw SKILL.md: https://api.skillmd.com/api/skills/guillevc/reconcile/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: guillevc (https://skillmd.com/u/guillevc)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/guillevc/reconcile

---


# Reconcile

The whole-repo drift check. Where `audit` fires scoped during work, `reconcile` is the global pass
you trigger by hand: the entire spec against the entire codebase, after changes that landed without
the agent in the loop (a teammate's edit, a hand-merged PR).

Run `audit`'s method, but across the entire spec and codebase instead of a touched scope. Run it
before a merge or release; the spec may lag between runs, and this is the catch-up.

