Agent skill
land-and-deploy
Merge the PR, wait for CI and deploy, verify production health. Takes over after ship. One command from "approved" to "verified in production."
Install this agent skill to your Project
npx add-skill https://github.com/DenchHQ/DenchClaw/tree/main/skills/gstack/land-and-deploy
SKILL.md
Land and Deploy — From Approved to Verified
Takes over where ship left off. Merge, deploy, verify.
Related skills: ship | canary | qa
Step 1: Pre-Merge Checks
gh pr checks
gh pr view --json reviewDecision -q .reviewDecision
- All CI checks must pass
- PR must be approved (or the user explicitly overrides)
Step 2: Merge
gh pr merge --squash --delete-branch
Use squash merge by default (clean history). If the user prefers merge commits, honor that.
Step 3: Wait for Deploy
Monitor the deployment:
- Check CI/CD status after merge
- Wait for deploy to complete (poll deployment status)
- If deploy fails, alert the user immediately
Step 4: Production Verification
After deploy completes:
- Navigate to the production URL
- Verify the shipped feature works
- Check for console errors
- Check for network errors
- Screenshot key pages
Step 5: Post-Deploy
DEPLOY REPORT
═══════════════════════════════════════
PR: #123 (merged)
Deploy status: SUCCESS
Production URL: https://app.example.com
Verification: PASS
═══════════════════════════════════════
If something breaks, offer to revert:
gh pr create --title "Revert: ..." --body "Reverting PR #123 due to ..."
For extended monitoring, use canary.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
dench-integrations
Connected app integration recipes for Dench Integrations (Gmail, Slack, GitHub, Notion, Google Calendar, Linear, Stripe, YouTube, and 500+ more)
gstack-workflow
Structured AI-assisted development workflow with specialist roles — Think, Plan, Build, Review, Test, Ship, Reflect. Adapted from garrytan/gstack (MIT).
plan-ceo-review
CEO/founder-mode plan review. Rethink the problem, find the 10-star product, challenge premises. Four modes: SCOPE EXPANSION, SELECTIVE EXPANSION, HOLD SCOPE, SCOPE REDUCTION. Use when reviewing strategy, questioning scope, or before engineering review.
investigate
Systematic root-cause debugging. Four phases: investigate, analyze, hypothesize, implement. Iron Law: no fixes without root cause investigation first. Use when debugging errors, unexpected behavior, or troubleshooting.
design-consultation
Build a complete design system from scratch. Research the landscape, propose safe choices AND creative risks, generate DESIGN.md. Use when creating a new design system or establishing design foundations for a project.
guard
Maximum safety mode — combines careful (destructive command warnings) with freeze (edit scope restriction). Use when working with production systems or making sensitive changes.
Didn't find tool you were looking for?