classifying-review-findings

Classify code review findings into Bitwarden severity categories with emoji labels.

129|15|Updated Oct 21, 2025
One-click install
npx skills add https://github.com/bitwarden/ai-plugins --skill classifying-review-findings
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: classifying-review-findings
Source: https://github.com/bitwarden/ai-plugins/tree/main/plugins/bitwarden-code-review/skills/classifying-review-findings
Command: npx skills add https://github.com/bitwarden/ai-plugins --skill classifying-review-findings

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides standardized severity classifications for code review findings to ensure consistent feedback and routing to the right actions.

Core Features & Use Cases

  • Hybrid emoji + text: Classifies findings using CRITICAL, IMPORTANT, DEBT, SUGGESTED, or QUESTION.
  • Pre-classification checks: Requires that execution path is traceable, other handlers exist, and language semantics are clear.

Quick Start

Read a finding, verify the three criteria, and assign the appropriate severity before posting or saving.

Frequently Asked Questions about classifying-review-findings

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I standardize severity classifications across code reviews?

Code review standardization assigns findings to five consistent severity levels—CRITICAL, IMPORTANT, DEBT, SUGGESTED, or QUESTION—with hybrid emoji labeling. This ensures uniform triage routing and remediation prioritization across pull requests and review comments, meeting organizational conventions and audit requirements.

What criteria should I verify before classifying a code review finding?

Before assigning severity, verify three prerequisites: the execution path is traceable, alternative handlers exist for the issue, and language semantics are clear. These checks ensure classification accuracy and prevent misrouting of findings to inappropriate severity buckets.

Can I use emoji labels alongside text classifications in code reviews?

Yes. The Skill implements hybrid emoji and text labeling, combining visual indicators with severity text (CRITICAL, IMPORTANT, DEBT, SUGGESTED, QUESTION) to enable fast triage and consistent communication across review comments and pull request feedback.

How does severity classification improve code review routing?

Standardized severity classification routes findings to the correct remediation action based on risk level. CRITICAL flags urgent blockers, IMPORTANT requires fixes before merge, DEBT defers refactoring, SUGGESTED aids quality, and QUESTION prompts discussion—enabling teams to prioritize review effort.

What makes a finding ready for severity assignment?

A finding is ready when it has a traceable execution path demonstrating how the code reaches the issue, confirmation that other handlers or mitigations do not already address it, and clear language semantics so reviewers understand the problem without ambiguity.