analyze

Run a six-phase codebase analysis workflow for architecture, security, and quality issues.

898|134|Updated Jul 28, 2025
One-click install
npx skills add https://github.com/solatis/claude-config --skill analyze-solatis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: analyze
Source: https://github.com/solatis/claude-config/tree/main/skills/analyze
Command: npx skills add https://github.com/solatis/claude-config --skill analyze-solatis

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill enables immediate analysis of a codebase, guiding Explore and Focus steps to evaluate architecture, security, and quality without manual exploration.

Core Features & Use Cases

  • IMMEDIATE orchestration: Step-by-step analysis orchestrated by the script.
  • Delegate to Explore agents for structured discovery.
  • Synthesize findings into a cohesive report.
  • Use Case: Run an analysis of a new module for security and maintainability.

Quick Start

Run: python3 scripts/analyze.py
--step-number 1
--total-steps 6
--thoughts "Starting analysis. User request: <describe what user asked to analyze>"

Frequently Asked Questions about analyze

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

FAQPage Schema
How do I analyze a codebase for security and architecture issues?

Codebase analysis identifies security vulnerabilities, architectural patterns, and quality concerns across single or multiple repositories. Run the analyze.py script with --step-number, --total-steps, and --thoughts parameters to execute a six-phase workflow: exploration, focus selection, investigation planning, deep analysis, verification, and synthesis.

What does the analyze workflow do at each step?

The six-phase workflow orchestrates immediate analysis through EXPLORATION (discover structure), FOCUS SELECTION (narrow scope), INVESTIGATION PLANNING (scope deep work), DEEP ANALYSIS (detailed findings), VERIFICATION (validate results), and SYNTHESIS (generate cohesive report). Each phase emits step-specific actions to guide the analysis process.

Can I use this for security assessment of existing modules?

Yes. The Skill applies to security assessment, architecture review, quality evaluation, and codebase analysis of existing modules. Run analysis with a clear description of what you want evaluated—security, maintainability, architecture—and the script orchestrates the complete assessment workflow.

Do I need to manually explore the codebase before running analysis?

No. This Skill automates guided discovery and analysis, eliminating manual exploration. It delegates to structured Explore steps and synthesizes findings into actionable reports without requiring upfront manual investigation.

What's the difference between running analysis once versus across multiple repositories?

The Skill scales to analyze single or multiple repositories using the same six-phase workflow. Specify your scope in the --thoughts parameter when invoking the script, and the orchestration adapts the analysis depth and focus accordingly.