---
name: Grace Fix
slug: grace-fix
category: Quality
description: Grace Fix debug and fix issues in a GRACE 4 project using semantic navigation, assertions, and verification evidence. It starts from a failure or user report, then checks graph anchors, contracts, and tests before making the smallest safe fix.
github: "https://github.com/osovv/grace-marketplace/tree/main/skills/grace/grace-fix"
language: TypeScript
stars: 239
forks: 54
install: "npx degit https://github.com/osovv/grace-marketplace/tree/main/skills/grace/grace-fix ~/.claude/skills/grace-fix"
installs_to: ~/.claude/skills/grace-fix
source_path: skills/grace/grace-fix/SKILL.md
collection_size: 15
category_size: 1478
collection_url: "https://dirskills.com/collections/osovv/grace-marketplace"
added: 2026-09-03T06:03:52.042Z
last_synced: 2026-09-03T06:03:52.042Z
canonical_url: "https://dirskills.com/skills/grace-fix"
---

# Grace Fix

Grace Fix debug and fix issues in a GRACE 4 project using semantic navigation, assertions, and verification evidence. It starts from a failure or user report, then checks graph anchors, contracts, and tests before making the smallest safe fix.

**Install:**

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

## README

<skill>
<investigation_path>
1. Start from the failure, pasted error, failing command, or user report.
2. Load relevant `.grace/graph` module anchors and `.grace/verification` entries.
3. Check active `.grace/changes` for overlapping or stale planned work.
4. Inspect file-local contracts and semantic blocks before editing.
5. Identify root cause, present findings, then make the smallest safe fix.
</investigation_path>

<verification>
Run the specific `V-M-*` commands or closest deterministic tests. If verification expectations are stale, update or propose changes through the GRACE 4 change lifecycle.
</verification>
</skill>
