analyse

Diagnose codebase issues by tracing data flow and analyzing patterns.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/gudzenkov/SuperClaudeZero --skill analyse
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: analyse
Source: https://github.com/gudzenkov/SuperClaudeZero/tree/main/.claude/skills/analyse
Command: npx skills add https://github.com/gudzenkov/SuperClaudeZero --skill analyse

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Investigate codebase issues, debug problems, or analyze patterns.

Core Features & Use Cases

  • Investigate bugs and issues
  • Analyzing code patterns
  • Tracing data flow
  • Root-cause identification

Quick Start

Ask the AI to run a targeted codebase investigation using the provided issue description to diagnose root causes.

Frequently Asked Questions about analyse

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

FAQPage Schema
How do I investigate the root cause of a bug in my codebase?

To diagnose root causes in your codebase, provide an issue description to trigger a targeted investigation. The tool reads relevant files, analyzes patterns, and traces data flow to produce a structured diagnosis.

What is codebase data-flow tracing and when do I need it?

Codebase data-flow tracing tracks how data moves through your project to pinpoint where issues originate. You need it when debugging complex problems or analyzing patterns to identify the underlying root cause of unexpected behavior.

How do I analyze code patterns across an entire project?

You can analyze code patterns across a project by running a targeted codebase investigation. This process reads relevant files and traces data flow to identify structural patterns and diagnose root causes.

Do I need any external dependencies to debug codebase issues?

You do not need any external dependencies to debug codebase issues, as this process requires only standard tooling. It operates without additional components to read files and generate structured analysis reports.

Where are codebase analysis reports saved after a root-cause diagnosis?

Codebase analysis reports are saved as markdown files in the reports/analysis/ directory, structured by date and topic. This structured diagnosis output ensures your investigation results are documented for future reference.

What's the best way to debug codebase issues without specialized components?

The best way to debug codebase issues without specialized components is to run a targeted investigation using standard tooling. It reads relevant files and traces data flow to output a structured root-cause diagnosis.