Agent skill
deploy
Prepare deployment artifacts and verify CI/CD readiness
Stars
10
Forks
1
Install this agent skill to your Project
npx add-skill https://github.com/hivellm/rulebook/tree/main/templates/skills/dev/deploy
SKILL.md
Prepare the project for deployment.
If $ARGUMENTS is provided, focus on that specific deployment target or environment.
Steps:
- Verify the build succeeds with no errors
- Check CI/CD pipeline configuration is valid
- Validate environment variables and secrets are documented
- Review Dockerfile or deployment configs if present
- Generate a deployment checklist with any missing items
Didn't find tool you were looking for?