agentskills.codes
ME

metravel-sprint-reviewer

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.zip

Installs 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.md
  • docs/RULES.md
  • docs/CODEX.md
  • docs/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.e2e using docs/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 done without real evidence for its Done gate.

Acceptance Loop

  1. Load the active sprint or requested task.
  2. For each candidate in review or testing, read the full description, dependencies, blockers, and Task Contract.
  3. Reject refinement gaps before runtime work:
    • missing Scope, User-visible result, Data/API contract, Dependencies, Fallback/mock policy, Validation, or Done gate
    • unresolved blocking dependency
    • needs_human=true without the human step completed
  4. 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
  5. Append evidence to the task description without erasing prior history.
  6. Move passing tasks to done. Move failing tasks back to review or blocked_by with 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

Search skills

Search the agent skills registry