analyze

Analyze code quality, architecture, security, and performance with YAML reports.

1|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/YH-05/finance --skill analyze-yh-05
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: analyze
Source: https://github.com/YH-05/finance/tree/main/.claude/skills/analyze
Command: npx skills add https://github.com/YH-05/finance --skill analyze-yh-05

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates comprehensive code analysis, identifying quality, architectural, security, and performance issues to improve software reliability and maintainability.

Core Features & Use Cases

  • Multi-dimensional Code Analysis: Evaluates code quality, architecture, security vulnerabilities, and performance bottlenecks.
  • Automated Reporting: Generates detailed YAML reports with scores, findings, and improvement roadmaps.
  • Use Case: Before deploying a new feature, run /analyze --all to get a complete health check of the codebase, ensuring it meets quality and security standards.

Quick Start

Run a comprehensive analysis of the entire project using the analyze skill.

Frequently Asked Questions about analyze

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

FAQPage Schema
How do I perform a comprehensive code analysis for security vulnerabilities and architecture issues?

Comprehensive code analysis evaluates security, architecture, performance, and code quality by executing tools like pyright, ruff, and bandit. It generates detailed YAML reports containing scores, specific findings, and improvement roadmaps for your specified code paths or entire project.

Can I run an automated security audit and quality check before deploying a new feature?

Automated security audits and quality checks can be executed before deployment by running a comprehensive analysis command. This generates a complete health check of the codebase, ensuring your new feature meets established quality and security standards.

Do I need specific code analysis tools installed to generate a codebase health report?

Specific code analysis tools are required to perform multi-dimensional code analysis. The process relies on task execution using tools like pyright for type checking, ruff for quality, and bandit for security auditing to generate accurate YAML reports.

What is the best way to get an improvement roadmap for my project's code quality and performance bottlenecks?

The best way to get an improvement roadmap is through multi-dimensional code analysis that evaluates quality and performance bottlenecks. The output is a detailed YAML report containing scores and actionable findings for your specified code paths.

How does automated code reporting handle architecture review and performance tuning?

Automated code reporting handles architecture review and performance tuning by using a code-analyzer sub-agent to evaluate multiple dimensions. It produces YAML reports with scores, specific findings, and structured improvement roadmaps for the entire project.

What format does the code analysis report use for findings and improvement roadmaps?

The code analysis report uses a YAML format to output detailed findings, scores, and improvement roadmaps. This structured format captures the results of the multi-dimensional quality, security, architecture, and performance evaluations.