By shokai
Invoke Codex CLI for second opinions on code reviews, designs, or implementations using natural phrases like 'codexと相談して' or 'codexに聞いて'. It builds context-based prompts, runs executions via bash at light/normal/deep depths, and summarizes the AI's feedback directly in your workflow.
npx claudepluginhub shokai/agent-skills --plugin codex-consultation/plugin marketplace add shokai/agent-skills
/plugin install library-update-review
/plugin install codex-consultation
/plugin install subagent-consultation
/plugin install conversation-context
/plugin install sanity-review
/plugin install prose-proofreading
既にマーケットプレイスを登録済みの場合、新しいスキルをインストールするにはマーケットプレイスの更新が必要です。
/plugin コマンドを実行ライブラリ更新pull requestのレビューを支援するスキルです。
/library-update-review [PR-URL-or-number]
dependabotやrenovatebotのPRブランチで実行すると、包括的なレビューレポートを作成します。
Codex CLI(OpenAI)にセカンドオピニオンを求めるスキルです。
批判的思考の連鎖によって互いの主張を検討・反論しあい、正確性と網羅性を向上するプロトコルが実装されています。
前提: Codex CLIがローカル環境にインストールされ、実行可能であること。
/codex-consultation
作業中に「codexと相談して」「codexに聞いて」「codexにレビューしてもらって」と伝えると発動します。
Agentツール(subagent)にセカンドオピニオンを求めるスキルです。
codex-consultationと同じ批判的思考の連鎖プロトコルを、Codex CLIの代わりにAgentツール(subagent)で実行します。Codex CLIがインストールされていない環境でも利用できます。
/subagent-consultation
作業中に「subagentと相談して」「subagentに聞いて」「subagentにレビューしてもらって」と伝えると発動します。
対話コンテキストのexport/importスキルです。2つのスキルがセットでインストールされます。
会話で共有された目的・意図・設計判断・制約条件を .dev/contexts/ ディレクトリに書き出し、別セッションやレビューで読み込むことができます。1対多のコンテキスト共有により、複数のsub pull requestをまとめたfeature pull requestのレビューやコードの自動改善に便利です。
.dev/contexts/ に書き出す.dev/contexts/ に保存されたコンテキストを読み込み、現在のセッションに反映する/conversation-context-export
/conversation-context-import
PRのレビュー報告書を作成するスキルです。bugや脆弱性の調査だけでなく、exportされた対話コンテキスト・PR概要欄・実装されたコードの整合性を確認し、実装者の正気を疑います。
詳細は plugins/sanity-review/README.md を参照してください。
/sanity-review [PR-URL-or-number]
Markdownドキュメントの文章校正スキルです。ガイドラインに基づいて文体の問題を検出し、修正案を提示します。
/prose-proofreading [file-path or branch-diff]
Agentツール(subagent)にセカンドオピニオンを求めるスキル。「subagentと相談して」「subagentに聞いて」で発動する。
Share bugs, ideas, or general feedback.
Automatic code review, adversarial review, and rescue via Codex.
Documentation and authoring workflow router: audit docs vs code drift, sync docs after changes, optimize prompts and SKILL.md files, validate GLFM and Markdown formatting, summarize files/URLs/images with fidelity enforcement. Use when: docs are out of date, CLAUDE.md needs improving, SKILL.md needs optimizing, checking if documentation matches code, summarizing files or URLs.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Frontend design skill for UI/UX implementation