ワンクリックで
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 ページを確認してインストールできます。
SOC 職業分類に基づく
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.
| 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.