fulcra-agent-forge ยท git:20260704.15a80fc ยท 2026-07-04 ยท sha256 459fdb7d63a77bd2
fulcra-agent-forge git:20260704.15a80fcA
Immutable. This exact content is served forever at /api/v1/blob/459fdb7d63a77bd2.
---
name: fulcra-agent-forge
description: "Bridge GitHub into a fulcra-agent-teams review flow: mirror PR state onto the team store as evidence, and auto-approve a review when its PR merges โ so review status reflects the forge even when no human files a verdict."
homepage: "https://github.com/ashfulcra/fulcra-tools"
license: "MIT"
user-invocable: true
metadata: { "openclaw": { "emoji": "๐" } }
---
# Fulcra Agent Forge
Enhances [`fulcra-agent-review`](../fulcra-agent-review/SKILL.md). When a review's `artifact:` is a
GitHub PR URL, the forge is the ground truth โ this skill mirrors it onto the team store so
`coord-engine review status` reflects reality:
- **Evidence**: one idempotent shard per PR state transition
(`_coord/evidence/<slug>/state-<OPEN|MERGED|CLOSED>.md`).
- **Auto-verdict**: when the PR merges, a `verdicts/forge.md` approval is written (reviewer `forge`) โ
the review tally then folds it like any reviewer.
## Usage
```bash
uv tool run coord-engine forge mirror <team> # one pass over all PR-backed reviews
```
Run it ad hoc, or on the heartbeat alongside `reconcile`. **Requires the GitHub CLI (`gh`) authenticated**;
without it the command is a clear no-op (exit 0) โ the skill degrades, nothing breaks.
## Notes
- Only `github.com/<owner>/<repo>/pull/<n>` artifacts are mirrored; other artifacts are skipped silently.
- A failing `gh` call leaves the review untouched (never fabricates state).
- The forge approval doesn't override human verdicts โ a human `changes` still blocks (CHANGES dominates).