---
name: Grace Refresh
slug: grace-refresh
category: AI Engineering
description: Grace Refresh detects drift between code, tests, and durable GRACE 4 state in .grace context, graph, and verification files. Use it to report stale or missing anchors and propose reconciliation changes.
github: "https://github.com/osovv/grace-marketplace/tree/main/skills/grace/grace-refresh"
language: TypeScript
stars: 239
forks: 54
install: "npx degit https://github.com/osovv/grace-marketplace/tree/main/skills/grace/grace-refresh ~/.claude/skills/grace-refresh"
installs_to: ~/.claude/skills/grace-refresh
source_path: skills/grace/grace-refresh/SKILL.md
collection_size: 15
category_size: 2793
collection_url: "https://dirskills.com/collections/osovv/grace-marketplace"
added: 2026-09-03T06:03:53.183Z
last_synced: 2026-09-03T06:03:53.183Z
canonical_url: "https://dirskills.com/skills/grace-refresh"
---

# Grace Refresh

Grace Refresh detects drift between code, tests, and durable GRACE 4 state in .grace context, graph, and verification files. Use it to report stale or missing anchors and propose reconciliation changes.

**Install:**

```bash
npx degit https://github.com/osovv/grace-marketplace/tree/main/skills/grace/grace-refresh ~/.claude/skills/grace-refresh
```

## README

<skill>
<purpose>
Compare code, tests, and file-local markup against `.grace/context`, `.grace/graph`, `.grace/verification`, and active change scopes. This skill reports drift and proposes a normal `GraceChangeSpec`/`GraceChangePlan`; it does not silently mutate current state.
</purpose>

<workflow>
1. Run or request `grace lint --path <project-root>` and `grace status --path <project-root>`.
2. Inspect `.grace/graph/index.xml` and routed graph documents for stale, missing, or orphaned `M-*` and `DF-*` anchors.
3. Inspect `.grace/verification/index.xml` and routed verification documents for missing deterministic `V-M-*` coverage, stale commands, or missing evidence markers.
4. Compare file-local `LINKS:`, module contracts, tests, and log markers against durable anchors.
5. Report drift as findings with proposed reconciliation scope.
6. If changes are needed, route through `grace-spec` and `grace-plan` instead of direct mutation.
</workflow>
</skill>
