Help us improve
Share bugs, ideas, or general feedback.
From all-skills
Guides Zig's built-in test framework: writing tests, using test allocator for leak detection, filtering tests, configuring build.zig test steps, and CI integration.
npx claudepluginhub vinnie357/claude-skills --plugin qaHow this skill is triggered — by the user, by Claude, or both
Slash command
/all-skills:plugins-languages-zig-skills-testingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Built-in test framework, leak detection, and CI integration.
Guides Zig unit testing with built-in framework, test allocator for leak detection, test filtering, build.zig steps, and CI integration.
Configures the Zig build system: creating build.zig files, adding build steps, cross-compiling targets, managing dependencies, and setting up CI pipelines.
Share bugs, ideas, or general feedback.
Built-in test framework, leak detection, and CI integration.
Activate when:
For assertion functions, test allocator patterns, and build integration, see references/testing.md.