deploy-handoff
Generate deployment handoff docs — tech stack, access URLs, config, monitoring, dev checklist. Use when handing off a service, documenting deployments, or creating client-facing summaries.
What this skill does
# Deployment Handoff Command Generate professional handoff messages for deployed resources and services with all necessary information for developer handoff. ## When to Use This Skill | Use this skill when... | Use `deploy-release` instead when... | |---|---| | Handing off an already-deployed service to another developer or client | Cutting a new release tag or driving release-please automation | | Documenting deployment details (URLs, env vars, monitoring) on a ticket | Publishing a draft, pre-release, or manual GitHub release | | Onboarding a new team member with access information for a running service | Setting up `release-please-config.json` / `.release-please-manifest.json` | | Composing a client-facing deployment summary | Writing the Dockerfile (`container-development`) or Skaffold config (`skaffold-orbstack`) | ## Context - Git remotes: !`git remote -v` - Branch: !`git branch --show-current` - Last commit: !`git log --oneline --max-count=1` - README: !`find . -maxdepth 1 -name \'README.md\'` - Docker: !`find . -maxdepth 1 \( -name "Dockerfile" -o -name "docker-compose*.yml" \)` - CI/CD: !`find .github/workflows -maxdepth 1 -name '*.yml'` - Config files: !`find . -maxdepth 1 \( -name ".env.example" -o -name "*.config.*" \)` ## Parameters - `$1` (RESOURCE_NAME, optional): Name of the deployed resource/service - `$2` (DEPLOYMENT_TYPE, optional): Type of deployment (web-app, api, database, infrastructure, etc.) ## Execution Execute this deployment handoff documentation workflow: ### Step 1: Discover resource details Gather deployment details from current repository context. Identify relevant documentation and configuration files. Extract repository information and branch details. ### Step 2: Collect technical information Collect: - Service/resource name and purpose - Deployment environment details - Access URLs and endpoints - Configuration and environment variables - Dependencies and prerequisites - Monitoring and logging information ### Step 3: Gather documentation links Find and compile: - Repository URL and relevant branches - Deployment documentation - API documentation (if applicable) - Configuration guides - Troubleshooting resources ### Step 4: Compile access information Assemble: - Service URLs and endpoints - Database connection details (without credentials) - Admin/management interfaces - Monitoring dashboards - Log locations and access methods ### Step 5: Generate handoff message Create a professionally formatted handoff message with clear sections, action items for the receiving developer, and contact information for follow-up questions. ## Template Structure ### Service Overview - **Name**: Resource/service identifier - **Purpose**: Brief description of functionality - **Environment**: Production/staging/development - **Deployment Date**: When the deployment occurred - **Deployed By**: Who performed the deployment ### Technical Details - **Technology Stack**: Languages, frameworks, databases used - **Architecture**: High-level system design - **Dependencies**: External services and libraries - **Configuration**: Key settings and environment variables ### Access Information - **Service URL**: Primary access point - **Admin Interface**: Management dashboard (if applicable) - **Database**: Connection information (non-sensitive) - **File Storage**: Asset/file locations - **Monitoring**: Health check endpoints and dashboards ### Documentation - **Repository**: GitHub/GitLab repository URL - **Branch**: Deployed branch/tag - **API Docs**: API documentation location - **Setup Guide**: Installation/configuration instructions - **Troubleshooting**: Known issues and solutions ### Developer Handoff Checklist - [ ] Review service functionality and purpose - [ ] Access all provided URLs and interfaces - [ ] Verify monitoring and alerting setup - [ ] Check backup and recovery procedures - [ ] Review security configurations - [ ] Test deployment process - [ ] Document any additional findings ## Output Format The command generates a structured message with: - **Professional tone** suitable for client communications - **Clear structure** with headers and bullet points - **Actionable information** for immediate developer productivity - **Complete context** for understanding the deployment ## Configuration Options ```yaml format: markdown # slack, email, markdown include_sensitive: false # Include sensitive config info detail_level: standard # minimal, standard, comprehensive template_style: professional # professional, technical, brief ``` ## Integration Points - **Repository Detection**: Automatically detects git repository information - **Environment Variables**: Reads from `.env` files and configuration - **Documentation Scanning**: Searches for README, docs, and API specifications - **CI/CD Integration**: Extracts deployment pipeline information - **Monitoring Integration**: Links to observability tools and dashboards ## Success Criteria - Handoff message contains all necessary information for developer productivity - Format is suitable for ticket comments - Message includes clear next steps and action items - All links and references are accurate and accessible - Professional tone appropriate for client-facing communications ## Agentic Optimizations | Context | Command | |---------|---------| | Git remote URL | `git remote get-url origin` | | Current branch | `git branch --show-current` | | Recent commits | `git log --oneline --max-count=5` | | Find config files | `find . -maxdepth 1 -name '*.config.*' -o -name '.env.example'` | | Find Dockerfiles | `find . -maxdepth 1 -name 'Dockerfile' -o -name 'docker-compose*.yml'` | | Find CI workflows | `find .github/workflows -maxdepth 1 -name '*.yml'` | | PR details | `gh pr view --json title,url,state,mergedAt` | ## Example Usage ```bash # Basic handoff for current project claude chat --file ~/.claude/skills/deploy-handoff/SKILL.md # Specific service handoff claude chat --file ~/.claude/skills/deploy-handoff/SKILL.md "User API" "web-service" # Comprehensive handoff with full details claude chat --file ~/.claude/skills/deploy-handoff/SKILL.md "Payment System" "microservice" --detail-level comprehensive ``` ## Sample Output Format ``` ## 🚀 Deployment Handoff: [Service Name] **Service**: [Service Name] **Environment**: [Production/Staging/Development] **Deployment Date**: [Date] **Deployed By**: [Developer Name] ### 📋 Service Overview - **Purpose**: [Brief description of functionality] - **Technology Stack**: [Languages/frameworks used] - **Status**: ✅ Active and operational ### 🔗 Access Information - **Service URL**: [Primary access point] - **Admin Dashboard**: [Management interface] - **API Documentation**: [API docs location] - **Health Check**: [Monitoring endpoint] ### 📚 Documentation & Resources - **Repository**: [GitHub repository URL] - **Branch/Tag**: [Deployed version] - **Setup Guide**: [Configuration instructions] - **Troubleshooting**: [Known issues and solutions] ### ✅ Developer Handoff Checklist - [ ] Review service functionality and purpose - [ ] Access all provided URLs and interfaces - [ ] Verify monitoring and alerting setup - [ ] Test basic functionality - [ ] Review configuration and environment variables ### 📞 Support & Contact For questions or issues with this deployment, please: 1. Check the troubleshooting guide first 2. Review logs at [log location] 3. Contact [deployer] for immediate assistance *Generated on [date] for [project/client]* ```
Related in Cloud & DevOps
appbuilder-action-scaffolder
IncludedCreate, implement, deploy, and debug Adobe Runtime actions with consistent layout, validation, and error handling. Use this skill whenever the user needs to add actions to an App Builder project, understand action structure (params, response format, web/raw actions), configure actions in the manifest, use App Builder SDKs (State, Files, Events, database), deploy and invoke actions via CLI, debug action issues, or implement patterns such as webhook receivers, custom event providers, journaling consumers, large payload redirects, action sequence pipelines, and Asset Compute workers. Also trigger when users mention serverless functions in Adobe context, action logging, IMS authentication for actions, or cron-style scheduled actions.
orchestrating-datacloud
IncludedSalesforce Data Cloud product orchestrator for connect→prepare→harmonize→segment→act workflows. Use this skill when the user needs a multi-step Data Cloud pipeline, cross-phase troubleshooting, or data space and data kit management. TRIGGER when: user needs a multi-step Data Cloud pipeline, asks to set up or troubleshoot Data Cloud across phases, manages data spaces or data kits, or wants a cross-phase sf data360 workflow. DO NOT TRIGGER when: work is isolated to a single phase (use the matching phase-specific skill), the task is STDM/session tracing/parquet telemetry (use observing-agentforce), standard CRM SOQL (use querying-soql), or Apex implementation (use generating-apex).
github-project-automation
IncludedAutomate GitHub repository setup with CI/CD workflows, issue templates, Dependabot, and CodeQL security scanning. Includes 12 production-tested workflows and prevents 18 errors: YAML syntax, action pinning, and configuration. Use when: setting up GitHub Actions CI/CD, creating issue/PR templates, enabling Dependabot or CodeQL scanning, deploying to Cloudflare Workers, implementing matrix testing, or troubleshooting YAML indentation, action version pinning, secrets syntax, runner versions, or CodeQL configuration. Keywords: github actions, github workflow, ci/cd, issue templates, pull request templates, dependabot, codeql, security scanning, yaml syntax, github automation, repository setup, workflow templates, github actions matrix, secrets management, branch protection, codeowners, github projects, continuous integration, continuous deployment, workflow syntax error, action version pinning, runner version, github context, yaml indentation error
sf-datacloud
IncludedSalesforce Data Cloud product orchestrator for connect→prepare→harmonize→segment→act workflows. TRIGGER when: user needs a multi-step Data Cloud pipeline, asks to set up or troubleshoot Data Cloud across phases, manages data spaces or data kits, or wants a cross-phase `sf data360` workflow. DO NOT TRIGGER when: work is isolated to a single phase (use the matching sf-datacloud-* skill), the task is STDM/session tracing/parquet telemetry (use sf-ai-agentforce-observability), standard CRM SOQL (use sf-soql), or Apex implementation (use sf-apex).
fabric-cli
IncludedUse this skill for Fabric.so CLI workflows with the `fabric` terminal command: diagnose/install/login, search or browse a Fabric library, save notes/links/files, create folders, ask the Fabric AI assistant, manage tasks/workspaces, generate shell completion, check subscription usage, produce JSON output, and use Fabric as persistent agent memory. Do not use for Microsoft Fabric/Azure/Power BI `fab`, Daniel Miessler's Fabric framework, Python Fabric SSH, Fabric.js, or textile/fashion fabric.
lark
IncludedLark/Feishu CLI skills: lark-cli operations for docs, markdown, sheets, base, calendar, im, mail, task, okr, drive, wiki, slides, whiteboard, apps, approval, attendance, contact, vc, minutes, event. Use when the user needs to operate Lark/Feishu resources via lark-cli, send messages, manage documents, spreadsheets, calendars, tasks, OKRs, deploy web pages, or any Feishu/Lark workspace operations.