ワンクリックで
build
Runs the full NX build pipeline including TypeScript type-check and lint. Use before any PR or to verify structural changes.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Runs the full NX build pipeline including TypeScript type-check and lint. Use before any PR or to verify structural changes.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Creates a new self-contained subagent identity in .claude/agents/ and its .github/agents/ (Copilot) and .junie/agents/ (Junie) mirrors. Use when introducing a new expert identity to the klank agent system.
Checks klank's agent setup for consistency - mirror parity, frontmatter, cross-refs, stale paths, descriptions. Use before any commit under .claude/, .github/agents/, or docs/agents/.
Diagnoses a failing CI/CD run via failed-step logs, debug logging, re-runs, flaky triage, and local repro. Loads a platform reference (e.g. github-actions). Use when a pipeline run is failing.
Audits and hardens an existing CI/CD pipeline against supply-chain and injection attacks. Loads a platform reference (e.g. github-actions) with a full checklist. Use when securing pipelines.
Keeps CI/CD pipelines healthy via dependency and runner-image updates, pruning, and reusable-pipeline versioning. Loads a platform reference (e.g. github-actions). Use for routine upkeep.
Scaffolds a secure-by-default CI/CD pipeline - least-privilege, pinned deps, caching, matrices, reusable parts. Loads a platform reference (e.g. github-actions). Use when creating a pipeline.
| name | build |
| description | Runs the full NX build pipeline including TypeScript type-check and lint. Use before any PR or to verify structural changes. |
pnpm nx run-many -t build typecheck lintpnpm nx build klankpnpm nx run klank:tauri:build - produces platform-specific binary in apps/klank/src-tauri/target/release/.pnpm nx typecheck @klank/<lib> to isolate the project, then fix the type error.cd apps/klank/src-tauri && cargo build for the full Rust error with line numbers.tsconfig.base.json path alias missing → add the @klank/<name> entry to §paths and a matching references entry in tsconfig.json.pnpm nx reset clears the cache; then re-run.