Summary
Workflow improvements identified during gemicro trajectory serialization work (PR #131).
Improvements
1. Auto-merge for Green PRs - STALE
Reason: Global CLAUDE.md lines 8, 26 explicitly require discussion before merging. This is intentional.
2. Squash-merge Default - STALE
Reason: Already the default behavior. When user says "merge", Claude already uses --squash --delete-branch without asking.
3. Efficient /pr-feedback Re-runs - ALREADY EXISTS
Reason: Lines 67, 76 already specify when to use --local vs --remote.
4. Auto-create Issues for Deferred Feedback ✅
When /pr-feedback marks items as "Skip - Out of scope", automatically create GitHub issues with deferred-feedback label.
Currently line 85 says "Defer: Create a GitHub issue for later" but this is manual. Could be automated in the /pr-feedback skill.
Conclusion
Only 1 of 4 recommendations is actionable. Consider closing this issue if #4 isn't worth the complexity.
Summary
Workflow improvements identified during gemicro trajectory serialization work (PR #131).
Improvements
1. Auto-merge for Green PRs- STALEReason: Global CLAUDE.md lines 8, 26 explicitly require discussion before merging. This is intentional.
2. Squash-merge Default- STALEReason: Already the default behavior. When user says "merge", Claude already uses
--squash --delete-branchwithout asking.3. Efficient /pr-feedback Re-runs- ALREADY EXISTSReason: Lines 67, 76 already specify when to use
--localvs--remote.4. Auto-create Issues for Deferred Feedback ✅
When
/pr-feedbackmarks items as "Skip - Out of scope", automatically create GitHub issues withdeferred-feedbacklabel.Currently line 85 says "Defer: Create a GitHub issue for later" but this is manual. Could be automated in the
/pr-feedbackskill.Conclusion
Only 1 of 4 recommendations is actionable. Consider closing this issue if #4 isn't worth the complexity.