Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions .agents/skills/review-code/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,17 @@ file from `.agents/skills/review-code/`:
formatting and PR update rules in `CONTRIBUTING.md`.

### Action Instructions
- Immediately create a user-facing review artifact named
`code-review-results.md` in the conversation artifact directory so progress
is visible right away.
- Launch all sub-agents concurrently using `invoke_subagent`.
- Collect the reports from each sub-agent.
- Create a user-facing review artifact named `code-review-results.md` in the
conversation artifact directory. The artifact must include:
- Update `code-review-results.md` as sub-agent responses come in.
- The artifact must include:
- Overall summary and verdict across audit categories.
- Detailed analysis and findings from each sub-agent.
- Actionable findings and fix suggestions with specific code snippets, diffs,
and clickable file links for any violations found.
- In the response, provide a concise summary with the overall verdict and a
clickable markdown link to `code-review-results.md`.
- Once all sub-agents finish, finalize `code-review-results.md` and provide a
concise summary with the overall verdict and a clickable markdown link to
`code-review-results.md` in the response.