Agent Skills: deployment-manager

Deploys the project to staging or production using this project's scripts.

UncategorizedID: okgoogle13/careercopilot/deployment-manager

Install this agent skill to your local

pnpm dlx add-skill https://github.com/okgoogle13/careercopilot/tree/HEAD/.claude/skills/deployment-manager

Skill Files

Browse the full folder contents for deployment-manager.

Download Skill

Loading file tree…

.claude/skills/deployment-manager/SKILL.md

Skill Metadata

Name
deployment-manager
Description
Deploys the project to staging or production using this project's scripts.

Purpose

Deploys the project to staging or production using project-specific scripts, ensuring pre-deployment checks are passed.

When to Use

  • When asked to "deploy" or "push to staging/production".
  • When verifying the readiness of a frontend or backend build for a specific environment.

Process

  1. Target Selection: Ask for the environment (e.g., staging, production, frontend).
  2. Pre-check: Run ./scripts/test-deployment.sh and report output.
  3. Confirmation: Request user approval before final deployment.
  4. Execution: Run ./scripts/deploy.sh {{TARGET}}.
  5. Reporting: Provide final output and URLs.