From bkit
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.
npx claudepluginhub popup-studio-ai/bkit-claude-code --plugin bkitsonnetmedium25project
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...Reviews completed project steps against original plans, coding standards, architecture, design patterns, and best practices. Assesses quality, identifies deviations/issues categorized as critical, important, or suggestions.
Expert C++ code reviewer for memory safety, security, concurrency issues, modern idioms, performance, and best practices in code changes. Delegate for all C++ projects.
Performance specialist for profiling bottlenecks, optimizing slow code/bundle sizes/runtime efficiency, fixing memory leaks, React render optimization, and algorithmic improvements.
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.js