grace-fix

Installation
SKILL.md

Debug an issue using GRACE semantic navigation.

Process

Step 1: Locate via Knowledge Graph

From the error/description, identify which module is likely involved:

  1. Read docs/knowledge-graph.xml for module overview
  2. Read docs/verification-plan.xml for relevant scenarios, test files, or log markers if available
  3. Read docs/operational-packets.xml for the canonical FailurePacket shape if available
  4. Follow CrossLinks to find the relevant module(s)
  5. Read the MODULE_CONTRACT of the target module

If the optional grace CLI is available, you may use:

  • grace module find <query> --path <project-root> to resolve likely module IDs from stack traces, paths, verification refs, or dependency names
  • grace module show M-XXX --path <project-root> --with verification to pull the shared/public module and verification snapshot
  • grace file show <path> --path <project-root> --contracts --blocks when you already know the governed file and need its local/private navigation surface

Step 2: Navigate to Block

If the error contains a log reference like [Module][function][BLOCK_NAME]:

Related skills
Installs
27
GitHub Stars
160
First Seen
Mar 14, 2026