🚀
DevOpsTypeScript

Pre-Deploy

by Stanshy

Pre-Deploy is a DevOps skill for Claude Code, published by Stanshy in AgentHub.

201 stars23 forkson Stanshy/AgentHubAdded 2026/09/05+1% in starsRepository updated 2026/04/09
ai-agentsai-workflowclaude-codedeveloper-toolselectronharness-engineeringopen-sourceteam-managementtypescriptvue
Install in seconds
Install Pre-Deploy
Copy Pre-Deploy into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/Stanshy/AgentHub/tree/main/.knowledge/company/skill-templates/pre-deploy ~/.claude/skills/pre-deploy

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/Stanshy/AgentHub.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.knowledge/company/skill-templates/pre-deploy/SKILL.md in Stanshy/AgentHub
Installs to
~/.claude/skills/pre-deploy
Collection
One of 25 skills cataloged from this repository
Category
DevOps973 skills

What Pre-Deploy does

Pre-Deploy generates a pre-launch checklist report before G5 submission. Use it to verify CI, environment variables, database, Docker, and security items before deploying.

Pre-Deploy is cataloged under DevOps on DirSkills. Pre-Deploy comes from a repository tagged ai-agents, ai-workflow, claude-code, developer-tools and electron.

Documentation

README

預部署檢查

L1 提交 G5(部署就緒)前執行,產生預部署檢查報告。

使用方式

/pre-deploy [environment]

參數

  • $0: 目標環境(staging / production,預設 staging)
  • $ARGUMENTS: 完整參數

自動檢查項

1. CI 狀態

  • lint 通過(執行 npm run lint 或等效指令)
  • type-check 通過(執行 npm run typecheck 或等效指令)
  • 單元測試通過(執行 npm run test 或等效指令)
  • build 成功(執行 npm run build 或等效指令)

2. 環境變數

  • .env.example 存在且有內容
  • 所有程式碼中引用的環境變數都在 .env.example 中列出
  • production 環境設定已準備(CI workflow / docker-compose)

3. 資料庫

  • 所有 migration 已生成(無 pending changes)
  • seed 腳本可執行(如有)

4. Docker(如適用)

  • Dockerfile 存在且語法正確
  • docker-compose config 無語法錯誤
  • .dockerignore 排除測試檔案

5. 安全

  • 無硬編碼密碼或 API Key(grep 檢查)
  • .env 不在 git 追蹤中

手動確認項(列出供 L1 確認)

  • 回滾計畫已準備
  • 監控/告警已設定
  • 相關方已通知上線時間

This is the opening of the README. Read the full README on GitHub.

Commands Pre-Deploy provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /pre-deploy

Frequently asked about Pre-Deploy

  • What else does Stanshy publish alongside Pre-Deploy?

    Pre-Deploy is one of 25 skills that DirSkills catalogs from Stanshy/AgentHub, the repository it ships in. Its siblings there include Development Plan Generator, Gate Record and Harness Audit. Each one is a separate skill with its own page in this directory, installs the same way Pre-Deploy does, and is maintained by Stanshy in that same repository. The rest of the collection is listed on the Stanshy/AgentHub page.

  • How does Pre-Deploy compare to other DevOps skills?

    Pre-Deploy ranks #874 by stars among the 973 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Pre-Deploy against them. Open each page to compare what they document and how they install.

More from Stanshy/AgentHub

Pre-Deploy is one of 25 skills cataloged on DirSkills from Stanshy/AgentHub.

See all 25 skills