kramme:resolve-review:team

Divide code review findings among specialized agent teams for parallel resolution.

2|2|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/Abildtoft/kramme-cc-workflow --skill kramme-resolve-review-team
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kramme:resolve-review:team
Source: https://github.com/Abildtoft/kramme-cc-workflow/tree/main/skills/kramme%3Aresolve-review%3Ateam
Command: npx skills add https://github.com/Abildtoft/kramme-cc-workflow --skill kramme-resolve-review-team

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill accelerates review resolution by dividing findings among dedicated teammates so work proceeds in parallel, reducing overall turnaround time.

Core Features & Use Cases

  • Parallel assignment: Spreads 5+ findings across file areas into separate, non-overlapping work streams.
  • Exclusive ownership: Each teammate has write access only to their assigned files to prevent conflicts.
  • Structured workflow: Follow the lead's plan, spawn resolver teammates, monitor progress, and verify changes.
  • Use case: When a code review has multiple findings across modules (auth/, api/, tests/), initiate parallel fixes to finish faster.

Quick Start

Run /kramme:resolve-review:team with a REVIEW_OVERVIEW.md describing the findings. The system will spawn a resolver team and assign files accordingly.

Frequently Asked Questions about kramme:resolve-review:team

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

FAQPage Schema
How do I resolve multiple code review findings in parallel?

Parallel review resolution divides 5+ findings across multiple file areas into separate, non-overlapping work streams so fixes proceed simultaneously. This reduces overall turnaround time by assigning each teammate exclusive write access to their assigned files.

How does parallel code review resolution work with agent teams?

Agent teams automate review resolution by following a structured workflow: the lead creates a plan, spawns resolver teammates, assigns exclusive file ownership to prevent conflicts, monitors progress, and verifies the changes. Each teammate works on their assigned files independently.

What's the best way to fix code review findings across multiple modules?

Fixing review findings across multiple modules is best handled by parallel assignment. When a review has 5+ findings across areas like auth, api, or tests, dedicated teammates handle each module concurrently to finish faster without overlapping file access.

Do I need Agent Teams enabled to run parallel review resolution?

Yes, you must enable Agent Teams by setting the CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS environment variable. This experimental feature is required because the system needs it to spawn resolver teammates for processing findings in parallel.

How do I start parallel review resolution using a review overview file?

Run the resolution command with a REVIEW_OVERVIEW.md file describing the findings. The system will read the overview, spawn a resolver team, and assign files across the identified work areas accordingly to execute the fixes.

When should I avoid using parallel agents for code review fixes?

You should avoid this approach when a code review has fewer than 5 findings or when findings are concentrated in a single file area. The parallel workflow is designed for 5+ findings spread across multiple modules to be effective.