codebase-analysis

Generate cross-referenced Markdown documentation for Java codebases via static analysis.

1|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/TheRealSeber/PolishedJADEite --skill codebase-analysis-therealseber
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codebase-analysis
Source: https://github.com/TheRealSeber/PolishedJADEite/tree/main/.claude/skills/codebase-analysis
Command: npx skills add https://github.com/TheRealSeber/PolishedJADEite --skill codebase-analysis-therealseber

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill turns an unfamiliar Java repository into a structured documentation set that reveals architecture, behavior, dependencies, and migration risks without executing any code.

Core Features & Use Cases

  • Static codebase analysis for Java projects with Maven or Gradle.
  • Generates cross-referenced documentation for structure, workflows, interfaces, and technical debt.
  • Ideal for audits, onboarding, migration planning, and repository understanding.
  • Example: Use it to document a legacy service before a major runtime or framework upgrade.

Quick Start

Ask the assistant to analyze the repository and generate the full JadeDocumentation output for static review only.

Frequently Asked Questions about codebase-analysis

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

FAQPage Schema
What is static codebase analysis for Java migration planning?

Static codebase analysis evaluates Java repository architecture, dependencies, and technical debt without executing code, producing cross-referenced documentation to guide migration planning and modernization tasks.

How do I generate documentation for a legacy Java repository?

To generate documentation for a Java repository, you request a static analysis of the codebase, which maps structure, behavior, and dependencies to output cross-referenced Markdown files under a dedicated directory.

Can I use this static analysis on a Gradle or Maven project?

Yes, this static analysis supports Java projects built with Maven or Gradle, mapping their architecture and technical debt to generate comprehensive documentation for audits and onboarding.

What's the best way to audit technical debt in a Java codebase?

Auditing technical debt in a Java codebase is best achieved through static repository analysis, which generates severity-rated findings and cross-referenced documentation to highlight migration risks and structural issues.

Does this Java repository audit require code execution or test runs?

No, this Java repository audit requires static analysis only, meaning it evaluates architecture and dependencies without executing any code or running tests to ensure a safe documentation generation process.