Skip to content

Commit 9150b6f

Browse files
improv: prompt
1 parent fafea05 commit 9150b6f

1 file changed

Lines changed: 19 additions & 5 deletions

File tree

.github/workflows/continue-review.yaml

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
# For issue_comment event on a PR
5555
PR_NUMBER="${{ github.event.issue.number }}"
5656
fi
57-
57+
5858
# Get PR diff
5959
gh pr diff $PR_NUMBER > pr_diff.txt
6060
@@ -86,13 +86,27 @@ jobs:
8686
## Code Review Summary
8787
8888
### ✅ Strengths
89-
- [List positive aspects]
89+
- **[Aspect]**: [Description of what was done well]
9090
9191
### ⚠️ Issues Found
92-
- [List any problems with severity levels]
92+
93+
Only include the severity subheaders below if you actually found issues at that level:
94+
95+
#### Critical
96+
- **[Issue Title]**: [Description of critical issues that must be fixed before merging]
97+
98+
#### High
99+
- **[Issue Title]**: [Description of high-priority issues that should be fixed]
100+
101+
#### Medium
102+
- **[Issue Title]**: [Description of issues that should be addressed]
103+
104+
#### Low
105+
- **[Issue Title]**: [Description of minor issues or nice-to-have improvements]
106+
93107
94108
### 💡 Suggestions
95-
- [List improvement recommendations]
109+
- **[Suggestion Title]**: [Description of improvement recommendations]
96110
97111
### 🚀 Overall Assessment
98112
[Provide overall recommendation: APPROVE, REQUEST_CHANGES, or COMMENT]
@@ -169,4 +183,4 @@ jobs:
169183
console.log('Error details:', error);
170184
}
171185
env:
172-
GITHUB_TOKEN: ${{ github.token }}
186+
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)