원클릭으로
debug-build
Diagnose and fix build failures systematically
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Diagnose and fix build failures systematically
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Inspect the PostgreSQL schema, tables, and data for a running lifelog instance
Validate, stage, and commit current changes with a conventional commit message
Explain how a specific part of the lifelog architecture works with diagrams and data flow
Trace a data modality end-to-end from proto definition through collector, server, and storage
Fix a GitHub issue end-to-end with tests and validation
Generate realistic test data fixtures for a data modality
SOC 직업 분류 기준
| name | debug-build |
| description | Diagnose and fix build failures systematically |
| disable-model-invocation | true |
A build failure needs debugging. Context: $ARGUMENTS
tools/ai/check_digest.sh nix develop --command cargo check --all-targets to get current errorscargo build -p lifelog-proto first)just validate to ensure clippy + tests also passIMPORTANT: If proto-generated code is stale, rebuild proto first: nix develop --command cargo build -p lifelog-proto