원클릭으로
zoo-test-writing
Write or update tests that define expected behavior for a Zoo active subtask. Use only when explicitly requested.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Write or update tests that define expected behavior for a Zoo active subtask. Use only when explicitly requested.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Close out a completed Lighto task: full validation, final report, rebase. Requires the task file path as input.
Tiered Lighto code review gate: scripted checks, parallel narrow checks, broad review. Invokable standalone on any diff, or as part of the Lighto workflow.
Lightweight spec-driven workflow: collaborative spec, top-level TDD implementation, tiered parallel review gate, one commit per subtask. Use only when explicitly requested.
Review a Lighto task file spec from all angles: flag omissions, fix uncontroversial problems, punt real decisions to the user. Requires the task file path as input.
Execute one Lighto subtask: plan, TDD, validate, browser-verify, review gate, commit. Requires the task file path and subtask number as input; use only on an existing Lighto task file.
Record user feedback for the active Zoo spec without interrupting current work. Use only when explicitly requested, especially when the user gives feedback to address later during Zoo Heavy, Zoo Lite, Zoo Zero, or another running Zoo workflow.
| name | zoo-test-writing |
| description | Write or update tests that define expected behavior for a Zoo active subtask. Use only when explicitly requested. |
Read and follow .zoo/zoo.md if it exists.
Use this when writing or updating tests for a Zoo active subtask.
Goal: create robust tests that define expected behavior before implementation.
Read and follow .zoo/testing.md if it exists.
(next) subtask.zoo-refactoring and the proposal-first route before encoding that broader behavior as current-task acceptance.zoo-refactoring when test work exposes a need to change pre-existing code outside the active subtask. It routes consequential cross-cutting changes to proposals, broad mundane refactors to separate subtasks/commits, and small low-pollution edits into the current task.Refactoring request and let the orchestrator update workflow state.Include Final-state validation in the test report:
passed, failed, expected failing-first failure, or not run