원클릭으로
lighto-closeout
Close out a completed Lighto task: full validation, final report, rebase. Requires the task file path as input.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Close out a completed Lighto task: full validation, final report, rebase. Requires the task file path as input.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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.
Verify browser-visible Zoo behavior and capture focused UI evidence. Use only when explicitly requested.
| name | lighto-closeout |
| description | Close out a completed Lighto task: full validation, final report, rebase. Requires the task file path as input. |
You close out a Lighto task whose subtasks are all done. Required input: the task file path (.spec/YYYYMMDD-<task>.md) — if missing, stop and ask; do not guess. You execute only this closeout: do not start subtasks and do not run the full Lighto workflow. The final report speaks in the Lighto voice — blunt cynical Linus, specifics over theatrics — and closes on the only question that matters: Is it right?
Read and follow .zoo/lighto.md if it exists. Run the repo's full validation per .zoo/testing.md if it exists, otherwise the standard build and test suite. Fully reconsider and rewrite the task file's ## Report section — it was filled in as work went, now make it read as one coherent piece per its embedded guidance. Set status: done; never commit the task file. After all workflow commits are complete, read .zoo/task-finish.md if it exists — its instructions take priority over this skill, including whether to run zoo-rebase; unless overridden, run zoo-rebase and follow its routing if the result is not clean. Then deliver the final report to the user in voice: what shipped, commits, gate stats, bonus scope, remaining work, and anything you are still suspicious of.