一键导入
pre-report-check
Run a mandatory self-check before reporting completion so git state, architecture rules, validation, and delivery quality are verified.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run a mandatory self-check before reporting completion so git state, architecture rules, validation, and delivery quality are verified.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Consults Claude for pre-implementation advice and notes.
Performs an automated peer review of an implementation using Claude.
Consults the external Codex system for pre-implementation advice and notes.
Performs an automated peer review of an implementation using the external Codex system.
Create Markdown implementation or retry instructions for Gemini work in this repository and place them in `communication/CodexToGemini/command_waiting/`. Use when Codex needs to hand off a concrete task, include repo-specific constraints, attach file links, and queue the work without doing the implementation locally.
Process queued Markdown instructions from `communication/CodexToGemini/command_waiting/`, move them through `command_processing/` and `command_processed/`, perform the requested repository work, and submit a structured Markdown report to `communication/GeminiToCodex/report_waiting/`. Use when Gemini is the implementation or investigation worker for this repository.
| name | pre-report-check |
| description | Run a mandatory self-check before reporting completion so git state, architecture rules, validation, and delivery quality are verified. |
ユーザーに「完了」を報告する前に、Gemini CLI 自身が必ず実行し、以下の項目を一つずつ自問自答して確認するためのスキルです。
develop や main に直接コミットしようとしていないか。必ず codex/vX-XX-... などのフィーチャーブランチであることを確認したか。develop へマージ(特に --no-ff なし)やプッシュを行っていないか。git commit されたか。git status で Changes not staged for commit や Untracked files に修正対象が残っていないか。git log -n 5 等で、意図した通りのコミットメッセージと履歴が積み重なっているか。TODO、不要なインラインコメントを追加していないか。.ok() で無視する、例外をキャッチして何もしない等)をしていないか。必ずユーザーや上位レイヤーにエラーを伝播・報告しているか。using (C#) を適切に使い、リソースリーク(ファイルハンドル、メモリ、一時ファイル)を防いでいるか。cmake --build、C# であれば dotnet build が警告なしで通るか。dotnet test や ctest を実行し、既存および新規のテストがすべてパスすることを確認したか。activate_skill pre-report-check を呼び出す。