Add the claude-code-skills marketplace and install 'Project Bootstrap'.✓ コピーしました
→ プラグインがインストールされ、コマンドが利用可能になる
スキャフォールドを生成する
Use the bootstrap skill to scaffold a Python FastAPI project with Clean Architecture: domain / application / infrastructure / interfaces layers.✓ コピーしました
→ 標準的なレイヤリングとサンプルモジュールを含むディレクトリツリー
開発環境をセットアップする
Use Setup Environment to add pre-commit, linters, test runner.✓ コピーしました
→ すぐに使えるmake testが動作する状態
結果: 最終的にリファクタリングで目指すような構造が、初日から整ったプロジェクト。
claude-code-skillsでマルチモデルコードレビューを実施する
👤 AIレビューのクロスチェックを求めるチーム⏱ ~20 minadvanced
使うタイミング: 重要なPRをマージする前に、複数モデルの意見が欲しいとき。
前提条件
CodexおよびGemini APIキーが設定済みであること — Plugin docs show env var names
フロー
レビュースキルを実行する
Use the Agile Workflow plugin's review skill on PR #123. Run Codex and Gemini in parallel; fall back to Claude if either times out.✓ コピーしました
→ セキュリティ、アーキテクチャ、スタイルの3列レビュー
意見の相違を集約する
Where do the models disagree? Highlight those for human review.✓ コピーしました