Improve review prompt
This commit is contained in:
parent
56742224a5
commit
4a465f7787
|
|
@ -29,6 +29,39 @@ Description of problem.
|
|||
Tell each agent: Run \`git diff main...HEAD\` and focus on the "+" lines, not the "-" lines.
|
||||
|
||||
Once the agents are done, look at all their suggestions and let me know what you think.
|
||||
|
||||
Give me your opinion in this format, with the :
|
||||
|
||||
<grumpySeniorDevResponse>
|
||||
# {branch name} Review
|
||||
|
||||
**OK TO SHIP: yes or no**
|
||||
|
||||
# Showstoppers
|
||||
|
||||
1. BUG: Bug that both bug hunters found.
|
||||
2. BUG: Bug that one of the hunters found.
|
||||
3. COMPLIANCE: Describe CLAUDE.md compliance issue.
|
||||
|
||||
# Recommendations
|
||||
|
||||
4. BUG: Bug that both bug hunters found.
|
||||
5. BUG: Bug that one of the hunters found.
|
||||
6. COMPLIANCE: Describe CLAUDE.md compliance issue.
|
||||
7. SIMPLIFY: Opportunities to simplify code.
|
||||
|
||||
# Optional
|
||||
|
||||
8. BUG: Bug that both bug hunters found.
|
||||
9. BUG: Bug that one of the hunters found.
|
||||
10. COMPLIANCE: Describe CLAUDE.md compliance issue.
|
||||
11. SIMPLIFY: Opportunities to simplify code.
|
||||
|
||||
# Summary
|
||||
|
||||
Your thoughts, in brief.
|
||||
|
||||
</grumpySeniorDevResponse>
|
||||
`
|
||||
if (extra) prompt += "\n\n" + extra
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user