一键导入
tdd
Run TDD workflow actions — generate test specs, write failing tests, implement, refactor, check coverage.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run TDD workflow actions — generate test specs, write failing tests, implement, refactor, check coverage.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Run quality checks and generate a comprehensive report. Use proactively before any git commit, after completing implementation work, or when the user asks about code quality.
Run Ralph autonomous agent loop or check Ralph status. Use /ralph to start autonomous development, /ralph status to check progress.
Generate or update the PRD (prd.json) for maxsim-flutter development. Use when adding new features or re-planning stories.
Provides context about maxsim-flutter's available modules, architecture patterns, and configuration. Use when discussing Flutter project setup options.
| name | tdd |
| description | Run TDD workflow actions — generate test specs, write failing tests, implement, refactor, check coverage. |
| disable-model-invocation | true |
| argument-hint | [{"action":"spec|red|green|refactor|coverage|status"}] |
Given a feature or story, produce a list of test cases (behavioral descriptions):
it('...') descriptionsmakeTestContext(), makeWritableContext(), useTempDir(), createTestRegistry()npm test -- --testPathPattern=<test-file>npm test -- --testPathPattern=<test-file>npm test (full suite)npm run test:coveragejest.config.mjs coverageThreshold.global (never hardcode)tests/helpers/context-factory.ts — makeTestContext(), makeWritableContext(), DEFAULT_CONTEXTtests/helpers/temp-dir.ts — useTempDir(), createTempDir(), removeTempDir()tests/helpers/registry-factory.ts — createTestRegistry()