deploy
Installation
SKILL.md
Deploy Skill
Purpose
Automate the deployment pipeline: build → test → deploy → verify.
Prerequisites
- All tests passing
- Environment variables configured
- Access to deployment target
Steps
1. Verify Clean State
git status
git pull origin main