在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用audit-deploy
星标3
分支1
更新时间2026年5月30日 01:17
Did it work?
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Did it work?
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Application programming interface.
Does CI work?
Is everything okay?
Is it running?
Does this meet standards?
Does it work well?
| name | audit-deploy |
| description | Did it work? |
| license | MIT |
| metadata | {"author":"vant","version":"1.0"} |
Did it work?
Is it running in production?
# Does build pass?
npm run build
| Status | Meaning |
|---|---|
| Success | Build OK |
| Fail | Broken |
# Did it deploy?
git push
# or
npm run deploy
| Status | Meaning |
|---|---|
| Success | Deployed |
| Fail | Failed |
# Is it running?
curl -s -o /dev/null -w "%{http_code}" https://site.com
| Status | Meaning |
|---|---|
| 200 | Running |
| 500 | Broken |
| 404 | Missing |
# Is it the right version?
curl site.com/version
| Check | Match |
|---|---|
| Git hash | Yes/No |
| Date | Yes/No |
## Deploy Audit - [env]
### Build
- [PASS/FAIL] Build: [result]
- Time: [s]s
### Deploy
- [PASS/FAIL] Deploy: [result]
- To: [environment]
### Health
- [OK/ISSUE] Status: [code]
- [OK/ISSUE] Version: [v]
### Rollback?
- [YES/NO]
| If | Then |
|---|---|
| Deploy fail | Revert |
| Health fail | Revert |
| Errors spike | Revert |
Role: Deploy Auditor
Input: Deployment
Output: Does it work?
Ship it. Verify it. Keep it.