Accept or reject metravel task-board tickets in an active sprint using real Done-gate evidence. Use when Codex is asked to review/close sprint tickets, move tasks from review/testing to done, verify Task Contracts, run acceptance checks, or decide what can safely ship from the MCP task board.
Install
mkdir -p .claude/skills/metravel-sprint-reviewer && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/13365" && unzip -o skill.zip -d .claude/skills/metravel-sprint-reviewer && rm skill.zipInstalls to .claude/skills/metravel-sprint-reviewer
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Accept or reject metravel task-board tickets in an active sprint using real Done-gate evidence. Use when Codex is asked to review/close sprint tickets, move tasks from review/testing to done, verify Task Contracts, run acceptance checks, or decide what can safely ship from the MCP task board.293 chars✓ has a “when” triggerlonger than Claude Code's old 250-char listing cap (fine on current versions)
About this skill
Metravel Sprint Reviewer
Use this skill for board acceptance, not implementation. Code fixes go back to the owning implementation skill.
Read first:
AGENTS.mddocs/RULES.mddocs/CODEX.mddocs/TASK_BOARD_MCP.md- relevant feature docs and the ticket's Task Contract.
Board Rules
- Use the shared MCP task board tools only.
- If board endpoints return
HTTP 401, refresh the staff token through.env.e2eusingdocs/TASK_BOARD_MCP.md; never print the token. - Review only the requested ticket or active sprint scope.
- Do not create new feature code while acting as reviewer.
- Do not move a task to
donewithout real evidence for its Done gate.
Acceptance Loop
- Load the active sprint or requested task.
- For each candidate in
reviewortesting, read the full description, dependencies, blockers, and Task Contract. - Reject refinement gaps before runtime work:
- missing
Scope,User-visible result,Data/API contract,Dependencies,Fallback/mock policy,Validation, orDone gate - unresolved blocking dependency
needs_human=truewithout the human step completed
- missing
- Run or inspect the exact validation required by the Done gate:
- targeted tests or governance checks
- browser/API probes against the target environment
- device/mobile evidence when the contract requires it
- Append evidence to the task description without erasing prior history.
- Move passing tasks to
done. Move failing tasks back torevieworblocked_bywith a concise blocker.
Output
Return a compact Sprint Review:
- tasks accepted with evidence
- tasks rejected with blockers
- checks/probes run
- tasks that need human or backend follow-up
- any board/token/access blocker