generate-tests
Generate unit tests for a .NET service following the coverage-kit conventions. Use when the user asks to 'generate tests', 'backfill tests', 'characterize this service', or 'add tests for' a target after coverage-init has run. Operates in characterization mode (freeze current behavior for existing code) or spec mode (assert intended behavior for new/changed code), enforces the run-capture-fill loop, routes untestable units to the manifest cannot-test log, can fan the backfill out across a user-chosen number of parallel agents for large worklists (asking first, since more agents cost more tokens), and runs a single read-only suite critique before the baseline locks in (auditing cannot-test legitimacy, assertion/C1 depth, and systematic gaps — never the C0/C1 numbers themselves).
适合你,如果需要在 .NET 项目中快速生成遵循约定的单元测试。
npx oh-my-skill add livlign/claude-skills/generate-testscurl -fsSL https://oh-my-skill.com/install.sh | bash -s -- livlign/claude-skills/generate-testsnpx oh-my-skill verify livlign/claude-skills/generate-tests