بنقرة واحدة
itsol-tdd-workflow
TDD workflow: RED-GREEN-REFACTOR for features, bugfixes, refactors, migrations.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
TDD workflow: RED-GREEN-REFACTOR for features, bugfixes, refactors, migrations.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
.NET API review: architecture, validation, auth, EF Core, jobs, deployment, tests.
Effect TS review: services, layers, errors, Schema, concurrency, resources, tests.
Hey API review: OpenAPI specs, generated clients, SDKs, auth, validation, CI.
Container build review: Dockerfiles, image size, layers, SBOM, CVEs, reproducibility.
Container runtime review: env, secrets, health checks, resources, volumes, shutdown.
Production readiness review: deploy, rollback, monitoring, capacity, backups, runbooks.
| name | itsol-tdd-workflow |
| description | TDD workflow: RED-GREEN-REFACTOR for features, bugfixes, refactors, migrations. |
Use test-driven development as the default coding loop for behavior changes. Prove the test can fail before trusting the implementation. Respect .itsol.md repo policy when a legacy project cannot support TDD.
.itsol.md exists, load itsol-repo-memory and apply the matched project TDD mode and verification policy.full or supported, write the smallest automated test or diagnostic that captures that behavior.limited, not-supported, or automation is not practical, do not scaffold a new test framework only to satisfy TDD. Record the exception and replacement verification before changing production code.After resolving itsol-workflow-mode, load itsol-execution-policy, resolve the complete sibling execution state and observable done_when, and preserve both contracts through plans, task context, compaction, delegation, continuation, review, and handoff. Resource policy never changes workflow authority. Do not set maxTurns; do not accept agent termination or a completed label without validating evidence.
Read references/guide.md before writing production code. If TDD is not practical, record the explicit exception and the alternative verification before implementing.