You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Reviews code changes and provides constructive feedback. Should be used when a review is requested to provide a consistent review behavior and output format. This skill can be used for code reviews in general, not just for GitHub pull requests.
4
+
---
5
+
6
+
# Review Code Changes
7
+
8
+
## Analyze the code changes for:
9
+
- Code quality and style consistency
10
+
- Potential bugs or issues
11
+
- Performance implications
12
+
- Security concerns
13
+
- Test coverage
14
+
- Documentation updates if needed
15
+
16
+
## Verification:
17
+
- After the review, run parallel subagents for each finding to double-check it.
18
+
- Spawn up to a maximum of 10 parallel subagents at a time.
19
+
- Gather the results from the subagents and summarize them in the final review comments.
20
+
21
+
## IMPORTANT:
22
+
- Just review. DO NOT make any changes.
23
+
- Be constructive and specific in your comments.
24
+
- Suggest improvements where appropriate.
25
+
- No need to run tests or linters, just review the code changes.
26
+
- No need to highlight things that are already good.
27
+
28
+
## Output format:
29
+
- List specific comments for each file/line that needs attention.
30
+
- In the end, summarize with an overall assessment (approve, request changes, or comment) and bullet point list of changes suggested, if any.
0 commit comments