agent-sh

Ship Deployment — Testing skill for Claude Code

Testing community

Use when deploying and validating during /ship.

How to install Ship Deployment

Installs to ~/.claude/skills/agent-sh-ship-ship-deployment/SKILL.md

Terminal
mkdir -p ~/.claude/skills/agent-sh-ship-ship-deployment && curl -fsSL https://raw.githubusercontent.com/agent-sh/ship/HEAD/commands/ship-deployment.md -o ~/.claude/skills/agent-sh-ship-ship-deployment/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Ship Deployment does


description: "Use when deploying and validating during /ship. Details Railway/Vercel deployment, smoke testing, and rollback procedures." codex-description: "Use when deploying and validating during /ship. Details Railway/Vercel deployment, smoke testing, and rollback procedures."

Phases 7-10: Deploy & Validate - Reference

This file contains platform-specific deployment and validation for `/ship`.

**Parent document**: `ship.md`

**Note**: Skip all phases if `WORKFLOW="single-branch"

Alternatives in Testing

  • Webapp Testing — Test local web applications using Playwright for UI verification and debugging 94.1k ★
  • Fix Issue — by metabase - Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing sol 46.5k ★
  • Playwright — claude-plugins-official Browser automation, E2E testing, screenshots 29.4k ★

Full documentation available on GitHub

View Source Repository