DashboardcraftCraft PR review workflow: subagent self…

Craft PR review workflow: subagent self-review + bot-finding loop before merge

Category: pattern
Confidence: 1.00
ID: 019db213-4205-7445-94a0-235778777da9
Project ID: e16af391-c497-4837-b681-c849a5514499
Cross-project: No
Recalled in other projects: 1
Source session: (none)
Created: 2026-07-28 10:15:42
Updated: 2026-07-28 10:15:42

Cross-Project Recalls

ProjectHitsLast recalled
opencode-lore 1 2026-08-08

Content

Before merging non-trivial Craft PRs: (1) dispatch a subagent for objective critical review — it catches silent-corruption bugs human review glosses over (e.g. regex boundary issues); (2) verify each finding with a minimal reproducer before fixing; (3) add regression tests and verify they fail when the fix is reverted; (4) after push, wait for Cursor Bugbot and Seer Code Review checks (both appear as CheckRuns on the PR) — NEUTRAL conclusion means non-blocking findings posted as review comments; (5) reply to each bot comment via gh api repos/.../pulls/comments/{id}/replies and resolve threads via GraphQL resolveReviewThread. Branch protection requires review approval; repo admins can use gh pr merge --squash --admin to bypass for self-reviewed fixes. Format check (prettier) is part of the Lint workflow — run pnpm format before pushing.

Move to: