ios
AI-powered development workflow for Bitwarden iOS apps
All Skills in This Repository (6)
Pure Emerald Level Indicatorsfixing-flaky-tests
Diagnose and fix intermittently failing XCTest and Swift Testing tests in Bitwarden iOS.
refining-ios-requirements
Analyzes Jira and Confluence tickets into structured implementation-ready requirements for Bitwarden iOS development.
converting-xctest-to-swift-testing
Convert XCTest test files to the Swift Testing framework following Bitwarden iOS patterns.
planning-ios-implementation
Creates architecture plans and phased implementation designs for Bitwarden iOS features.
audit-build-warnings
Builds the Bitwarden iOS app, categorizes compiler and lint warnings, and fixes actionable ones.
reviewing-changes
Review Bitwarden iOS code changes for architecture, style, security, and test compliance.
Frequently Asked Questions
FAQPage SchemaHow to install Bitwarden iOS skills?▼
Run `npx skills add bitwarden/ios --all -g -y` in your terminal to install all skills in this suite globally.
What do the Bitwarden iOS skills do?▼
They teach your AI agent how to plan, implement, test, and review Swift code for the Bitwarden Password Manager and Authenticator apps following the project's strict architecture and security rules.
Can AI write tests for Bitwarden iOS?▼
Yes. The testing-ios-code skill generates unit tests in XCTest or Swift Testing with correct mocks, fixtures, and naming conventions, and can also fix flaky tests.
Do these skills work with Claude Code?▼
Yes. All skills follow the standard SKILL.md format and run directly inside Claude Code and other compatible AI coding agents.
Can AI review Bitwarden iOS pull requests?▼
Yes. The reviewing-changes skill checks PRs for architecture compliance, security issues, test coverage, and style violations using structured checklists per change type.
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