ワンクリックで
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 職業分類に基づく
| 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.
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