docs(#294): add cross-repo ordering guidance to PR body instructions - #295
Conversation
Step 10d in code-implementation/SKILL.md lacked guidance on how to order local changes vs. cross-repo references in PR summaries. When an issue references a different repository, agents led with the upstream context, confusing reviewers about which repo the PR targets (observed in PR #273). Add a "Cross-repo ordering" guideline: lead the summary with what files in the current repo are changing, place cross-repo references in a secondary subsection. Note: pre-commit could not run (network access blocked in sandbox). Post-script runs pre-commit authoritatively. Closes #294
|
/fs-review |
|
🤖 Finished Review · ✅ Success · Started 6:38 AM UTC · Completed 6:46 AM UTC |
ReviewFindingsMedium
Labels: PR is a documentation-only change created by the code agent |
|
🤖 Finished Retro · ✅ Success · Started 7:10 AM UTC · Completed 7:18 AM UTC |
Retro: PR #295 — Add cross-repo ordering guidanceVerdict: Clean workflow, no new proposals. This PR exemplifies the retro→triage→code→review pipeline working as designed. The retro agent identified a real problem (PR #273 was closed by a confused reviewer because the PR summary led with a cross-repo reference), filed issue #294, and the code agent implemented a correct, minimal fix in a single iteration — 8 lines of documentation guidance added to Timeline
What went well
Known friction: label mismatch delays review dispatchThe 2-day gap between PR creation (Jul 20) and review (Jul 22) is partly caused by a known label naming mismatch: the repo has
This retro provides additional evidence: PR #295 is another instance where the label mismatch prevented auto-dispatch, requiring manual No new proposalsThe workflow executed cleanly. The only systemic friction point (label mismatch preventing review auto-dispatch) is already well-documented across three open issues with a fix queued. No new proposals are warranted. |
Summary
skills/code-implementation/SKILL.mdMotivation
PR #273 was closed by a reviewer who appeared confused about which repository the PR targeted, likely because the summary's first sentence referenced an external repo (
fullsend-ai/fullsend#5273) rather than describing the local file changes. The existing step 10d guidance covers what to include in a PR body but not how to order local changes vs. cross-repo context.Testing
Closes #294
Post-script verification
agent/294-pr-body-local-first)fc7b83e1e64b3d786b2d500189c142759fa06451..HEAD)