Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →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.
.claude/skills/ledgerhq-run-tests/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | -50% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -53% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -70% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -59% | 0% |
| case-12 | ✗→✓ | ▲ Improved | -53% | 0% |
Run tests only on files touched in this branch:
bashgit diff --name-only develop..HEAD
Map to scope:
apps/ledger-live-desktop/ → pnpm desktop test:jest "path/to/file"apps/ledger-live-mobile/ → pnpm mobile test:jest "path/to/file"libs/<name>/ → pnpm --filter <package-name> test "path/to/file"Fix failures one at a time — never skip or comment out a test.
Report: ✅ X suites pass or ❌ failure in ... → Fixed: [description]
Other measured skills in the registry, with their headline benchmark lift.