WI

Streamline deployment workflows to Grove-connected infrastructure nodes.

Install

mkdir -p .claude/skills/willow-deploy && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/12537" && unzip -o skill.zip -d .claude/skills/willow-deploy && rm skill.zip

Installs to .claude/skills/willow-deploy

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Push changes to a Grove-connected node and verify.
50 charsno explicit “when” trigger
Beginner

Key capabilities

  • Commit all changes on a feature branch
  • Push to GitHub
  • Run `willow.sh check-updates` to queue Grove notification
  • Log fork activity
  • Confirm with user that target node received update banner

How it works

The skill commits changes on a feature branch, pushes them to GitHub, and then queues a Grove notification using `willow.sh check-updates`. It also logs the fork activity and confirms the update with the user.

Inputs & outputs

You give it
changes on a feature branch
You get back
committed and pushed changes, Grove notification queued, and user confirmation of update banner

When to use willow-deploy

  • Deploying feature branches to remote nodes
  • Managing update queues
  • Verifying deployment success

About this skill

@markdownai v1.0

  1. Commit all changes on a feature branch: git add -p && git commit
  2. Push to GitHub: git push origin <feature-branch> && gh pr create --base master
  3. Run willow.sh check-updates to queue Grove notification
  4. fork_log(fork_id, "grove", "deploy", "github/<branch>", app_id="hanuman")
  5. Confirm with USER that target node received the update banner

For Felix: the update-check.timer fires every 30 min automatically. Felix sees a banner → clicks yes → willow.sh update runs → dashboard restarts.

When not to use it

  • When not pushing changes to a Grove-connected node
  • When not verifying updates on a Grove-connected node
  • When not using `willow.sh` for updates

Limitations

  • Requires a Grove-connected node
  • Requires `willow.sh` script
  • Requires `gh pr create` for pull request creation

How it compares

This workflow integrates with a specific `willow.sh` script and Grove notification system, providing a tailored deployment and verification process unlike a generic git push.

Compared to similar skills

willow-deploy side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
willow-deploy (this skill)02moNo flagsBeginner
deployment-pipeline-design62moReviewAdvanced
cloudflare-deploy36moReviewIntermediate
artifactory-module-architecture43moNo flagsIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

deployment-pipeline-design

wshobson

Design multi-stage CI/CD pipelines with approval gates, security checks, and deployment orchestration. Use when architecting deployment workflows, setting up continuous delivery, or implementing GitOps practices.

670

cloudflare-deploy

davila7

Deploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services. Use when the user asks to deploy, host, publish, or set up a project on Cloudflare.

342

artifactory-module-architecture

TencentBlueKing

Artifactory 制品库模块架构指南,涵盖制品上传下载、存储后端适配、制品元数据、清理策略、权限控制。当用户开发制品库功能、处理制品存储、配置清理策略或实现制品管理时使用。

419

deployment-engineer

sickn33

Expert deployment engineer specializing in modern CI/CD pipelines, GitOps workflows, and advanced deployment automation. Masters GitHub Actions, ArgoCD/Flux, progressive delivery, container security, and platform engineering. Handles zero-downtime deployments, security scanning, and developer experience optimization. Use PROACTIVELY for CI/CD design, GitOps implementation, or deployment automation.

418

genkit-infra-expert

jeremylongshore

Execute use when deploying Genkit applications to production with Terraform. Trigger with phrases like "deploy genkit terraform", "provision genkit infrastructure", "firebase functions terraform", "cloud run deployment", or "genkit production infrastructure". Provisions Firebase Functions, Cloud Run services, GKE clusters, monitoring dashboards, and CI/CD for AI workflows.

15

managing-deployment-rollbacks

jeremylongshore

Deploy use when you need to work with deployment and CI/CD. This skill provides deployment automation and orchestration with comprehensive guidance and automation. Trigger with phrases like "deploy application", "create pipeline", or "automate deployment".

11

Search skills

Search the agent skills registry