Review Team banner
s977043 s977043

Review Team

Development community

Description

--- description: 'Run review-team skill: parallel multi-role review with consensusLevel and Tech Lead report' allowed-tools: Bash(git status:*), Bash(git diff:*), Bash(git log:*), Bash(npm run river:*) --- スキル定義: `skills/agent-skills/review-team/SKILL.md` ## Context - Status: `git status` - Diff: `git diff` - Recent commits: `git log --oneline -10` 差分がない場合は「差分がありません」と伝えて終了する。 ## Task `review-team` スキルの手順に従い、現在の差分をレビュー・チームで検査する。 ### Step 1: ロールを決定する 引数でロールが指定された場合はそれを使う。なければ `auto`(差分から自動

Installation

Installs to ~/.claude/skills/s977043-river-review-review-team/SKILL.md

Terminal
mkdir -p ~/.claude/skills/s977043-river-review-review-team && curl -fsSL https://raw.githubusercontent.com/s977043/river-review/HEAD/commands/review-team.md -o ~/.claude/skills/s977043-river-review-review-team/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository