skills/analyze/SKILL.md
Deep analysis mode - thorough multi-phase investigation with expert consultation for complex problems requiring careful examination
npx skillsauth add thoreinstein/agents analyzeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Perform a comprehensive analysis using multi-phase investigation and structured synthesis.
If you find yourself wanting to write code, STOP. Analysis produces documents, not software.
/analyze command to produce implementation plans for /implementExplore the target area to build context:
Map the structure:
Find patterns:
Gather context:
Analyze the target across these dimensions:
| Domain | Focus Areas | | ---------------- | ------------------------------------------------ | | Architecture | System design, data flow, component dependencies | | Security | Vulnerabilities, threat model, input validation | | Reliability | Scalability, failure modes, error handling | | Performance | Bottlenecks, complexity, resource usage | | Code Quality | Patterns, anti-patterns, maintainability |
Examine comprehensively:
Combine findings into a structured report following the template in references/analysis-report-template.md.
The report should include:
| Area | What to Examine | | ------------------- | --------------------------------------- | | Correctness | Logic errors, edge cases, assumptions | | Security | Input validation, auth, data protection | | Performance | Complexity, caching, resource usage | | Reliability | Error handling, failure modes, recovery | | Maintainability | Readability, coupling, documentation | | Testability | Coverage, mocking, isolation |
When used via /analyze command:
working/plans/<ticket-id>-plan.md in Obsidian vaultBegin by performing reconnaissance on the target area before conducting domain analysis.
Remember: Your output is documentation. Do not write code.
testing
Consult the whizz-mind knowledge base for documentation and answers. Use when the user asks questions that might be answered by stored documentation or when explicitly asked to check whizz-mind.
development
Comprehensive web quality audit covering performance, accessibility, SEO, and best practices. Use when asked to "audit my site", "review web quality", "run lighthouse audit", "check page quality", or "optimize my website".
testing
Ultra-deep multi-perspective analysis for complex architectural and strategic decisions requiring systematic reasoning across technical, business, user, and system perspectives
data-ai
Optimize for search engine visibility and ranking. Use when asked to "improve SEO", "optimize for search", "fix meta tags", "add structured data", "sitemap optimization", or "search engine optimization".