team-code-review

Coordinate team-based code reviews with architect and category reviewers.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/sunbluesome/dotfiles --skill team-code-review
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: team-code-review
Source: https://github.com/sunbluesome/dotfiles/tree/main/.claude/ds/skills/team-code-review
Command: npx skills add https://github.com/sunbluesome/dotfiles --skill team-code-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Team-based code reviews often suffer from miscommunication, siloed feedback, and inconsistent SRP decisions. This skill standardizes collaboration across architects and category reviewers, ensuring timely, well-justified design decisions.

Core Features & Use Cases

  • Team formation via TeamCreate and member spawning to enable cross-functional reviews.
  • Structured roles: architect leads, reviewers per category perform domain-specific analysis, with enforced mandatory skills at the outset.
  • Bidirectional communication through SendMessage to surface issues and reach consensus.
  • Consolidation into an actionable plan and gating to the next dev-cycle phase.

Quick Start

Create a review team with TeamCreate and spawn architect and reviewer members to start the collaborative team-code-review.

Frequently Asked Questions about team-code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I coordinate team-based code reviews to ensure SRP alignment?▼

To coordinate team-based code reviews for SRP alignment, use an architect-led approach where category reviewers perform domain-specific analysis and communicate via SendMessage to reach consensus on cross-cutting design decisions.

What is the best way to structure cross-functional code reviews with an architect and reviewers?▼

The best way to structure cross-functional code reviews is to spawn an architect and category reviewers using TeamCreate, enabling bidirectional communication to surface issues and consolidate feedback into an actionable plan.

Can I run a targeted code review without executing the full development workflow?▼

Yes, you can run a targeted code review standalone. The team-code-review process operates independently for teams needing focused reviews without executing the full dev-cycle workflow.

Does the team code review process require loading any mandatory skills beforehand?▼

Yes, the team code review process requires loading the mandatory 'coding' and 'code-review' skills at the start, alongside utilizing TeamCreate, Task, and SendMessage tools for collaboration.

When do I need architect-led code review during the development cycle?▼

You need architect-led code review during Phase 4 of the dev-cycle to standardize collaboration, resolve miscommunication and siloed feedback, and ensure consistent Single Responsibility Principle decisions across the team.

Why does team code review consolidate feedback into an actionable plan?▼

Team code review consolidates feedback into an actionable plan to gate the next dev-cycle phase, resolving inconsistent SRP decisions and ensuring well-justified, timely design outcomes from the architect and reviewers.