🔍
QualityShell

Multi-Role Analysis

by wasabeef

Multi-Role Analysis is a Quality skill for Claude Code, published by wasabeef in claude-code-cookbook.

1.1K stars111 forkson wasabeef/claude-code-cookbookAdded 2026/08/20Repository updated 2026/04/15
claude-code
Install in seconds
Install Multi-Role Analysis
Copy Multi-Role Analysis into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/wasabeef/claude-code-cookbook/tree/main/plugins/en/skills/multi-role ~/.claude/skills/multi-role

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/wasabeef/claude-code-cookbook.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
plugins/en/skills/multi-role/SKILL.md in wasabeef/claude-code-cookbook
Installs to
~/.claude/skills/multi-role
Collection
One of 25 skills cataloged from this repository
Category
Quality1354 skills

What Multi-Role Analysis does

Multi-Role Analysis runs multiple specialized review roles (like security, performance, or frontend) in parallel against the same target and merges their findings into an integrated report. Use it when you want a multifaceted evaluation of code, plans, or designs in one command.

Multi-Role Analysis is cataloged under Quality on DirSkills. Multi-Role Analysis comes from a repository tagged claude-code.

Documentation

README

Parallel analysis with multiple roles and integrated report

A command that analyzes the same target in parallel with multiple roles and generates an integrated report.

Usage

/multi-role <role1>,<role2> [--agent|-a] [analysis_target]
/multi-role <role1>,<role2>,<role3> [--agent|-a] [analysis_target]

Available Roles

Specialized Analysis Roles

  • security: Security audit expert
  • performance: Performance optimization expert
  • analyzer: Root cause analysis expert
  • frontend: Frontend and UI/UX expert
  • mobile: Mobile development expert
  • backend: Backend and server-side expert

Development Support Roles

  • reviewer: Code review expert
  • architect: System architect
  • qa: Test engineer

Important:

This is the opening of the README. Read the full README on GitHub.

Commands Multi-Role Analysis provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /multi-role

Frequently asked about Multi-Role Analysis

  • What else does wasabeef publish alongside Multi-Role Analysis?

    Multi-Role Analysis is one of 25 skills that DirSkills catalogs from wasabeef/claude-code-cookbook, the repository it ships in. Its siblings there include Analyze Dependencies, Analyze Performance and Check Fact. Each one is a separate skill with its own page in this directory, installs the same way Multi-Role Analysis does, and is maintained by wasabeef in that same repository. The rest of the collection is listed on the wasabeef/claude-code-cookbook page.

  • How does Multi-Role Analysis compare to other Quality skills?

    Multi-Role Analysis ranks #776 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Multi-Role Analysis against them. Open each page to compare what they document and how they install.

More from wasabeef/claude-code-cookbook

Multi-Role Analysis is one of 25 skills cataloged on DirSkills from wasabeef/claude-code-cookbook.

See all 25 skills
📊
2w ago

Analyze Dependencies

Analyze Dependencies evaluates project dependencies and architectural health, generating dependency matrices, fan-in/fan-out analysis, and prioritized improvement suggestions. Use it to detect circular dependencies, layer violations, excessive coupling, and orphaned modules.
Quality
1.1K111
2w ago

Analyze Performance

Analyze Performance evaluates Core Web Vitals and quantifies user experience improvements from optimizations. Use it when analyzing page speed, identifying performance bottlenecks, or prioritizing performance fixes.
Frontend
1.1K111
🔍
2w ago

Check Fact

Check Fact verifies whether statements are accurate by checking a project's code, documentation, and config files. Use it to fact-check technical claims, architecture choices, or documentation accuracy.
Quality
1.1K111
🔍
2w ago

Check Prompt

Check Prompt evaluates and improves AI prompt quality by analyzing prompts against best practices for structure, executability, prohibited items, quality assurance, roles, and continuous improvement. Use it to score, deep-analyze, or automatically fix prompts for AI agents.
AI Engineering
1.1K111
📝
2w ago

Commit Message

Commit Message generates commit messages from staged changes (git diff --staged) and copies the top suggestion to the clipboard. Use it when you want to quickly write a conventional commits message without running git commands.
Automation
1.1K111
🔍
2w ago

Context7

Context7 searches technical documentation using the Context7 MCP, triggered by requests like "check the docs" or "how to use this library?". Use it to look up API references and solutions from official docs within Claude Code.
AI Engineering
1.1K111