Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
bitwarden avatar

Reviewing Changes

  • 98 installs
  • 9.2k repo stars
  • Updated August 4, 2026
  • bitwarden/android

reviewing-changes is a Claude Code skill providing an Android-specific code-review checklist and MVVM/Compose pattern validation for the Bitwarden Android repo.

About

This skill adds Android-specific workflow to code review for the Bitwarden Android repo. It detects the change type (feature, bug fix, UI refinement, refactoring, dependency update, infrastructure), loads the matching checklist, and runs a multi-pass review that validates MVVM, Hilt DI, and Compose conventions. A developer uses it when reviewing a PR or diff in bitwarden/android. It complements the base bitwarden-code-reviewer agent.

  • Android-specific code-review checklist that auto-detects change type
  • Validates MVVM, Hilt DI, and Compose conventions on Kotlin diffs
  • Prioritizes Security -> Correctness -> Breaking Changes -> Performance -> Maintainability

Reviewing Changes by the numbers

  • 98 all-time installs (skills.sh)
  • Ranked #452 of 1,352 Code Review & Quality skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

reviewing-changes capabilities & compatibility

Capabilities
code review · security review · architecture review · pattern validation
Works with
github · jira
Use cases
code review · security audit
From the docs

What reviewing-changes says it does

Android-specific code review checklist and MVVM/Compose pattern validation for Bitwarden Android
SKILL.md
Detects change type automatically and loads the right review strategy
SKILL.md
npx skills add https://github.com/bitwarden/android --skill reviewing-changes

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs98
repo stars9.2k
Last updatedAugust 4, 2026
Repositorybitwarden/android

What it does

Review a Bitwarden Android PR by detecting the change type, loading the right checklist, and validating MVVM/Compose patterns.

Who is it for?

Reviewing Kotlin/Compose/ViewModel/Repository/Gradle changes in the Bitwarden Android repo.

Skip if: Reviewing non-Android or non-Kotlin codebases outside Bitwarden Android.

When should I use this skill?

When reviewing a PR, diff, or code changes in bitwarden/android, even without an explicit checklist request.

What you get

A structured, multi-pass code review with prioritized, file:line-specific feedback.

  • Change-type detection
  • Loaded review checklist
  • Multi-pass review

By the numbers

  • 5-step review workflow
  • 6 change-type checklists
  • 5-level priority order

Files

SKILL.mdMarkdownGitHub ↗

Reviewing Changes - Android Additions

This skill provides Android-specific workflow additions that complement the base bitwarden-code-reviewer agent standards.

Instructions

IMPORTANT: Work systematically through each step before providing feedback. Each checklist file includes structured thinking guidance for its review passes.

Step 1: Retrieve Additional Details

Retrieve any additional information linked to the pull request using available tools (JIRA MCP, GitHub API).

If pull request title and message do not provide enough context, request additional details from the reviewer:

  • Link a JIRA ticket
  • Associate a GitHub issue
  • Link to another pull request
  • Add more detail to the PR title or body

Android metadata checks — flag as ❓ if any of these are missing:

  • PR includes *Screen.kt or Composable changes but has no screenshots
  • PR adds new ViewModel or Repository but has no test plan or test file changes

Step 2: Detect Change Type with Android Refinements

Use the base change type detection from the agent, with Android-specific refinements:

Android-specific patterns:

  • Feature Addition: New ViewModel, new Repository, new @Composable functions, new *Screen.kt files
  • UI Refinement: Changes only in *Screen.kt, *Composable.kt, ui/ package files
  • Infrastructure: Changes to .github/workflows/, gradle/, build.gradle.kts, libs.versions.toml
  • Dependency Update: Changes only to libs.versions.toml or build.gradle.kts with version bumps

Step 3: Load Appropriate Checklist

Based on detected type, read the relevant checklist file:

  • Dependency Updatechecklists/dependency-update.md (expedited review)
  • Bug Fixchecklists/bug-fix.md (focused review)
  • Feature Additionchecklists/feature-addition.md (comprehensive review)
  • UI Refinementchecklists/ui-refinement.md (design-focused review)
  • Refactoringchecklists/refactoring.md (pattern-focused review)
  • Infrastructurechecklists/infrastructure.md (tooling-focused review)

The checklist provides:

  • Multi-pass review strategy
  • Type-specific focus areas
  • What to check and what to skip
  • Structured thinking guidance

Step 4: Execute Review Following Checklist

Follow the checklist's multi-pass strategy, thinking through each pass systematically.

Step 5: Consult Android Reference Materials As Needed

Load reference files only when needed for specific questions:

  • Re-reviews → invoke reviewing-incremental-changes agent skill; scope to changed lines only, do not flag new issues in unchanged code
  • Issue prioritizationreference/priority-framework.md (Critical vs Suggested vs Optional)
  • Phrasing feedbackreference/review-psychology.md (questions vs commands, I-statements)
  • Architecture questionsreference/architectural-patterns.md (MVVM, Hilt DI, module org, error handling)
  • Security questions (quick reference)reference/security-patterns.md (common patterns and anti-patterns)
  • Security questions (comprehensive)docs/ARCHITECTURE.md#security (full zero-knowledge architecture)
  • Testing questionsreference/testing-patterns.md (unit tests, mocking, null safety)
  • UI questionsreference/ui-patterns.md (Compose patterns, theming)
  • Style questions (project-specific)reference/style-patterns.md (Kotlin rules enforced in review)
  • Style questions (general)docs/STYLE_AND_BEST_PRACTICES.md

Core Principles

  • Priority order: Security → Correctness → Breaking Changes → Performance → Maintainability
  • Appropriate depth: Match review rigor to change complexity and risk
  • Specific references: Always use file:line_number format for precise location
  • Actionable feedback: Say what to do and why, not just what's wrong
  • Efficient reviews: Use multi-pass strategy, skip what's not relevant
  • Android patterns: Validate MVVM, Hilt DI, Compose conventions, Kotlin idioms

Related skills

Code Review & Qualitytestingfrontend

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.