Pre-Review

SkillDev tools

Deep code review

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

  1. Run git diff develop...HEAD to get the full diff.

  2. Launch 5 code-reviewer agents 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-leaks skill 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."

  3. 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
    
  4. 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