npx skills add ...
npx skills add bitwarden/clients --skill create-pull-request
npx skills add bitwarden/clients --skill create-pull-request
Pull request creation workflow for Bitwarden Clients. Use when creating PRs, writing PR descriptions, or preparing branches for review. Triggered by "create PR", "pull request", "open PR", "gh pr create", "PR description".
Examples:
[PM-12345] Add passkey support to vault item creation[CL-1124] Increase badge max-width[PM-33446] Ensure attachments are cleared on cloneRules:
PM-, CL-)IMPORTANT: Always follow the repo's PR template at .github/PULL_REQUEST_TEMPLATE.md. Add TODO items to the screenshots section for each scenario that should be captured if any.
npm testnpm run lintgit diff origin/main...HEAD for unexpected filesmain if neededDefault to draft PRs. Only create a non-draft (ready for review) PR if the user explicitly requests it.
main