fix(ci): hourly reviewer prefers PRs over issues for small fixes#1432
Merged
fix(ci): hourly reviewer prefers PRs over issues for small fixes#1432
Conversation
Rewrite Step 7 of the hourly reviewer prompt so it defaults to creating PRs (with thorough descriptions) instead of issues. Issues are now only for problems too large or ambiguous to fix directly. Also instructs the bot to keep findings cohesive rather than creating many small patches. Requested in #1425. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
max-sixty
reviewed
Mar 10, 2026
| - Body: Include the run ID, specific log excerpts showing the problem, analysis of root cause, and what makes it hard to fix directly | ||
| - Label: `claude-behavior` | ||
|
|
||
| When you have multiple findings, keep them **cohesive**: group related fixes into a single PR rather than creating many small patches. If findings are unrelated, separate PRs are fine. |
Owner
There was a problem hiding this comment.
let's group based on "broad theme"
Collaborator
Author
There was a problem hiding this comment.
Done — updated the wording to "group by broad theme".
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Collaborator
Author
|
Looks good — clean rewrite of Step 7 that directly addresses the duplication problem from #1425/#1426. A few observations: DetailsWhat this does well:
One thing to watch:
No changes requested — this is a straightforward prompt improvement. |
This was referenced Mar 10, 2026
max-sixty
reviewed
Mar 10, 2026
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.
Summary
This eliminates the duplication problem from #1425/#1426, where the hourly reviewer created an issue and the triage bot raced to also fix it. With the reviewer going straight to PR, there's no issue for triage to pick up.
Requested by @max-sixty in #1425 (comment).
Test plan
🤖 Generated with Claude Code