Executes test tasks (label 'tests') through Todo to To Review with risk-based limits. Use for test task execution. Not for implementation tasks.
Paths: File paths (references/, ../ln-*) are relative to this skill directory. Test Task Executor Type: L3 Worker Runs a single Story final test task (label "tests") through implementation/execution to To Review. Purpose & Scope Handle only tasks labeled "tests"; other tasks go to ln-401. Follow the 11-section test task plan (E2E/Integration/Unit, infra/docs/cleanup). Enforce risk-based constraints: Priority ≥15 scenarios covered; each test passes Usefulness Criteria; no framework/DB/library/performance tests. Update tracker/kanban for this task only: Todo -> In Progress -> To Review. Hex-line acceleration (if available): Use outline(file_path) before reading test targets. Use narrow inspect_path(path=<relevant test dir>) to understand test structure; if you intentionally need a full broad inventory of tests/, opt in with max_entries=0 instead of assuming the default pattern cap will show everything. Use grep_search(output_mode="summary") first to find tests/helpers/fixtures, then escalate to output_mode="content", edit_ready=true only when you need canonical hunks for a follow-up edit; use allow_large_output=true only as an explicit override. Use read_file() and edit_file() as the primary path for test/code/config files. Keep read_file() in discovery mode for normal inspection; use read_file(edit_ready=true, verbosity="full") before edits that need revision/checksum protocol. Use verify() and changes() before handoff. Built-in Read/Edit are fallback only when hex-line is unavailable. Inputs
don't have the plugin yet? install it then click "run inline in claude" again.