analysis-router

Route analysis requests to specialized skills for code, security, performance, and architecture reviews.

7|3|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/Zpankz/mcp-skillset --skill analysis-router
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: analysis-router
Source: https://github.com/Zpankz/mcp-skillset/tree/main/analysis-router
Command: npx skills add https://github.com/Zpankz/mcp-skillset --skill analysis-router

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Routes analysis requests to the appropriate specialized skills (code analysis, security analysis, performance analysis, architecture analysis) to ensure fast, accurate insights.

Core Features & Use Cases

  • Centralized routing: automatically directs analysis requests to the best-fit skill based on focus area and triggers.
  • Scalable coverage: supports code quality, security vulnerability assessments, performance bottlenecks, and design reviews.
  • Use Case: A developer submits a request to audit a module's security and performance; the system routes to security-audit and parallel-debug-orchestrator.

Quick Start

Submit an analysis request with a clear focus to the Analysis Router to trigger routing to the appropriate skill.

Frequently Asked Questions about analysis-router

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

FAQPage Schema
How do I route code analysis requests to the right debugging skill?

Routing code analysis requests requires submitting a request with a clear focus to a centralized router, which evaluates trigger conditions and automatically directs the task to the best-fit specialized skill for accurate debugging insights.

What is the best way to handle multiple code reviews like security audits and performance bottlenecks together?

Handling multiple code reviews together is done through centralized routing, which evaluates the request focus and scales to support security vulnerability assessments and performance bottlenecks by invoking specialized skills like security-audit and parallel-debug-orchestrator.

Can I use automated routing for system design evaluations across software projects?

Yes, you can use automated routing for system design evaluations. The router supports architecture analysis and design reviews by maintaining a catalog of specialized skills and mapping trigger conditions to direct evaluation requests across software projects.

Does the code analysis routing logic require specific dependencies or components to run?

No, the code analysis routing logic does not require specific dependencies or components to run. It operates independently using a modular trigger-based invocation system and a maintained skills catalog to map requests to capabilities without external setup.

When do I need a centralized router instead of calling specialized code analysis skills directly?

You need a centralized router instead of calling specialized code analysis skills directly when handling diverse requests across code quality, security, performance, and architecture, ensuring fast accurate mapping without manually selecting the best-fit skill.