원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
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.
SOC 직업 분류 기준
| 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()