Write unit and integration tests for Ledger Wallet apps. Use for Jest tests (Desktop/Mobile), MSW handlers, or testing best practices.
569
AI 78
create-changeset
LedgerHQ3/14/2026
Create changesets for the ledger-live monorepo using @changesets/cli. Use when the user asks to add a changeset, prepare a release, or document package changes for a PR.
568
AI 63
run-tests
LedgerHQ3/29/2026
Run unit tests scoped to files changed in the current branch. Use when the user asks to run tests, validate changes, or before a PR.
569
AI 55
get-pr-comments
LedgerHQ2/21/2026
Fetch and summarize review comments from the active pull request
566
AI 32
e2e
LedgerHQ2/6/2026
Add E2E tests for new coins or update existing Playwright tests for ledger-live-desktop. Use when the user wants to add send/receive e2e tests for a new cryptocurrency, update test configurations, or...