一键导入
doublecheck
Deep verification that all changes meet requirements and preserve correctness
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Deep verification that all changes meet requirements and preserve correctness
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Make the current work resumable from a clean checkout — commit/push, record in-flight async work, flag what isn't durable. INVOKE ONLY when the user explicitly runs /handoff or asks for a handoff.
Launch and manage jobs on the HPC cluster (INVOKE ONLY when the user explicitly runs /hpc or asks to use this skill).
Analyze files for quality and consistency within the codebase
Deep analysis using parallel reasoning with iterative refinement
Identify files needed to accomplish a task
Read files in context
| name | doublecheck |
| description | Deep verification that all changes meet requirements and preserve correctness |
| allowed-tools | Bash(git diff:*), Bash(git status:*) |
| argument-hint | ["specific-focus-area"] |
git diff HEADgit status --shortNote: The diff may include concurrent/independent changes from other agents. By default, focus on reviewing the changes we made in this conversation unless otherwise specified.
Perform a meticulous verification and comprehensive review of all work done. Depending on the size and complexity of the verification, deploy one or more specialized sub-agents to handle different aspects, split as appropriate for the task. Choose sub-agents appropriate for task complexity (see CLAUDE.md for agent selection guidance—verification tasks typically need Opus, maybe Sonnet for routine verifications, never Haiku).
Verify that:
Go beyond surface-level correctness. Evaluate the work for:
Look beyond the immediate task. Explore the surrounding project enough to catch:
For code specifically, also check:
For plans and design documents, also check:
Focus area (optional; if empty focus on all changes/files):
$ARGUMENTS
Provide a structured report highlighting what's working, any issues or concerns, and what still needs attention.
Be thorough but concise. Focus on actionable findings rather than minor stylistic preferences.