From ai-devkit
Guides the testing phase of the AI DevKit workflow: writing tests, updating testing docs, running coverage, and closing gaps. Activates when users need to add or validate test coverage.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ai-devkit:dev-testingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run testing work for configured AI docs features. Before changing docs or code, propose the concrete plan for this phase and wait for user approval unless the user already approved the exact phase plan.
Run testing work for configured AI docs features. Before changing docs or code, propose the concrete plan for this phase and wait for user approval unless the user already approved the exact phase plan.
npx ai-devkit@latest lint before phase work.npx ai-devkit@latest lint --feature <name>.verify skill before making coverage or test-pass claims.Use for Phase 8.
npx ai-devkit@latest lint --feature <name> and reference the testing doc path it validates. If manual path resolution is unavoidable, first resolve .ai-devkit.json paths.docs, falling back to docs/ai.Next: dev-review. If tests reveal design flaws, return to dev-design.
npx claudepluginhub codeaholicguy/ai-devkitCreates and manages unit and integration tests by analyzing codebase, auto-detecting test frameworks, and generating tests that follow project conventions.
Executes testing tasks: writes colocated test files, runs tests, and summarizes coverage. Includes TDD variant with rationalization counters and red flags.
Designs or validates test plans covering unit, integration, e2e, automation, CI checks, fixtures, and regression scope. Works with existing test frameworks and CI commands.