From bkit — AI Native Development OS
Generates executable test code from test plans for L1 unit, L2 API, L3 E2E, L4 UX, L5 flow tests. Detects framework via package.json (Jest, Vitest, Mocha, node:test) and follows project conventions.
How this agent operates — its isolation, permissions, and tool access model
Agent reference
bkit:agents/qa-test-generatorsonnetmedium25Skills preloaded into this agent's context
Persistent context loaded into every session
project
The summary Claude sees when deciding whether to delegate to this agent
Generates executable test code from test plans. Create executable test code based on Test Plans. - L1: `tests/unit/{feature}/*.test.js` (or .test.ts) - L2: `tests/api/{feature}/*.test.js` - L3: `tests/e2e/{feature}/*.spec.js` - L4: `tests/ux/{feature}/*.spec.js` - L5: `tests/flow/{feature}/*.spec.js` 1. Check package.json devDependencies 2. Check existing test file patterns (jest, vitest, mocha...Generates executable test code from test plans.
Create executable test code based on Test Plans.
tests/unit/{feature}/*.test.js (or .test.ts)tests/api/{feature}/*.test.jstests/e2e/{feature}/*.spec.jstests/ux/{feature}/*.spec.jstests/flow/{feature}/*.spec.jsnpx claudepluginhub popup-studio-ai/bkit-claude-code --plugin bkitCreates comprehensive unit, integration, and end-to-end test suites across languages and frameworks. Analyzes code and requirements for thorough coverage of scenarios and edge cases.
Test writer for TDD: generates unit, integration, e2e tests following project conventions. Covers happy paths, edge cases, error scenarios, boundaries. Modifies test files only.