team-review
Triggers: 'team review', 'adversarial review', 'deep review'. Multi-lens adversarial code review using agent teams.
SKILL.md
| Name | team-review |
| Description | Triggers: 'team review', 'adversarial review', 'deep review'. Multi-lens adversarial code review using agent teams. |
~/.claude
Claude Code configuration. Skills, rules, and workflows for AI-assisted development.
New User Setup
-
Set your username Add
"GIT_USERNAME": "<your-handle>"to theenvblock insettings.jsonorsettings.local.json. This controls branch prefixes and other user-specific behaviour. -
Install the
ctCLIcd ~/.claude/tools && cargo install --path crates/ctRequires Rust (
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh). -
Reinstall plugins Plugin state is not committed. Open Claude Code and reinstall plugins via the plugin manager.
Quick Start
/vibe "add user authentication" # Full pipeline, hands-off
/scope "add user authentication" # Research, design, create tasks
/develop <epic-id> # Execute (solo or swarm)
/review # Adversarial code review
/commit # Conventional commit
Pipeline
brainstorm → scope → develop → split-commit → review → commit
- brainstorm: Collaborative design for greenfield features
- scope: Research codebase, design, and create implementation tasks
- develop: Workers own TDD from briefs (auto solo/swarm)
- split-commit: Repackage branch into clean, tested commits
- review: Adversarial review with built-in fix loop + polish
- commit: Conventional commit
Other skills: /test-plan, /triage, /debugging, /next, /start,
/split-commit, /gt, /acceptance, /pr:descr,
/pr:comments, /frontend-design
License
Do whatever you want with this.