一键导入
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.