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
인공지능

widget-generator

Logo of f
f

prompts.chat 피드 시스템을 위한 사용자 지정 가능한 위젯 플러그인을 생성합니다

149.6k
0
인공지능

flags

Logo of vercel
vercel

리액트 프레임워크

138.4k
0
브라우저

pr-review

Logo of pytorch
pytorch

파이썬에서 텐서와 동적 신경망 구현 및 강력한 GPU 가속 지원

98.6k
0
개발자