code-analyze

Analyze codebases to identify quality issues and generate Markdown reports.

1|Updated Oct 27, 2025
One-click install
npx skills add https://github.com/AEtherlight-ai/lumina --skill code-analyze
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-analyze
Source: https://github.com/AEtherlight-ai/lumina/tree/main/.claude/skills/code-analyze
Command: npx skills add https://github.com/AEtherlight-ai/lumina --skill code-analyze

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill systematizes code reviews and quality checks, identifying technical debt, architectural issues, and potential improvements. It provides actionable insights to enhance code health and maintain development standards, saving time on manual inspections and preventing future bugs.

Core Features & Use Cases

  • Multi-Phase Analysis: Conducts structure, pattern, and dependency analysis to map the codebase and identify issues.
  • Automated Report Generation: Creates detailed Markdown reports highlighting critical issues, architecture reviews, and technical debt.
  • Actionable Recommendations: Suggests improvements, refactoring, and generates Git branches or tasks for identified fixes.
  • User-Context Integration: Tailors analysis based on user-specified focus areas (security, performance, architecture) while enforcing standard checks.
  • Use Case: Before a major refactoring, use this skill to perform a deep dive into your codebase, focusing on performance bottlenecks and architectural anti-patterns, and generate a prioritized list of tasks to guide your improvement efforts, ensuring a high-quality outcome.

Quick Start

Analyze the codebase for security issues and generate a report. Review the project's architecture and identify areas for improvement.

Frequently Asked Questions about code-analyze

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

FAQPage Schema
How do I analyze my codebase for security issues and technical debt?

Code analysis systematically reviews your codebase to identify security vulnerabilities, architectural problems, and technical debt. The skill conducts multi-phase analysis across structure, patterns, and dependencies, then generates a detailed report with actionable recommendations prioritized by severity and impact.

Can I use code analysis to review my project's architecture?

Yes. Architecture review is a core use case that maps your codebase structure, identifies anti-patterns, and highlights design issues. The skill tailors analysis to focus on architectural concerns alongside security and performance, producing recommendations for structural improvements.

How do I identify performance bottlenecks in my code?

Code analysis includes performance optimization as a focus area, scanning for inefficient patterns and dependency issues that impact speed. You specify performance as your analysis focus, and the skill generates a prioritized list of bottlenecks with refactoring guidance.

What's included in the automated code quality report?

The report highlights critical issues, architecture reviews, and technical debt items in Markdown format. It includes actionable remediation suggestions, refactoring opportunities, and can generate Git branches or tasks for tracked improvements.

Can I use code analysis before a major refactoring project?

Yes. Pre-refactoring analysis is a primary use case that provides a deep dive into your codebase, maps dependencies and architectural issues, and generates a prioritized task list to guide your refactoring effort and ensure code quality.

Does code analysis work across different project types?

Code analysis applies across project types and scenarios including security audits, performance investigations, and architecture reviews. It requires gathering user context and Git workflow integration but adapts to your specific codebase structure and goals.