askill
run-tests

run-testsSafety 88Repository

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 stars
11.4k downloads
Updated 3/29/2026

Package Files

Loading files...
SKILL.md

Run Tests

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]

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

55/100Analyzed 3/30/2026

A focused, action-oriented skill that runs unit tests on files changed in the current branch. Provides git diff command and scope mappings for Ledger-specific project structure. Safety guidance ("never skip tests") is excellent. However, completeness suffers from missing error handling, prerequisites, and ambiguous package-name mapping. Highly internal-only due to .cursor path and Ledger-specific paths like apps/ledger-live-desktop/.

88
62
48
38
52

Metadata

Licenseunknown
Version-
Updated3/29/2026
PublisherLedgerHQ

Tags

testing