.claude/skills/generate-report/SKILL.md
Generate comprehensive analysis report by running multiple agents. Use for full audits, onboarding docs, or architecture reviews.
npx skillsauth add akashmeshram/claude-disco generate-reportInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Orchestrate multiple agents and synthesize into unified report.
Analyze (parallel)
Synthesize
Review
# Codebase Analysis Report
## Executive Summary
## Health Scorecard
| Aspect | Score | Finding |
## Architecture Overview
## Critical Findings
## Risk Matrix
## Prioritized Recommendations
## Appendix
| Request | Agents | |---------|--------| | Quick audit | architecture + performance | | Security focus | + cross-cutting-concern-analyzer | | Refactor prep | dependencies + dead-code | | Full review | All agents |
architecture-synthesizer - Combine reportsreport-critic - Quality reviewtools
Scaffold new projects with proper structure and boilerplate. Use for creating APIs, CLIs, web apps, or libraries from scratch.
tools
Initialize development configurations: CI/CD, linting, testing, Docker. Use for setting up project tooling.
development
Generate new features, components, services, and modules that follow existing codebase patterns.
development
Analyze state management and mutation patterns. Use when debugging state bugs or investigating race conditions.