with one click
planning
実装計画を立案する為のスキル。Plan Subagent を実行する際に併せて使用する。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
実装計画を立案する為のスキル。Plan Subagent を実行する際に併せて使用する。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
蓄積されたレビュー観点(対象レビュアー 1 人分)を使って現在のgit diffをセルフレビューするスキル。push前のセルフチェック、PR作成前の品質確認に必須。「レビューしてみて」「セルフレビュー」「PR出す前にチェック」「anticipate-review」「先読みレビュー」「観点で見て」「チームのレビュー観点で」と言われたら必ず起動する。git リポジトリで作業中なら、ユーザーが明示しなくても積極的に提案すること。Use when the user wants code review, self-review, or pre-push quality check.
Provides long-term memory for agents. Use when an agent needs to remember information across multiple
Resolves missing CLI tools. Use when a command is unavailable, a shell reports command not found, or a tool must be run without installing it globally.
Handle Pull Request review comments (especially from GitHub Copilot). Fetch, summarize, and triage review comments, then apply fixes with user approval. Use when the user wants to address PR review comments, handle Copilot feedback, or process review suggestions. Triggers on phrases like "PRのレビューコメントに対応", "handle PR reviews", "address Copilot comments", "fix review feedback", or when working in a git branch with an open PR.
| name | planning |
| description | 実装計画を立案する為のスキル。Plan Subagent を実行する際に併せて使用する。 |
| version | 0.0.1 |
実装計画を立案する際に使用するスキル。
Plan Subagent が立案した計画を元に Codex にレビューを受けたり、改善案を提示してもらう。
codex exec --full-auto --sandbox read-only --cd <project_directory> "<request>"
| パラメータ | 説明 |
|---|---|
--full-auto | 完全自動モードで実行 |
--sandbox read-only | 読み取り専用サンドボックス(安全な分析用) |
--cd <dir> | 対象プロジェクトのディレクトリ |
"<request>" | 依頼内容(日本語可) |
"<plan file>" | Plan Subagent が作成した計画ファイル |
codex exec --full-auto --sandbox read-only --cd /path/to/project "<plan file> をレビューし、改善案を提示してください。この計画は、以下の要件から構成されています:..."