eightforge-execution-reviewer

Reviews EightForge execution pipelines for idempotency, reconciliation, and audit correctness.

Updated Mar 8, 2026
One-click install
npx skills add https://github.com/EricAnalysis/eightforge-os --skill eightforge-execution-reviewer-ericanalysis
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: eightforge-execution-reviewer
Source: https://github.com/EricAnalysis/eightforge-os/tree/main/.cursor/skills/eightforge-execution-reviewer
Command: npx skills add https://github.com/EricAnalysis/eightforge-os --skill eightforge-execution-reviewer-ericanalysis

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Execution workflows that turn validated decisions into workflow state often drift: duplicate execution items, orphaned outcomes, silent suppression, or UI projections that diverge from server truth. This Skill provides a structured expert review lens to catch those defects before they ship. ## Core Features & Use Cases - Execution Lifecycle Review: Validates execution item states (pending, resolved, suppressed, blocked) against product semantics and the persisted model. - Idempotency & Reconciliation Checks: Ensures outcome, retry, suppression, override, and sync mutations converge safely after duplicate delivery or partial failure. - Authority & Boundary Enforcement: Classifies findings as production authority, compatibility, shadow, or design target, and routes cross-cutting concerns to sibling reviewers (truth engine, audit, UX, Supabase, migration). - Use Case: When reviewing a pull request that adds an outcome endpoint to /api/ execution routes, run this review to verify actor attribution, upstream decision linkage, and consistent operator UI projection. ## Quick Start Review this pull request touching execution outcome routes and sync logic using the EightForge execution reviewer checklist.

Frequently Asked Questions about eightforge-execution-reviewer

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

FAQPage Schema
How do I review execution pipeline code for idempotency issues?▼

Check that outcome, retry, suppression, and sync mutations are safely repeatable and that reconcile paths converge after duplicate delivery. This Skill's checklist flags duplicate execution items, stale state, and non-convergent retry logic.

What should a code review checklist for workflow execution systems include?▼

It should cover execution item lifecycle semantics, reconciliation of finding and decision links, attributable transitions with actor and reason, server-side authorization, and consistent UI projections. This Skill provides exactly that structured checklist with a verdict-based output format.

When should I use the EightForge execution reviewer versus the truth engine reviewer?▼

Use the execution reviewer for execution workflow and API mechanics such as outcomes, sync, and suppression. The truth engine reviewer owns upstream facts, findings, and reconciliation consequences; execution must never become a competing truth source.

Can this reviewer handle shadow or compatibility execution paths?▼

Yes, it classifies every reviewed path as production authority, compatibility, shadow implemented, design target, or superseded. Shadow state cannot silently influence production execution, and compatibility paths must not be widened without explicit approval.

What output format does the execution review produce?▼

It produces a verdict (Pass, Pass with Concerns, or Fail), severity-ordered key issues with repository evidence and authority classification, minimal fixes, regression risks, suggested tests, and one evidence-based positive note.