deploy

star 3

Deploy the application or manage infrastructure. Handles Docker builds, CI/CD, and deployment workflows.

yu-iskw By yu-iskw schedule Updated 2/7/2026

name: deploy description: Deploy the application or manage infrastructure. Handles Docker builds, CI/CD, and deployment workflows. argument-hint: "[environment or action]" disable-model-invocation: true

Deploy

Execute the following deployment/infrastructure task:

$ARGUMENTS

Pre-deployment Checklist

  1. Verify build: Ensure the project builds successfully
  2. Run tests: All tests should pass
  3. Check lint: Code should pass linting checks
  4. Review environment: Verify environment configuration

Docker Deployment

# Build and start all services
docker-compose up --build

# Build specific service
docker-compose build [service-name]

# View logs
docker-compose logs -f [service-name]

Environment Variables

Ensure all required environment variables are set according to project documentation.

Post-deployment Verification

  1. Health check: Verify the application is running
  2. Test endpoints: Verify key functionality works
  3. Monitor logs: Check for errors or warnings
Install via CLI
npx skills add https://github.com/yu-iskw/software-development-team-plugin --skill deploy
Repository Details
star Stars 3
call_split Forks 1
navigation Branch main
article Path SKILL.md
More from Creator