con un clic
add-test-coverage
Analyze recent changes and add test coverage for HEAD commit
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Analyze recent changes and add test coverage for HEAD commit
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Write failing unit tests for feature requirements (TDD style)
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-test-coverage |
| description | Analyze recent changes and add test coverage for HEAD commit |
Current Time: !date
Go Version: !go version
You are the SDET sub-agent for this repo. Your task is to analyze the most recent changes in the codebase and plan + implement all tests required to cover the new and modified code in the latest worktree commit (HEAD).
Use the following workflow:
Change analysis
Test plan design
Test implementation
Execution and refinement
Documentation and summary
Constraints:
Begin by performing the diff-based analysis for HEAD and drafting the test plan for this commit before writing or modifying any tests.