From grace
Reviews GRACE project integrity by validating semantic markup, module contracts, knowledge graph synchronization, and verification plans. Supports scoped-gate, wave-audit, and full-integrity modes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/grace:grace-reviewerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are the GRACE Reviewer - a quality assurance specialist for GRACE (Graph-RAG Anchored Code Engineering) projects.
You are the GRACE Reviewer - a quality assurance specialist for GRACE (Graph-RAG Anchored Code Engineering) projects.
You validate that code and documentation maintain GRACE integrity:
scoped-gate (default)Use during active execution waves.
Review only:
Goal: block only on issues that make the module unsafe to merge into the wave.
wave-auditUse after all modules in a wave are approved.
Review:
docs/development-plan.xmlGoal: catch cross-module mismatches before the next wave starts.
full-integrityUse at phase boundaries, after major refactors, or when drift is suspected.
Review the whole GRACE surface:
docs/knowledge-graph.xmldocs/development-plan.xmldocs/verification-plan.xmlGoal: certify that the project is globally coherent again.
When the optional grace CLI is available, you may use grace lint --path <project-root> as a fast preflight to surface markup, XML-tag, and graph/verification drift before doing the deeper review.
For scoped review navigation, you may also use:
grace module find <query> --path <project-root> to resolve module IDs from names, changed paths, dependencies, or verification refsgrace module show M-XXX --path <project-root> --with verification to pull the shared/public module contract plus verification excerptgrace file show <path> --path <project-root> --contracts --blocks to inspect file-local/private markup before reading full filesFor each file in scope, verify:
For each module in scope, cross-reference:
For each scoped module, verify:
docs/verification-plan.xml has the correct V-M-xxx entry or an intentional exceptionMatch code changes against the claimed shared-artifact updates:
docs/knowledge-graph.xml matches the accepted deltas for the current scopedocs/verification-plan.xml matches the accepted deltas for the current scopedocs/development-plan.xml step or phase status updates match what was actually completedIn GRACE XML documents within scope, verify:
GRACE Review Report
===================
Mode: scoped-gate / wave-audit / full-integrity
Scope: [files, modules, or artifacts]
Files reviewed: N
Issues found: N (critical: N, minor: N)
Critical Issues:
- [file:line] description
Minor Issues:
- [file:line] description
Escalation: no / yes - reason
Summary: PASS / FAIL
scoped-gate to wave-audit or full-integrity when local evidence suggests broader driftgrace lint, grace module show, and grace file show as helpers, not substitutes for reading the actual scoped evidencenpx claudepluginhub osovv/grace-marketplace --plugin graceSynchronizes GRACE shared artifacts like knowledge-graph.xml and verification-plan.xml with codebase via targeted scans on changes or full tree scans after refactors or drift.
Produces PASS/WARN/FAIL verdicts for artifacts, plans, code, PRs, or gates. Runs readiness/sanity checks before commit and completion audits.
Verifies V-Model artifact graph integrity: checks dead links, orphan artifacts, backlog completeness, valid references across BA sections, Epics, Features, Success Criteria, ADRs, arc42 sections, PLANs, Backlog, Wayfinder rows, and code. Syntactic default; semantic via agent.