haru01

cga-review

0
0
# Install this skill:
npx skills add haru01/order_skills_sample --skill "cga-review"

Install specific skill from multi-skill repository

# Description

Parallel code review using 3 concurrent subagents (3 LLM perspectives: business logic, design/naming, security). Generates merged review report. Use when "review this code/PR", "code review", "check quality", "security audit", or "コードレビュー/レビューして". 並列レビュー実施(LLM 3観点)。

# SKILL.md


name: cga-review
description: Parallel code review using 3 concurrent subagents (3 LLM perspectives: business logic, design/naming, security). Generates merged review report. Use when "review this code/PR", "code review", "check quality", "security audit", or "コードレビュー/レビューして". 並列レビュー実施(LLM 3観点)。
allowed-tools: Task Read Glob Grep Bash


いつ使うか

  • プルリクエストのレビュー時
  • 特定ファイル・ディレクトリのレビュー時
  • リファクタリング前の品質チェック時
  • マージ前の最終確認
  • セキュリティ監査

何をするか

3タスクを同時に並列起動し、全完了後に結果をマージする:

  1. Task(Explore): ビジネスロジックの正しさレビュー
  2. Task(Explore): 設計・命名レビュー
  3. Task(Explore): セキュリティレビュー

結果をマージして問題点と改善提案をまとめる。

使用例

/cga-review src/ordering/usecases/
/cga-review src/ordering/usecases/create-order.ts
/cga-review  # 全体レビュー

ワークフロー位置

/cga-explore-planning → /cga-tf-refactoring → /cga-programming → /cga-review

トラブルシューティング

タスクがタイムアウト

  • 原因: 対象ファイルが多すぎる、またはネットワーク遅延
  • 対処: より小さい範囲(個別ファイル/サブディレクトリ)で再試行

レビュー結果が「問題なし」のみ

  • 正常: 実際に問題がない可能性
  • 確認: 対象パスが正しいか、ファイルが存在するか確認

詳細

guide.md を参照

# Supported AI Coding Agents

This skill is compatible with the SKILL.md standard and works with all major AI coding agents:

Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.