Cleanup
SkillFiles & storageRun lint, format, and typecheck on modified files
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Cleanup skill
What this skill tells your AI
The instructions your AI receives, as published by ledgerhq/ledger-live in .agents/skills/cleanup/SKILL.md and read by ahel’s review.
Run lint, format, and typecheck on modified files.
Process
-
Identify apps:
git diff --name-only develop..HEADapps/ledger-live-desktop/→ desktopapps/ledger-live-mobile/→ mobilelibs/→ both
-
Run commands (from repo root):
pnpm <app> lint --quiet --fix pnpm <app> prettier pnpm <app> typecheck -
Commit fixes (if any):
git add -A && git commit -m "chore: fix lint and format issues"
Summary Template
## Cleanup Summary
- **Lint**: ✅ / ⚠️ Fixed (X files)
- **Format**: ✅ / ⚠️ Fixed (X files)
- **TypeScript**: ✅ / ❌ X errors
Signals
- GitHub stars
- 618
- Forks
- 490
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
cleanup-ledgerhq- Source
- github.com/ledgerhq/ledger-live