From app-dev
Generate comprehensive health report for Leavn codebase - metrics, technical debt, bugs found/fixed, recommendations for next session
npx claudepluginhub willsigmon/sigstack --plugin app-devThis skill is limited to using the following tools:
Generate health metrics and recommendations:
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
Generate health metrics and recommendations:
Collect metrics:
find LeavnApp -name "*.swift" | xargs wc -lfind LeavnApp -name "*.swift" | wc -lgit log --oneline -20git diff --shortstat mainAudit key areas:
grep -r "@Published" | wc -lgrep -r "try!" | wc -lgrep -r "} catch {}" | wc -lgrep -r "UserDefaults.standard" | wc -lCreate report sections:
Output: CODEBASE_HEALTH_REPORT.md
Use when: Session complete, need status report, planning next work, ship decision