将当前分支部署到测试环境。当用户要求部署、发布到测试或在 staging 环境测试时使用
97
Quality
95%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
执行部署前,必须验证:
当前分支所有变更已提交
git status 检查所有测试通过
npm test代码已推送到远程仓库
git push构建生产版本
npm run build:staging运行部署脚本
./scripts/deploy-staging.sh等待部署完成
验证部署
curl -f https://staging.example.com/health报告部署结果
如果部署失败:
.logs/deploy-staging-{timestamp}.log./scripts/rollback-staging.sh部署成功后,提醒用户验证:
b1b2fe0
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.