android
AI-assisted Android development workflow for the Bitwarden password manager app
All Skills in This Repository (6)
Pure Emerald Level Indicatorsbuild-test-verify
Runs Gradle builds, unit tests, detekt lint, and deployment commands for the Bitwarden Android project.
refining-android-requirements
Analyzes raw requirements and produces structured specifications through gap analysis for Bitwarden Android.
planning-android-implementation
Generates phased implementation plans with architecture design and file inventories for Bitwarden Android features.
interacting-with-android-device
Captures Android UI state and automates device interactions via MCP tools backed by ADB.
implementing-android-code
Implements Bitwarden Android features using State-Action-Event ViewModels, type-safe navigation, and layered data architecture.
testing-android-code
Provide Android test patterns and base classes for Bitwarden ViewModel, Compose UI, and service tests.
Frequently Asked Questions
FAQPage SchemaHow to install Bitwarden Android skills?โผ
Run `npx skills add bitwarden/android --all -g -y` in your terminal to install all skills in this suite globally.
What do the Bitwarden Android skills do?โผ
They let an AI agent plan features, write Kotlin and Compose code, run Gradle builds and tests, and review pull requests for the Bitwarden Android app.
Can AI write tests for the Bitwarden Android app?โผ
Yes. The testing skill provides ready-made patterns for ViewModel, Compose screen, and repository tests using MockK, Turbine, and JUnit 5.
Do these skills work with Claude Code?โผ
Yes. They follow the standard SKILL.md format and run directly in Claude Code and other compatible AI coding agents.
How does the AI review Android pull requests?โผ
The reviewing skill detects the change type automatically and applies the right checklist for features, bug fixes, UI tweaks, or dependency updates.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core