askill
deploy

deploySafety 25Repository

Deploy latest master to production with a version tag. Use when releasing to production or tagging a deploy.

23 stars
1.2k downloads
Updated 3/15/2026

Package Files

Loading files...
SKILL.md

Context

  • Current tags: !git tag --sort=-v:refname 2>/dev/null | head -5
  • Remotes: !git remote -v 2>/dev/null | head -10

Your task

Deploy the latest master to production by creating a version tag and pushing to the production branch. This works from any branch — no need to checkout master.

Step 1: Run the deploy script

Resolve the script path — use the first that exists:

  1. ~/.claude/skills/deploy/scripts/deploy.sh (deployed via symlink)
  2. agents/skills/deploy/scripts/deploy.sh (repo-relative, for development/workspaces)
bash <script-path>

Handle the exit code:

  • Exit 0 — Show the output block verbatim as your final response. Do not add commentary.
  • Exit 1 — Report the error from stderr.

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

48/100Analyzed 3/15/2026

Structured deploy skill with clear steps and exit code handling. Includes useful context (git tags, remotes) and when-to-use description. However, lacks safety measures for production deployment (no confirmations, no rollback), depends on external script whose contents are hidden, and appears project-specific given the agents folder location and specific path references. Tags provide some discoverability but overall it's an internal tool with moderate reusability potential."

25
70
50
60
60

Metadata

Licenseunknown
Version-
Updated3/15/2026
Publisherdrn

Tags

ci-cdllm