send-review

Generate and register versioned implementation proposals in bridge/INDEX.md for Loyal Opposition review.

2|1|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/Remaker-Digital/groundtruth-kb --skill send-review
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: send-review
Source: https://github.com/Remaker-Digital/groundtruth-kb/tree/main/.claude/skills/send-review
Command: npx skills add https://github.com/Remaker-Digital/groundtruth-kb --skill send-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It removes the delay and coordination overhead of preparing an implementation proposal and registering it for review by Loyal Opposition.

Core Features & Use Cases

  • Creates versioned bridge proposal documents in bridge/ using a deterministic {name}-{NNN}.md naming scheme.
  • Registers the proposal in bridge/INDEX.md by inserting a NEW entry at the top for the next Loyal Opposition scan.
  • Captures context for review including what changed, why it was done, affected records, commit hashes, and numbered review questions.

Quick Start

Send the command send-review with an argument like widget-refactor to generate a new proposal document and add it to bridge/INDEX.md for review.

Frequently Asked Questions about send-review

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

FAQPage Schema
How do I create an implementation proposal for code review coordination?▼

To create an implementation proposal for code review coordination, generate a versioned bridge document that captures what changed, why, affected records, and commit hashes, then register it in the index for scanning.

What is a bridge document in a versioned file workflow?▼

A bridge document in a versioned file workflow is a structured proposal record that compiles session context, implementation details, and numbered review questions to formalize changes for Loyal Opposition review.

How do I register a proposal in a knowledge base index for scanning?▼

Register a proposal in a knowledge base index by inserting a new entry at the top of the index file, ensuring the versioned document is queued for the next automated review scan.

Can I use deterministic version selection for bridge document creation?▼

Yes, deterministic version selection applies to bridge document creation by enforcing a strict naming scheme with sequential numbering, ensuring consistent proposal tracking and index insertion.

What context should I include in an implementation proposal for code review?▼

An implementation proposal for code review should include what changed, why it was done, affected records, commit hashes, and numbered review questions to provide complete session context.

Does the file-bridge workflow require manual index updates after proposal creation?▼

No, the file-bridge workflow handles index updates automatically after proposal creation by reading and updating the index file to insert the new versioned bridge document entry.