You must invoke the bitwarden-code-reviewer agent to perform a comprehensive code review of a GitHub pull request or local changes.
Performs comprehensive code reviews on GitHub PRs or local changes, generating detailed markdown reports with findings and recommendations.
/plugin marketplace add bitwarden/ai-plugins/plugin install bitwarden-code-review@bitwarden-marketplacecode-review-local/You must invoke the bitwarden-code-reviewer agent to perform a comprehensive code review of a GitHub pull request or local changes.
CRITICAL INSTRUCTIONS FOR THE AGENT:
Pull Request Information:
git diff and git statusgh pr view commandsLocal Review Mode: Writing to local files instead of GitHub. Invoke Skill(posting-review-summary) with local output context.
Output Destination: Write to local files:
review-summary.md - Summary (via Skill(posting-review-summary) in local mode)review-inline-comments.md - Inline comments (same format as GitHub)Format Exactly As PR Comments: Both files MUST contain exactly what would be posted to GitHub
review-inline-comments.md blank.No GitHub Posting: Do NOT use gh pr review --comment or gh pr comment to post anything. Only READ from GitHub, WRITE to local files.
Include All Standard Review Elements:
<details> sections for each findingNote: The output formats below mirror the standard GitHub review formats documented in your AGENT.md file, adapted for local file output instead of direct GitHub posting.
File 1: review-summary.md
Uses same format as Skill(posting-review-summary):
**Overall Assessment:** APPROVE / REQUEST CHANGES
[1-2 neutral sentence describing what was reviewed]
<details>
<summary>Code Review Details</summary>
- [emoji] **[SEVERITY]**: [One-line description]
- `filename.ts:42`
</details>
File 2: review-inline-comments.md
Contains all inline review comments with file and line references (same format as would be posted with gh pr review --comment in standard GitHub reviews, but written to local file). Format:
## [file-path]:[line-number]
[Emoji] **[SEVERITY]**: [One-line description]
<details>
<summary>Details and fix</summary>
[Full details, code examples, rationale]
</details>
---
## [next-file]:[next-line]
[Next comment...]
---
Invoke the bitwarden-code-reviewer agent now with these instructions.