بنقرة واحدة
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()