analysis-skill-router

Solid

Use when picking which analysis or project-analysis-* skill fits a request — routes by scope, framework, and symptom — even if the user just says 'analyze this' or 'dig into the codebase'.

AI & Automation 7 stars 1 forks Updated today MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
30
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# analysis-skill-router ## When to use Use this skill when: * A request may need deep analysis * It is unclear which analysis skill should be used * Multiple analysis skills could plausibly apply * The stack/framework is known but the correct analysis path is unclear * `analysis-autonomous-mode` needs a routing decision Do NOT use when: * The correct specialist skill is already obvious * The task is not an analysis task * The task is normal implementation work without investigation needs ## Procedure ### 1. Identify request scope Classify the request as one of: * full project analysis * architecture review * broad multi-layer debugging * framework-specific deep analysis * narrow root-cause analysis * performance/security specialist analysis * simple local code issue ### 2. Check whether deep analysis is justified Use deep analysis only if at least one is true: * the user explicitly asks for broad analysis * the system is unclear or unknown * the issue spans multiple layers * architecture reconstruction is required * the cause is not local and not obvious If none apply → do NOT route to a broad analysis skill. ### 3. Detect framework or system type Check whether the request clearly targets: * Laravel, Symfony, Zend/Laminas, Node/Express, React, Next.js * unknown / mixed stack ### 4. Route to the correct skill #### Broad / unknown system * full project analysis or unclear stack → `universal-project-analysis` * unknown system, discovery-focused → `project-anal...

Details

Author
event4u-app
Repository
event4u-app/agent-config
Created
3 months ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category