From sd0x-dev-flow
Generates unit tests for specified functions using Codex MCP. Thin entry-point skill delegating to test-review's generation variant. Triggered by generate tests keywords or /codex-test-gen invocation.
npx claudepluginhub sd0xdev/sd0x-dev-flow --plugin sd0x-dev-flowThis skill is limited to using the following tools:
Thin entry-point skill — routes to the parent skill for full workflow.
Generates unit tests from JavaScript/TypeScript source files using AI, covering happy paths, edge cases, and errors. Supports Jest, Vitest, Mocha. Use when adding test coverage.
Reviews existing test coverage for sufficiency using Codex MCP, suggests additional edge cases and gaps. Supports iterative review loops with context preservation.
Generates unit tests matching project patterns and frameworks like Jest/Vitest (JS/TS), pytest (Python), Go testing, JUnit (Java), RSpec (Ruby).
Share bugs, ideas, or general feedback.
Thin entry-point skill — routes to the parent skill for full workflow.
This skill delegates to test-review for the underlying Codex MCP infrastructure. The generation-specific prompt template is at @skills/test-review/references/codex-prompt-test-gen.md.
See @skills/test-review/SKILL.md
This is the Generation variant — creates new unit tests for specified functions.
/codex-test-review)/codex-review-fast)/post-dev-test)