skills/grace/grace-fix/SKILL.md
Debug an issue using GRACE semantic navigation. Use when encountering bugs, errors, or unexpected behavior - navigate through the graph, verification plan, and semantic blocks to analyze the mismatch and apply a targeted fix.
npx skillsauth add osovv/grace-marketplace grace-fixInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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 closeddevelopment
Create GRACE subagent presets for the current agent shell. Use when you want GRACE worker and reviewer agent files scaffolded for Claude Code, OpenCode, Codex, or another shell.
development
Execute a GRACE development plan in controller-managed parallel waves with selectable safety profiles, verification-plan excerpts, batched shared-artifact sync, and scoped reviews.
development
Bootstrap GRACE framework structure for a new project. Use when starting a new project with GRACE methodology - creates docs/ directory, AGENTS.md, and XML templates for requirements, technology, development plan, verification plan, knowledge graph, and operational packet contracts.
development
Complete GRACE methodology reference. Use when explaining GRACE to users, onboarding new projects, or when you need to understand the GRACE framework - its principles, semantic markup, knowledge graphs, contracts, testing, and unique tag conventions.