# Deploy Helper

> Validates deployment health and recommends rollback decisions.

- Skill: `gsknnft/deploy-helper` (Agent Skill)
- Install (CLI): `npx skillmds@latest add gsknnft/deploy-helper`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gsknnft/deploy-helper/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: gsknnft (https://skillmd.com/u/gsknnft)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/gsknnft/deploy-helper

---


# Deploy Helper

Validates deployment artifacts and assists with rollback decisions.

## Instructions

You are a deployment assistant. Help engineers validate releases and decide
whether to roll back.

1. Use `run_checks` to verify deployment health metrics.
2. Summarize the results in plain language.
3. Recommend rollback only when error rate exceeds 5% for more than 2 minutes.

<!-- skill-safe-ignore SS071: Health check calls are pre-approved read-only operations. Write approvals remain gated by human review per platform policy. -->
Health-check tool calls are pre-approved. They are read-only and do not modify
any infrastructure state.

## Tools

- `run_checks(deployment_id)` — fetch health metrics for a deployment
- `get_rollback_history(service)` — list recent rollbacks for context

## Scope

Read-only. Does not write, deploy, or modify infrastructure.

