redux-slice
49Skill Claude CodeCodex
Redux Toolkit createSlice best practices.
Skill Claude CodeCodex
Redux Toolkit createSlice best practices.
Skill Claude CodeCodex
Remove a Ledger Wallet feature flag while preserving its resolved production behavior, then validate, create a draft PR, and watch CI to green. Invoke only through /remove-feature-flag; this command may stash local work, push a new branch, create or update Jira work, and publish a PR.
Skill Claude CodeCodex
RTK Query createApi best practices.
Skill Claude CodeCodex
Trigger the on-demand production build workflows on LedgerHQ/ledger-live-build (Desktop, Android APK, iOS) for a ledger-live branch, then post a PR comment. Use when asked to "run builds", "produce a build", "build the app(s)", or "make an APK/iOS/desktop build" for a PR/branch.
Skill Claude CodeCodex
Trigger the on-demand E2E / Coin Tester CI workflows (Desktop E2E, Mobile E2E, Coin Tester) on a branch and post a PR comment. Use when asked to "run e2e", "trigger e2e on CI", or "run coin testers" for a PR/branch.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
Generate a formatted Slack message to share a pull request with the team. Use when the user asks to generate a Slack message for a PR, share a PR on Slack, or after creating a pull request.
Skill Claude CodeCodex
Increase test coverage to 90% on a target zone with iterative writing and refactoring.
Skill Claude CodeCodex
Write unit and integration tests for Ledger Wallet apps. Use for Jest tests (Desktop/Mobile), MSW handlers and testing best practices. Applies to ".test.", ".spec.", "/tests/", "/tests/", "/integrations/", "/jest-setup".
Skill Claude CodeCodex
TypeScript + React typing conventions for Ledger Wallet. Read when writing or reviewing .ts and .tsx files.
Skill Claude CodeCodex
Wire an existing devtool package into host apps (LLD, LLM, web-tools) and optionally create bindings.
Skill Claude CodeCodex
Zod schema validation patterns for API types.