From test-scaffold
Scaffold unit tests for selected code, detecting the project's test framework
How this skill is triggered — by the user, by Claude, or both
Slash command
/test-scaffold:test-scaffoldThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate unit tests for the selected code or file. Follow these steps:
Generate unit tests for the selected code or file. Follow these steps:
Detect the test framework by checking project config files:
testing package#[cfg(test)] module with standard assertionsGenerate test cases covering:
Follow conventions:
test_<function>_<scenario>_<expected>Output only the test file content. Place it in the conventional location for the detected framework.
Provides a checklist for code reviews covering functionality, security, performance, maintainability, tests, and quality. Use for pull requests, audits, team standards, and developer training.
npx claudepluginhub leonj1/plugin-marketplace --plugin test-scaffold