grace-reviewer

Validate GRACE project integrity across code, documentation, and knowledge graph artifacts.

233|51|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/osovv/grace-marketplace --skill grace-reviewer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: grace-reviewer
Source: https://github.com/osovv/grace-marketplace/tree/main/skills/grace/grace-reviewer
Command: npx skills add https://github.com/osovv/grace-marketplace --skill grace-reviewer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validate and certify the integrity of GRACE-governed code, documentation, and knowledge-graph changes to prevent unsafe merges, drift, and contract mismatches across development waves and phases.

Core Features & Use Cases

  • Review modes tuned for context: scoped-gate for active waves, wave-audit for cross-module checks, and full-integrity for phase-boundary certification.
  • Checklist-driven validation of semantic markup, MODULE_CONTRACTs, MODULE_MAPs, function CONTRACTs, graph delta proposals, and XML tag conventions.
  • Produce a structured GRACE Review Report summarizing scope, files reviewed, critical and minor issues, escalation recommendations, and actionable fixes.
  • Use case: run a scoped-gate review during CI to block merges with missing contracts or unsafe graph deltas, or run a full-integrity audit after a large refactor.

Quick Start

Run a scoped-gate review of the current execution wave by inspecting changed files, the controller's execution packet, and graph delta proposals, then produce a GRACE Review Report.

Frequently Asked Questions about grace-reviewer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate knowledge graph delta proposals and module contracts before a merge?

To validate knowledge graph delta proposals and module contracts before a merge, run a scoped-gate review to inspect changed files and execution packets, enforcing semantic markup and XML tag conventions to block unsafe merges.

What is a GRACE integrity review and when do I need it?

A GRACE integrity review validates code, documentation, and knowledge graph artifacts to prevent drift and contract mismatches. You need it during active development waves, after large refactors, or at phase boundaries to certify full-project integrity.

How do I audit semantic markup and XML tag conventions across a full project?

You can audit semantic markup and XML tag conventions across a full project by running a full-integrity review at phase boundaries. This checklist-driven process validates MODULE_CONTRACTs and MODULE_MAPs, producing a structured review report.

Can I use a code review checklist to enforce graph-plan consistency in CI?

Yes, you can enforce graph-plan consistency in CI by running a scoped-gate review. This validates execution packets and graph delta proposals against module contracts, generating a GRACE Review Report with critical issues and actionable fixes.

What's the best way to review cross-module contract mismatches during a development wave?

The best way to review cross-module contract mismatches during a development wave is running a wave-audit. This mode performs cross-module checks on function CONTRACTs and graph delta proposals to identify drift and escalation recommendations.