How this skill is triggered — by the user, by Claude, or both
Slash command
/lomo-kits:auto-deployThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- 改完代码要部署到服务器时
/auto-deploy # 部署当前项目
/auto-deploy lomo-bot # 指定部署目标
/auto-deploy ov-webui to myserver # 指定项目和服务器
按以下循环执行,最多 5 轮,期间不要问我:
输出每轮的摘要:
npx claudepluginhub 15195999826/lomomarketplace --plugin lomo-kitsGuides reliable deployments in environments without CI/CD platforms using shell scripts, blue-green switching, smoke tests, and rollback.
Deploys features to dev/staging/prod environments with level-based CI/CD strategy. Generates pipeline files, enforces promotion gates, and supports rollback.
Set up a complete deployment configuration — Dockerfile, deployment manifest, environment config, and rollback procedure. Use when asked about "deployment setup", "how do I deploy this", "deployment strategy", or "rollback plan".