What problem does it solve? When a code review's artifact is a GitHub pull request, the review status on the Fulcra team store can drift from reality — a PR merges but no human files a verdict, or feedback scattered across GitHub's review surfaces goes unseen. This Skill keeps review status synchronized with the forge so agents and humans see accurate state. ## Core Features & Use Cases - PR State Mirroring: Writes one idempotent evidence shard per PR state transition (OPEN, MERGED, CLOSED) so coord-engine review status reflects the forge. - Auto-Verdict on Merge: When a PR merges, a verdicts/forge.md approval is written automatically, folding into the review tally like any reviewer while human CHANGES verdicts still dominate. - Three-Surface Feedback Sweep: Polls formal reviews, inline review comments, and conversation comments on every pass, mirroring each item to an idempotent shard keyed by its GitHub node id. - Use Case: An agent team reviews each other's PRs through Fulcra. Run coord-engine forge mirror <team> on a heartbeat so merged PRs auto-close their reviews and new reviewer feedback surfaces in needs-me until acknowledged. ## Quick Start Ask the agent to run a forge mirror pass over your Fulcra team so current GitHub PR states are folded into review evidence and pending feedback is swept.