Stellarion can generate detailed reports about your codebase in multiple formats, helping you communicate code quality to stakeholders and track improvements over time.
A high-level summary of your project:
Generate an overview report for this project
Detailed code quality analysis:
Generate a quality report showing complexity issues
Dependency structure analysis:
Generate an architecture report showing dependencies
Prioritized improvement opportunities:
Generate a technical debt report for the src/ directory
| Format | Use Case |
|---|---|
| JSON | Integration with other tools, automated processing |
| Markdown | Documentation, GitHub/GitLab, readable reports |
| HTML | Sharing with stakeholders, presentations |
| CSV | Spreadsheet analysis, custom processing |
Generate a quality report in markdown format
Create a technical debt report as JSON
Ask Claude Code to save reports to files:
Generate a quality report and save it to docs/quality-report.md
Focus on specific areas:
Generate a quality report for src/api/ only
Create a technical debt report excluding test files
Share quality reports in code reviews to discuss improvements.
Use technical debt reports to prioritize refactoring work.
Generate overview reports to communicate codebase health.
Compare reports over time to measure improvement:
Generate a quality report. How does it compare to last month?