test-fat-llama
FeaturedRuns the code-tester-reviewer and audio-quality-checker subagents against fat_llama's code and tests, then reports combined structured JSON results (test outcomes, PEP8/code-quality feedback, audio quality, coherence/spectral-deviation scores) and updates README.md's Audio Quality Scores section and spectrogram image. Use when asked to check, verify, or review fat_llama's code, tests, coverage, style, or audio output quality. Does not fix anything itself — see the generate-code skill for that.
Install
Quality Score: 89/100
Skill Content
Details
- Author
- bkraad47
- Repository
- bkraad47/fat_llama
- Created
- 2 years ago
- Last Updated
- 2 days ago
- Language
- Python
- License
- BSD-3-Clause
Integrates with
Related Skills
code-simplifier
Review RTK Rust code for idiomatic simplification. Detects over-engineering, unnecessary allocations, verbose patterns. Applies Rust idioms without changing behavior.
design-patterns
Rust design patterns for RTK. Newtype, Builder, RAII, Trait Objects, State Machine. Applied to CLI filter modules. Use when designing new modules or refactoring existing ones.
issue-triage
Issue triage: audit open issues, categorize, detect duplicates, cross-ref PRs, risk assessment, post comments. Args: "all" for deep analysis of all, issue numbers to focus (e.g. "42 57"), "en"/"fr" for language, no arg = audit only in French.