ワンクリックで
debug-lamina
Use when a build fails, tests break across repos, or dependencies are out of sync. Extends /debug with lamina-specific tools.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when a build fails, tests break across repos, or dependencies are out of sync. Extends /debug with lamina-specific tools.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when iterating on Bubble Tea TUI code. Every change gets a direct model test before committing — send messages, assert state and View().
Use before claiming any fix, release, or implementation is complete in the lamina workspace. Extends /verify with lamina-specific evidence commands.
Use when releasing library changes or deploying services across the lamina workspace. Extends /deploy with lamina-specific tools.
Use when grounding in the lamina workspace. Extends /ground with lamina-specific tools.
| name | debug-lamina |
| description | Use when a build fails, tests break across repos, or dependencies are out of sync. Extends /debug with lamina-specific tools. |
Follow /debug — here's how each step works in the lamina workspace.
lamina test # Run tests across all axon-* libraries
lamina test <repo> # Test a specific module
lamina doctor # Check workspace health — stale deps, version mismatches
| Symptom | Start here |
|---|---|
| Build failure in a service | Stale dependency — lamina deps to trace the chain |
| Tests pass locally but fail in service | Service go.mod has stale replace directives |
| Module not found | Check lamina repo — is it cloned? Does it have a go.mod? |
| Version mismatch | lamina doctor flags inconsistent versions across services |
lamina deps --json to see the full chaingo.mod for stale replace directivesgo mod tidy in the service directorylamina test <library> to verify the library itself passeslamina doctor to confirm cleanThen /verify.
$ARGUMENTS