Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/skills/android-tools-reviewer/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Post your findings directly:
- **Inline comments** on specific lines of the diff with the severity, category, and explanation.
- **Review summary** with the overall verdict (✅ LGTM, ⚠️ Needs Changes, or ❌ Reject), issue counts by severity, and positive callouts.

If no issues found **and CI is green**, submit with at most one or two 💡 suggestions and a positive summary.
If no issues found **and CI is green**, submit with one or two 💡 suggestions on key implementation lines and a positive summary. **Always post at least one inline comment** — the review submission framework requires it.
Comment thread
jonathanpeppers marked this conversation as resolved.

**Copilot-authored PRs:** If the PR author is `Copilot` (the GitHub Copilot coding agent) and the verdict is ⚠️ Needs Changes or ❌ Reject, prefix the review summary with `@copilot ` so the comment automatically triggers Copilot to address the feedback. Do NOT add the prefix for ✅ LGTM verdicts.

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/android-tools-reviewer.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ A maintainer commented `/review` on this pull request. Perform a thorough code r

## Constraints

- **Always post at least one inline review comment**, even for clean PRs — add a brief 💡 observation on a key implementation line. The review framework requires at least one inline comment to submit the review.
Comment thread
jonathanpeppers marked this conversation as resolved.
- Only comment on added/modified lines visible in the diff.
- One issue per inline comment.
Comment thread
jonathanpeppers marked this conversation as resolved.
- If the same issue appears many times, flag it once listing all affected files.
Expand Down
Loading