governance-review

Dispatches independent governance reviews through a bounded routing shim with lineage verification.

Updated Jul 12, 2026
One-click install
npx skills add https://github.com/sumitake/agent-collab --skill governance-review-sumitake
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: governance-review
Source: https://github.com/sumitake/agent-collab/tree/main/plugins/agent-collab/skills/governance-review
Command: npx skills add https://github.com/sumitake/agent-collab --skill governance-review-sumitake

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? High-stakes decisions need an authoritative verdict from a reviewer that is genuinely independent of the primary agent and artifact author, but routing results alone cannot prove that independence. This Skill enforces caller-side lineage verification and exact repository-grounded scope before any governance verdict is accepted. ## Core Features & Use Cases - Independent reviewer enforcement: Records the lineage and source of the primary and artifact author before dispatch, then verifies the observed reviewer lineage afterward; unknown lineage stays unknown. - Bounded routing invocation: Sends one EOF-delimited JSON routing request to the plugin's coordinator.py using the governance.repository action with frontier quality and maximum effort, never reconstructing provider commands. - Advisory fallback: When no known-distinct eligible reviewer exists, the response is kept as advisory content with no authoritative-approval claim. - Use Case: Before merging a contested architecture change, dispatch a governance review pinned to the exact source head, verify the reviewer's lineage differs from both the author and primary agent, and accept the verdict only when independence is positively established. ## Quick Start Ask the agent to run a governance review on the current repository at the exact expected source head with an independent reviewer.

Frequently Asked Questions about governance-review

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

FAQPage Schema
How do I run an independent governance review on a repository?

Create one bounded work unit using the governance.repository action and dispatch it from the canonical repository at the exact expected source head. Record the lineage of the primary and artifact author first, then select a reviewer whose known lineage differs from both.

How is reviewer independence verified in a governance review?

The caller records observed lineage and source of the primary and artifact author before dispatch, then verifies the observed reviewer lineage afterward. A route, provider name, receipt, or self-assertion alone does not prove independence; unknown lineage stays unknown.

What happens when no independent reviewer is available?

The review is not dispatched as a claimed independent governance review. The caller explains the missing lineage or selection evidence, and any response obtained otherwise is kept as advisory content without an authoritative-approval claim.

Can I retry a governance review if lineage evidence is incomplete?

No. A consumed review work unit must not be replayed, retried, or failed over to repair incomplete lineage evidence. Each live request consumes at most one provider attempt per work unit.

Does the governance review require a specific response format?

No. Every nonempty raw or recovered response is preserved and interpreted with ordinary model reasoning. JSON, verdict keys, terminal wrappers, telemetry, or receipts are not required, and approval is never synthesized from process exit.