devlyn:team-review

Orchestrate multi-perspective code reviews by assembling reviewer roles from git diffs.

4|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/fysoul17/ian-on-v1 --skill devlyn-team-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devlyn:team-review
Source: https://github.com/fysoul17/ian-on-v1/tree/main/ian-on/.claude/skills/devlyn%3Ateam-review
Command: npx skills add https://github.com/fysoul17/ian-on-v1 --skill devlyn-team-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It reduces the risk of shipping bugs by orchestrating a structured code review across multiple expert domains, including security, quality, and testing.

Core Features & Use Cases

  • Scope assessment lead-in: Reviews start by collecting changed files and classifying changes to choose the right reviewer roles.
  • Specialized reviewer team: Assembles focused reviewers for security, code quality, tests, plus optional UX/UI/accessibility/product/API/performance roles depending on the change type.
  • Deterministic team workflow: Uses a phased process with a review lead that coordinates team creation, task creation, assignment, and merge/fix/validation steps.

Quick Start

Ask the agent to perform a multi-perspective review of the current changeset and assemble a review team for the modified files listed in your repository diff.

Frequently Asked Questions about devlyn:team-review

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

FAQPage Schema
How do I perform a multi-perspective code review on a pull request?

A multi-perspective code review assembles specialized reviewer roles to analyze a pull request diff, covering security, code quality, testing, and performance. The process classifies changed files to assign targeted reviewers and merge cross-cutting issues for comprehensive validation.

What is the best way to automate security and quality assurance checks on branch changes?

Automating security and quality assurance checks involves orchestrating a deterministic team workflow that selects reviewer roles based on git diff discovery. It validates branch changes by executing tests and lint gating to reduce the risk of shipping bugs across multiple expert domains.

Can I use a structured review workflow for UX/UI, accessibility, and API contract changes?

Yes, structured review workflows can assess UX/UI, accessibility, and API contract changes. The review lead dynamically assembles optional specialized reviewer roles depending on the specific change type identified in the repository diff, ensuring all product behavior domains are evaluated.

How does an agent team coordinate task assignment for diff analysis?

An agent team coordinates diff analysis through a phased process managed by a review lead. The lead handles team creation, task creation, and task assignment based on the changed files, followed by cross-cutting issue merging and final validation to ensure thorough coverage.

Do I need to provide a changeset manually to start a thorough code review?

No, you do not need to provide a changeset manually to start a thorough code review. The workflow begins with git diff discovery to automatically collect and classify modified files, then selects the appropriate reviewer roles to initiate the multi-perspective analysis.