cmd-workflow-team-review

Coordinate phase-driven code reviews of feature branches with severity-labeled feedback.

2|Updated Jan 3, 2026
One-click install
npx skills add https://github.com/jlaws/dotfiles --skill cmd-workflow-team-review
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: cmd-workflow-team-review
Source: https://github.com/jlaws/dotfiles/tree/main/.agents/skills/cmd-workflow-team-review
Command: npx skills add https://github.com/jlaws/dotfiles --skill cmd-workflow-team-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Thorough, multi-perspective code reviews help teams evaluate feature branches for security, quality, testing, and language-specific considerations before merging, reducing defects and knowledge gaps.

Core Features & Use Cases

  • Phase-driven review workflow that covers Context, High-Level, Line-by-Line, and Summary.
  • Multi-perspective feedback with guidance on security, maintainability, performance, and correctness.
  • Structured feedback with severity labels, clear summaries, and a defined decision gate (Approve / Comment / Request Changes).
  • Pre-submission diff analysis to ensure reviewers fully understand changes before commenting.

Quick Start

Follow the code-review-patterns process to review a feature branch and provide structured, multi-perspective feedback.

Frequently Asked Questions about cmd-workflow-team-review

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

FAQPage Schema
What is a multi-perspective code review workflow?▼

A comprehensive code review of a feature branch coordinates feedback across security, quality, testing, and language-specific concerns. It uses a phase-driven process covering context, high-level analysis, line-by-line scrutiny, and final summaries to reduce defects.

How do I conduct a structured feature branch code review?▼

Conduct a structured feature branch code review by following a phase-driven workflow: analyze the diff for context, evaluate high-level concerns, perform line-by-line scrutiny, and summarize with severity labels and a clear decision gate to approve or request changes.

Can I enforce severity labels and decision gates during code reviews?▼

Yes, you can enforce severity labels and decision gates during code reviews. The workflow guides reviewers through structured feedback, applying severity labels and concluding with a defined decision gate to Approve, Comment, or Request Changes.

Does this code review workflow support language-specific analysis?▼

Yes, the code review workflow supports language-specific analysis. It coordinates a comprehensive review of a feature branch, explicitly emphasizing security, quality, testing, and language-specific considerations alongside general maintainability and performance.

When do I need a phase-driven code review process?▼

You need a phase-driven code review process when evaluating feature branches in development workflows before merging. It ensures reviewers fully understand changes through pre-submission diff analysis and provide multi-perspective feedback across security and quality.

What is the best way to review code changes for security and maintainability?▼

The best way to review code changes for security and maintainability is using a multi-perspective workflow that separates feedback into Context, High-Level, Line-by-Line, and Summary phases, ensuring thorough scrutiny of correctness, performance, and security.