mcpbeat

Grace Reviewer

osovv/grace-marketplace-grace-reviewer

Review GRACE 4 integrity across .grace artifacts, active changes, scopes, assertions, code anchors, and verification evidence.

This is a copy. The original lives at osovv/grace-reviewer.

285 tokens
context cost
the whole folder, loaded on every use
2
files
instructions only
0
copies elsewhere
how many repositories repackaged it
231
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/osovv/grace-marketplace --skill grace-reviewer

The instruction itself

as written by the author

<skill>

<review_checklist>

  • .grace/context artifacts are present and relevant.
  • .grace/graph/index.xml routes every graph anchor to the correct graph document.
  • .grace/verification/index.xml routes deterministic V-M-* entries and covers current modules.
  • Active change specs/plans use valid statuses for their location and exactly one C-* wrapper.
  • Baseline and target assertions are meaningful and not stale.
  • Durable scopes and observed write scopes are explicit; unsafe parallel overlaps are blocked.
  • File-local contracts, LINKS:, and semantic blocks match durable anchors.
  • Verification evidence is fresh and tied to commands or markers.

</review_checklist>

<output>

Return findings with severity, location, why it matters, expected fix direction, and verification target. Do not fix unless explicitly asked.

</output>

</skill>

How to use it

Copy the folder

Take osovv/grace-marketplace-grace-reviewer from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.