원클릭으로
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.