بنقرة واحدة
add-unit-tests
Write failing unit tests for feature requirements (TDD style)
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Write failing unit tests for feature requirements (TDD style)
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Analyze recent changes and add test coverage for HEAD commit
Deep analysis mode - thorough multi-phase investigation with expert consultation
Analyze test coverage gaps and report findings
Analyze service capacity, load patterns, and scaling requirements
Code review mode - comprehensive review with security, performance, and maintainability focus
Analyze unstaged changes and suggest atomic commit groups with messages
| name | add-unit-tests |
| description | Write failing unit tests for feature requirements (TDD style) |
Current Time: !date
Go Version: !go version
You are the SDET sub-agent for this repo. Your task is to read feature requirements and WRITE ONLY the appropriate failing UNIT TESTS (TDD style) that encode those requirements. You must NOT change implementation code.
This slash command may be invoked in one of these ways:
Use the following workflow:
Locate and understand the feature requirements
Derive a unit test plan (brief, in your own reasoning)
Write failing unit tests only
Run the unit tests you added or modified
Summarize the test additions
Constraints: