perform-preflight
작성자: bitwarden
커밋하거나 PR을 생성하기 전에 실행하는 품질 게이트 체크리스트입니다. 구현을 마무리하거나, 작업 품질을 확인하거나, 커밋을 준비할 때 사용합니다. 트리거됨…
npx skills add https://github.com/bitwarden/ai-plugins --skill perform-preflightPreflight Checklist
Run this checklist before committing or creating a PR. Consult the repo's CLAUDE.md for platform-specific commands (test runner, linter, formatter).
Tests
- Run tests for affected modules (consult CLAUDE.md for commands)
- New code has test coverage
- No existing tests broken
Code Quality
- Lint and format pass (consult CLAUDE.md for commands)
- No TODO comments without Jira ticket references
- Public APIs documented per repo convention (KDoc, DocC, XML docs, etc.)
Bitwarden Security
- Zero-knowledge architecture preserved — no unencrypted vault data logged, persisted, or transmitted
- Sensitive data uses platform-appropriate secure storage (consult CLAUDE.md Security Rules)
- No sensitive data in log statements
Architecture
- Changes follow patterns in CLAUDE.md and architecture docs
- Dependency injection and error handling follow repo convention
- String resources added to the correct location (if applicable)
On Failure
If any check fails, fix the issue before proceeding. For test failures, diagnose the root cause rather than skipping. For lint/format failures, run the repo's auto-fix command if available. If a check cannot be resolved, flag it to the user with the specific failure output.