[Feat] Ask after PR open whether to auto-address CI and review feedback#354
Draft
roomote-roomote[bot] wants to merge 3 commits into
Draft
[Feat] Ask after PR open whether to auto-address CI and review feedback#354roomote-roomote[bot] wants to merge 3 commits into
roomote-roomote[bot] wants to merge 3 commits into
Conversation
Contributor
Author
|
1 issue outstanding. See task
Reviewed 55f0251 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related issue
Internal workflow improvement (no linked issue).
Why this PR exists
What changed
After a successful
create-prorcreate-draft-prdelivery, agents now offer a single lightweight conversational follow-up: whether the user wants later CI failures or review feedback on the opened PR auto-addressed.The offer is casually nestled in the delivery closeout—not a structured form, not
request_user_input, and without coaching wording like "reply yes or no". Opt-in only. No-op and failed deliveries skip it. When the user opts in, follow-up uses existing paths (fix-pr,address-pr-feedback, CI investigation) on the same PR.How it was tested
postPrFollowupOptIn.test.tscovering both delivery skills, including bans on structured input and answer-format coachinglint:fast,check-types:fast, andknippassedChecklist
[Fix],[Feat],[Improve],[Refactor],[Docs], or[Chore]followed by a user-facing descriptionpnpm lintandpnpm check-typespass locallypnpm changeset