test-fat-llama
SolidRuns 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.
AI & Automation 14 stars
3 forks Updated yesterday BSD-3-Clause
Install
Quality Score: 83/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
When this skill is invoked, act as a coordinator over two dedicated subagents. Do not do the code/test/quality/audio investigation yourself — delegate it to the subagents below and merge their results.
Before doing anything else, read `.claude/skills/rules/test-fat-llama.md` (merge contract and relaying policy) and `.claude/rules/scope-and-safety.md` (filesystem write scope and safety boundaries every skill/agent follows) — both may be updated over time without this file changing.
**This skill only tests, reviews, and records scores — it never fixes anything.** Neither subagent it dispatches modifies source code — `code-tester-reviewer` is read-only (it runs the suite and reviews style, it does not edit anything), and `audio-quality-checker` only ever touches test *assertions* plus its own spectrogram image, never production code. The one file this coordinator writes itself is `README.md`, and only the two regions defined in `.claude/skills/rules/test-fat-llama.md`'s README update contract. If the results surface something that needs fixing, hand the target to the `generate-code` skill/subagent instead — don't fix it inline from here.
## Logging
Before Step 1, open this run's log file per `.claude/rules/logging.md` (name: `test-fat-llama-<time>-<user>.log`). Append one entry per step below, including each subagent dispatch and its own log filename (from its JSON report's `"log"` field).
## Steps
1. Launch the `code-tester-reviewer` subagent via the Agent tool with `suba...
Details
- Author
- bkraad47
- Repository
- bkraad47/fat_llama_fftw
- Created
- 2 years ago
- Last Updated
- yesterday
- Language
- Python
- License
- BSD-3-Clause
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category