team-review — claude-code team-review, Claude-Code-Workflow, community, claude-code, ide skills, cli-tools, context-management, gemini-cli, json-driven, qwen-code, Claude Code

v1.0.0

このスキルについて

コードレビューエージェントが高度なマルチエージェントのカデンスと自動化されたワークフロー実行を必要とする場合に最適です。 Unified team skill for code review. 3-role pipeline: scanner, reviewer, fixer. Triggers on team-review.

# Core Topics

catlog22 catlog22
[1.5k]
[123]
Updated: 3/18/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 9/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Quality floor passed for review
Review Score
9/11
Quality Score
55
Canonical Locale
en
Detected Body Locale
en

コードレビューエージェントが高度なマルチエージェントのカデンスと自動化されたワークフロー実行を必要とする場合に最適です。 Unified team skill for code review. 3-role pipeline: scanner, reviewer, fixer. Triggers on team-review.

このスキルを使用する理由

エージェントに、JSON駆動のフレームワークを使用したマルチエージェントコードレビューのオーケストレーション能力を与え、インテリジェントCLIオーケストレーション、コンテキストファーストアーキテクチャ、自動化されたワークフロー実行を提供し、スキャナー、レビューアー、フィクサーなどのツールを使用し、LLMスキャンと深い分析を使用して根本原因の豊富化と自動修復を行い、失敗時にロールバックします。

おすすめ

コードレビューエージェントが高度なマルチエージェントのカデンスと自動化されたワークフロー実行を必要とする場合に最適です。

実現可能なユースケース for team-review

マルチエージェントコードレビューのオーケストレーションを通じて効率的なコラボレーションを実現
スキャナー、レビューアー、フィクサーなどのツールを使用した自動化されたワークフロー実行
根本原因の豊富化を通じて正確な問題の特定を行う深い分析の実行

! セキュリティと制限

  • JSON駆動のフレームワークの互換性が必要
  • インテリジェントCLIオーケストレーションのサポートが必要
  • コンテキストファーストアーキテクチャに限定される

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.

Source Boundary

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is team-review?

コードレビューエージェントが高度なマルチエージェントのカデンスと自動化されたワークフロー実行を必要とする場合に最適です。 Unified team skill for code review. 3-role pipeline: scanner, reviewer, fixer. Triggers on team-review.

How do I install team-review?

Run the command: npx killer-skills add catlog22/Claude-Code-Workflow/team-review. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for team-review?

Key use cases include: マルチエージェントコードレビューのオーケストレーションを通じて効率的なコラボレーションを実現, スキャナー、レビューアー、フィクサーなどのツールを使用した自動化されたワークフロー実行, 根本原因の豊富化を通じて正確な問題の特定を行う深い分析の実行.

Which IDEs are compatible with team-review?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for team-review?

JSON駆動のフレームワークの互換性が必要. インテリジェントCLIオーケストレーションのサポートが必要. コンテキストファーストアーキテクチャに限定される.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add catlog22/Claude-Code-Workflow/team-review. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use team-review immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Imported Repository Instructions

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

Supporting Evidence

team-review

Install team-review, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly
Imported Repository Instructions
The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.
Supporting Evidence

Team Review

Orchestrate multi-agent code review: scanner -> reviewer -> fixer. Toolchain + LLM scan, deep analysis with root cause enrichment, and automated fix with rollback-on-failure.

Architecture

Skill(skill="team-review", args="task description")
                    |
         SKILL.md (this file) = Router
                    |
     +--------------+--------------+
     |                             |
  no --role flag              --role <name>
     |                             |
  Coordinator                  Worker
  roles/coordinator/role.md    roles/<name>/role.md
     |
     +-- analyze -> dispatch -> spawn workers -> STOP
                                    |
                    +-------+-------+-------+
                    v       v       v
                [scan]  [review]  [fix]
                team-worker agents, each loads roles/<role>/role.md

Role Registry

RolePathPrefixInner Loop
coordinatorroles/coordinator/role.md
scannerroles/scanner/role.mdSCAN-*false
reviewerroles/reviewer/role.mdREV-*false
fixerroles/fixer/role.mdFIX-*true

Role Router

Parse $ARGUMENTS:

  • Has --role <name> -> Read roles/<name>/role.md, execute Phase 2-4
  • No --role -> @roles/coordinator/role.md, execute entry router

Shared Constants

  • Session prefix: RV
  • Session path: .workflow/.team/RV-<slug>-<date>/
  • Team name: review
  • CLI tools: ccw cli --mode analysis (read-only), ccw cli --mode write (modifications)
  • Message bus: mcp__ccw-tools__team_msg(session_id=<session-id>, ...)

Worker Spawn Template

Coordinator spawns workers using this template:

Agent({
  subagent_type: "team-worker",
  description: "Spawn <role> worker",
  team_name: "review",
  name: "<role>",
  run_in_background: true,
  prompt: `## Role Assignment
role: <role>
role_spec: <skill_root>/roles/<role>/role.md
session: <session-folder>
session_id: <session-id>
team_name: review
requirement: <task-description>
inner_loop: <true|false>

Read role_spec file (@<skill_root>/roles/<role>/role.md) to load Phase 2-4 domain instructions.
Execute built-in Phase 1 (task discovery) -> role Phase 2-4 -> built-in Phase 5 (report).`
})

User Commands

CommandAction
check / statusView pipeline status graph
resume / continueAdvance to next step
--fullEnable scan + review + fix pipeline
--fixFix-only mode (skip scan/review)
-q / --quickQuick scan only
--dimensions=sec,cor,prf,mntCustom dimensions
-y / --yesSkip confirmations

Completion Action

When pipeline completes, coordinator presents:

AskUserQuestion({
  questions: [{
    question: "Review pipeline complete. What would you like to do?",
    header: "Completion",
    multiSelect: false,
    options: [
      { label: "Archive & Clean (Recommended)", description: "Archive session, clean up team" },
      { label: "Keep Active", description: "Keep session for follow-up work" },
      { label: "Export Results", description: "Export deliverables to target directory" }
    ]
  }]
})

Session Directory

.workflow/.team/RV-<slug>-<date>/
├── .msg/messages.jsonl     # Team message bus
├── .msg/meta.json          # Session state + cross-role state
├── wisdom/                 # Cross-task knowledge
├── scan/                   # Scanner output
├── review/                 # Reviewer output
└── fix/                    # Fixer output

Specs Reference

Error Handling

ScenarioResolution
Unknown --role valueError with available role list
Role not foundError with expected path (roles/<name>/role.md)
CLI tool failsWorker fallback to direct implementation
Scanner finds 0 findingsReport clean, skip review + fix
User declines fixDelete FIX tasks, complete with review-only results
Fast-advance conflictCoordinator reconciles on next callback
Completion action failsDefault to Keep Active

関連スキル

Looking for an alternative to team-review or another community skill for your workflow? Explore these related open-source skills.

すべて表示

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
AI

widget-generator

Logo of f
f

カスタマイズ可能なウィジェットプラグインをprompts.chatのフィードシステム用に生成する

149.6k
0
AI

flags

Logo of vercel
vercel

React フレームワーク

138.4k
0
ブラウザ

pr-review

Logo of pytorch
pytorch

Pythonにおけるテンソルと動的ニューラルネットワーク(強力なGPUアクセラレーション)

98.6k
0
開発者