Pre-Review
SkillDev toolsDeep code review
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 Pre-Review skill
What this skill tells your AI
The instructions your AI receives, as published by ledgerhq/ledger-live in .agents/skills/pre-review/SKILL.md and read by ahel’s review.
Deep code review
Process
-
Run
git diff develop...HEADto get the full diff. -
Launch 5
code-revieweragents in parallel, each with a different focus:- A — Architecture & MVVM compliance
- B — Correctness (edge cases, null handling, error states)
- C — Code quality & conventions (Lumen UI, TypeScript, naming, new deps)
- D — General review — DRY, KISS, missing tests, anything that would slow down a reviewer or cause future regressions
- E — Security: invoke the
detect-data-leaksskill for PII; check for auth bypass, injection, SSRF, crypto misuse; scan the diff for hardcoded secrets, tokens, API keys, or private keys.
Each agent prompt: "Review the diff vs develop. Focus on [FOCUS]. Return findings with file:line, severity (🔴 Critical / 🟡 Suggestion / 🟢 Nice to have), and suggested fix."
-
Merge + deduplicate findings. Present grouped by severity:
🔴 Critical — path/to/file.ts:42 — issue → fix 🟡 Suggestion — ... 🟢 Nice to have — ... Summary: X critical, Y suggestions, Z nice-to-haves -
Ask the user which items to fix: "all criticals", "all", "#1,#2, #3", or "skip" →
/create-pr
Signals
- GitHub stars
- 618
- Forks
- 490
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
pre-review- Source
- github.com/ledgerhq/ledger-live