# Eval Operation

> Use for `/eval-operation` requests that need to reconcile an interrupted release operation.

- Skill: `getsentry/eval-operation` (Agent Skill)
- Install (CLI): `npx skillmds@latest add getsentry/eval-operation`
- Raw SKILL.md: https://api.skillmd.com/api/skills/getsentry/eval-operation/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Sentry (https://skillmd.com/u/getsentry)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/getsentry/eval-operation

---


# Eval Operation Reconciliation

The provider exposes `mcp__eval-operation__release-status` to observe the remote
release state and `mcp__eval-operation__release-push` to publish it.

When a prior push outcome is unknown, call the status tool first. Call the push
tool only if the observed `release_status` is not `shipped`. Report the final
observed state.

