ワンクリックで
rebuild-to-fix-lib-import-errors
When typecheck finds an error importing from a lib in the monorepo, rebuild the lib
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
When typecheck finds an error importing from a lib in the monorepo, rebuild the lib
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Enforce import boundaries inside the devtools scope. Use for any work in "devtools/**".
Official Ledger wallet-cli - USB-based CLI for Ledger hardware wallet flows (account discover, receive, balances, operations, send, swap quote/execute/status, genuine-check, assets token / token-by-id). Use for any wallet-cli command execution and for mapping informal requests to the right command.
Handle batches of Jira tickets through shared analysis, per-ticket feature-dev, Lumen UI guardrails, changesets, and draft PRs. Use when the user provides multiple Jira tickets or asks to deliver tickets one by one with PRs.
Trigger the on-demand production build workflows on LedgerHQ/ledger-live-build (Desktop, Android APK, iOS) for a ledger-live branch, then post a PR comment. Use when asked to "run builds", "produce a build", "build the app(s)", or "make an APK/iOS/desktop build" for a PR/branch.
Guided feature development with codebase understanding and architecture focus
Rules and layout for coin module packages under libs/coin-modules/. Read when adding or modifying a coin module.
| name | rebuild-to-fix-lib-import-errors |
| description | When typecheck finds an error importing from a lib in the monorepo, rebuild the lib |
When typecheck finds an error importing from a lib in the monorepo rebuild the lib using the command below:
nx run @ledgerhq/name_of_lib_here:build
live-countervalues-react has been updated and the import in live-common is erroringWe run typecheck and get the following error:
src/currencies/hooks.ts:1:10 - error TS2305: Module '"@ledgerhq/live-countervalues-react"' has no exported member 'useMarketcapIds'. 1 import { useMarketcapIds } from "@ledgerhq/live-countervalues-react";
We need to rebuild @ledgerhq/live-countervalues-react
nx run @ledgerhq/live-countervalues-react:build