Loading...
Loading...
Use this skill when posting the final summary comment after all inline comments are posted. Apply as the LAST step of code review after all findings are classified and inline comments are complete. Detects context (GitHub sticky comment, new comment, or local file) and routes output accordingly.
npx skill4agent add bitwarden/ai-plugins posting-review-summary| Context | How to Detect | Action |
|---|---|---|
| GitHub Actions | | Update sticky comment |
| Local review | Tool not available OR explicit local mode | Write to |
gh pr comment- ❓ **QUESTION**: PR title could be more specific
- Suggested: "Fix null check in UserService.getProfile"**Overall Assessment:** APPROVE / REQUEST CHANGES
[1-2 neutral sentence describing what was reviewed]
<details>
<summary>Code Review Details</summary>
[Findings grouped by severity - see ordering below]
[Optional PR Metadata Assessment - only for truly deficient metadata]
</details>- [emoji] **[SEVERITY]**: [One-line description]
- `filename.ts:42`<details>
<summary>Code Review Details</summary>
- ❌ **CRITICAL**: SQL injection in user query builder
- `src/auth/queries.ts:87`
- ⚠️ **IMPORTANT**: Missing null check on optional config
- `src/config/loader.ts:23`
</details>Use mcp__github_comment__update_claude_comment to update the sticky comment with the summary.Write summary to review-summary.md in working directory.