Agent Skills: deploy

Prepare deployment artifacts and verify CI/CD readiness

UncategorizedID: hivellm/rulebook/deploy

Repository

hivellmLicense: Apache-2.0
142

Install this agent skill to your local

pnpm dlx add-skill https://github.com/hivellm/rulebook/tree/HEAD/templates/skills/dev/deploy

Skill Files

Browse the full folder contents for deploy.

Download Skill

Loading file tree…

templates/skills/dev/deploy/SKILL.md

Skill Metadata

Name
deploy
Description
Prepare deployment artifacts and verify CI/CD readiness

Prepare the project for deployment.

If $ARGUMENTS is provided, focus on that specific deployment target or environment.

Steps:

  1. Verify the build succeeds with no errors
  2. Check CI/CD pipeline configuration is valid
  3. Validate environment variables and secrets are documented
  4. Review Dockerfile or deployment configs if present
  5. Generate a deployment checklist with any missing items