From grace
Debugs issues in GRACE-structured projects via semantic navigation of knowledge graphs, verification plans, and blocks to analyze mismatches and apply targeted fixes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/grace:grace-fixThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Debug an issue using GRACE semantic navigation.
Debug an issue using GRACE semantic navigation.
From the error/description, identify which module is likely involved:
docs/knowledge-graph.xml for module overviewdocs/verification-plan.xml for relevant scenarios, test files, or log markers if availabledocs/operational-packets.xml for the canonical FailurePacket shape if availableIf 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 namesgrace module show M-XXX --path <project-root> --with verification to pull the shared/public module and verification snapshotgrace file show <path> --path <project-root> --contracts --blocks when you already know the governed file and need its local/private navigation surfaceIf the error contains a log reference like [Module][function][BLOCK_NAME]:
START_BLOCK_BLOCK_NAME in the codebase — this is the exact locationIf the failure came from a named verification scenario or test:
V-M-xxx entry in docs/verification-plan.xmlIf no log reference:
Read the identified block, its CONTRACT, and relevant verification entry. Determine:
Apply the fix WITHIN the semantic block boundaries. Do NOT restructure blocks unless the fix requires it.
After fixing:
docs/verification-plan.xml$grace-verification to strengthen automated checks before considering the issue fully closednpx claudepluginhub osovv/grace-marketplace --plugin graceEnforces systematic root-cause investigation for bugs, errors, failing tests, and unexpected behavior using git history, code graphs, LLM agents, and reproduction steps before fixes.
Root cause based one-shot bug fix. Runs a full investigation pipeline: debugger diagnosis, gap analysis, requirements generation, execution, and verification. Includes QA suggestions after successful fix.