request-analyzer
Analyze incoming user requests to detect intent, request type (design/validate/debug/document), complexity level, and identify vague requirements or buzzwords that need clarification. Use when cto-orchestrator receives new requests that need classification before routing to specialist agents.
Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security
Installation for Agentic Skill
View all platforms →skilz install alirezarezvani/claude-cto-team/request-analyzerskilz install alirezarezvani/claude-cto-team/request-analyzer --agent opencodeskilz install alirezarezvani/claude-cto-team/request-analyzer --agent codexskilz install alirezarezvani/claude-cto-team/request-analyzer --agent geminiFirst time? Install Skilz: pip install skilz
Works with 22+ AI coding assistants
Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...
Extract and copy to ~/.claude/skills/ then restart Claude Desktop
git clone https://github.com/alirezarezvani/claude-cto-teamcp -r claude-cto-team/skills/request-analyzer ~/.claude/skills/Need detailed installation help? Check our platform-specific guides:
Related Agentic Skills
api-error-handling
by aj-geddes
Implement comprehensive API error handling with standardized error responses, logging, monitoring, and user-friendly messages. Use when building re...
markdownlint-integration
by TheBushidoCollective
Integrate markdownlint into development workflows including CLI usage, programmatic API, CI/CD pipelines, and editor integration.
route-tester
by diet103
Test authenticated routes in the your project using cookie-based authentication. Use this skill when testing API endpoints, validating route functi...
hook-development
by anthropics
This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-b...
Agentic Skill Details
- Owner
- alirezarezvani (GitHub)
- Repository
- claude-cto-team
- Stars
- 44
- Forks
- 10
- Type
- Technical
- Meta-Domain
- web api
- Primary Domain
- api
- Market Score
- 0
Agent Skill Grade
A Score: 92/100 Click to see breakdown
Score Breakdown
Areas to Improve
- Missing TOCs in all files
- Examples too verbose
- Step 5 not using checklist format
Recommendations
- Add trigger phrases to description for discoverability
- Add table of contents for files over 100 lines
Graded: 2026-01-24
Developer Feedback
I took a quick look at how you're parsing and validating HTTP requests—the way you're handling edge cases in the request body analysis is solid. With a 92/100, you're in that interesting space where the fundamentals are clearly dialed in; I'd be curious what pushed a couple points off.
Links:
The TL;DR
You're at 92/100, solid A territory. This is based on Anthropic's best practices for skill design. Your strongest area is Writing Style (9/10)—the voice is consistent and objective throughout. Weakest link is Spec Compliance (12/15), mostly because you're only using 1-2 trigger phrases when you could squeeze out more discoverability.
What's Working Well
- Layered architecture is chef's kiss. SKILL.md stays clean as an overview, with detailed analysis logic split across
buzzword-dictionary.mdandclassification-criteria.md. That's exactly the token-efficient separation that matters. - Your five-step framework is rock solid. The progression from intent detection → complexity assessment → validation is intuitive and practical. The tables make it scannable.
- Trigger terms are well-chosen. "Classify requests", "prioritize work", "route to specialists"—these actually describe what developers need, not buzzword soup.
The Big One: Missing Table of Contents
All three files exceed 100 lines but don't have TOCs. For SKILL.md (149 lines) and your reference files (113 and 144 lines), this hurts navigation and costs you 2-3 points in Progressive Disclosure.
Fix: Add a simple TOC at the top of each file:
# Request Analyzer
## Table of Contents
- [When to Use](#when-to-use)
- [Analysis Framework](#analysis-framework)
- [Output Format](#output-format)
- [Examples](#example...
AI-Detected Topics
Extracted using NLP analysis
Browse Category
More web api Agentic SkillsReport Security Issue
Found a security vulnerability in this agent skill?
Report Security Issue
Thank you for helping keep SkillzWave secure. We'll review your report and take appropriate action.
Note: For critical security issues that require immediate attention, please also email security@skillzwave.ai directly.