Agent skill
deploy
Generate deployment checklist with pre-flight checks and rollout strategy
Install this agent skill to your Project
npx add-skill https://github.com/thoreinstein/opencode-config/tree/main/skill/deploy
SKILL.md
Deployment Checklist & Pre-flight
Current Time: !date
K8s Context: !kubectl config current-context
Generate a deployment checklist with pre-flight checks, rollout strategy, and verification steps. Documents to Obsidian.
Input
- Target: service, environment, or release
- Scope: what's being deployed (commits, features, fixes)
- Optional: deployment strategy preference (rolling, blue-green, canary)
Investigation Strategy
Launch parallel investigation tracks:
Track 1: Codebase Exploration (explore agent)
- Identify changes included in deployment
- Find database migrations
- Detect configuration changes
- Map affected services and dependencies
- Locate feature flags
Track 2: Infrastructure Analysis (inferred agent: k8s/gcp-dev)
- Review deployment manifests
- Check resource requirements
- Verify environment configuration
- Assess scaling and rollout settings
Track 3: External Research (librarian agent)
- Check for known issues with dependencies being updated
- Find deployment best practices for change types
Output
Write to Obsidian via obsidian_append_content at:
$OBSIDIAN_PATH/Deployments/YYYY-MM-DD-HHMM-service-env.md
Note:
$OBSIDIAN_PATHmust be a vault-relative path (e.g.,Projects/myapp), set per-project via direnv. Theobsidian_append_contenttool expects paths relative to the vault root.
Document Structure
Use this template for the Obsidian document:
@~/.config/opencode/templates/deploy-checklist.md
Behavior
- Parse target to identify service, environment, and scope
- Infer appropriate infrastructure agent (k8s, gcp-dev)
- Launch explore, librarian, and inferred agent in parallel
- Identify all changes, migrations, and config updates
- Generate appropriate rollout strategy
- Create pre-flight and verification checklists
- Write deployment doc to Obsidian via
obsidian_append_contentwith auto-generated filename:YYYY-MM-DD-HHMM-service-env.md
$ARGUMENTS
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
seo
Implement SEO optimizations for specified pages or entire site
runbook
Generate operational runbooks for services, procedures, or incident response
file-organizer
Intelligently organizes your files and folders across your computer by understanding context, finding duplicates, suggesting better structures, and automating cleanup tasks. Reduces cognitive load and keeps your digital workspace tidy without manual effort.
brainstorming
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
ultrathink
Ultra-deep multi-perspective analysis for complex architectural and strategic decisions
commit
Analyze unstaged changes and suggest atomic commit groups with messages
Didn't find tool you were looking for?