원클릭으로
check
Run Cratedigger's final pre-push threaded type check and full test suite after focused implementation checks are complete.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run Cratedigger's final pre-push threaded type check and full test suite after focused implementation checks are complete.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Deploy a verified Cratedigger revision through GitHub, the nixosconfig Forgejo pin, and doc1's locked-sibling fleet trigger.
Orchestrate a substantial Cratedigger issue through scoped PRs, independent review, final validation, merge, deployment, live verification, and closure. Use for whole-issue delivery, especially when several workstreams can run concurrently. Do not use for a small patch, diagnosis-only request, or ordinary review.
Look up the pinned beets documentation and implementation used by Cratedigger.
Query the live Cratedigger audit trail for a download-log ID or album name.
SOC 직업 분류 기준
| name | check |
| description | Run Cratedigger's final pre-push threaded type check and full test suite after focused implementation checks are complete. |
Use focused test modules while implementing. Invoke this skill only after the final tree is reviewed and committed, immediately before its first branch push.
nix-shell --run "pyright --threads 4"
Must be 0 errors. Do not proceed if there are new errors (psycopg2/slskd_api "could not be resolved" warnings are OK — they're C extensions).
nix-shell --run "bash scripts/run_tests.sh"
The command must exit zero and report OK with no skipped tests. Investigate
every failure; do not carry a chat-era "known issue" exemption forward without
current repository evidence.