What problem does it solve?
Producing installable Desktop, Android, and iOS artifacts from a ledger-live branch requires manually dispatching workflows in the separate LedgerHQ/ledger-live-build repository, which is error-prone and slow to do by hand.
Core Features & Use Cases
- Scoped Build Dispatch: Analyzes the PR file list to trigger only the affected platforms (Desktop, Android APK, iOS) instead of building everything.
- Cross-Repository Workflow Dispatch: Runs
gh workflow run against LedgerHQ/ledger-live-build, passing the ledger-live branch as repo and ref inputs.
- PR Comment Reporting: Posts or updates a PR comment in ledger-live with links to each dispatched workflow run.
- Use Case: A reviewer asks for an APK of a mobile-only PR; the skill detects the change scope, dispatches only
build-apk.yml, and comments the run link on the PR.
Quick Start
Ask the assistant to run builds for the current PR branch and post the dispatched run links as a PR comment.