Run Tests

SkillFiles & storage

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.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Run Tests skill

What this skill tells your AI

The instructions your AI receives, as published by ledgerhq/ledger-live in .agents/skills/run-tests/SKILL.md and read by ahel’s review.

Run tests only on files touched in this branch:

git 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]

Signals

GitHub stars
618
Forks
490
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
run-tests-ledgerhq
Source
github.com/ledgerhq/ledger-live