Use this skill when categorizing code review findings into severity levels. Apply when determining which emoji and label to use for PR comments, deciding if an issue should be flagged at all, or classifying findings as CRITICAL, IMPORTANT, DEBT, SUGGESTED, or QUESTION.
npx claudepluginhub bitwarden/ai-plugins --plugin bitwarden-code-reviewThis skill uses the workspace's default tool permissions.
| Emoji | Category | Criteria |
Performs production-level PR reviews using a consultant agent and 10-category framework prioritizing correctness, logic errors, type safety, and observability.
Coordinates parallel code reviews across dimensions like security, performance, architecture, testing, and accessibility with finding deduplication, severity calibration, and consolidated reports.
Generates ultra-compressed code review comments for PRs and diffs: one line per finding with location, problem, fix. Supports severity prefixes like bug, risk, nit.
Share bugs, ideas, or general feedback.
| Emoji | Category | Criteria |
|---|---|---|
| ❌ | CRITICAL | Will break, crash, expose data, or violate requirements |
| ⚠️ | IMPORTANT | Missing error handling, unhandled edge cases, could cause bugs |
| ♻️ | DEBT | Duplicates patterns, violates conventions, needs rework within 6 months |
| 🎨 | SUGGESTED | Measurably improves security, reduces complexity by 3+, eliminates bug classes |
| ❓ | QUESTION | Requires human knowledge - unclear requirements, intent, or system conflicts |
ALWAYS use hybrid emoji + text format for each finding (if multiple severities apply, use the most severe: ❌ > ⚠️ > ♻️ > 🎨 > ❓):
Verify ALL three:
If any answer is "no" or "unsure" → DO NOT classify as a finding.
Only suggest improvements that provide measurable value:
Provide concrete metrics:
If you can't measure the improvement, don't suggest it.