releasing-clickup-cli

Automate npm publish, Homebrew tap updates, and agent skill sync for clickup-cli releases.

102|17|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/krodak/clickup-cli --skill releasing-clickup-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: releasing-clickup-cli
Source: https://github.com/krodak/clickup-cli/tree/main/.agents/skills/releasing-clickup-cli
Command: npx skills add https://github.com/krodak/clickup-cli --skill releasing-clickup-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Releasing a new version of the ClickUp CLI across npm, Homebrew, and the agent skill requires coordinating multiple systems and manual steps. This Skill automates version bumps, release-note generation, and cross-channel publication to reduce errors and speed up releases.

Core Features & Use Cases

  • Automated version bump and tagging to synchronize npm, Homebrew, and local skill metadata.
  • Release notes generation and synchronization to keep SKILL.md and docs aligned with the version.
  • End-to-end release workflow orchestration including npm publish, Homebrew tap update, and agent-skill sync.
  • Use Case: When preparing a new CLI release, run this Skill to perform all steps and verify artifacts before deployment.

Quick Start

Initiate a release by bumping the version, publishing artifacts, and syncing the agent skill.

Frequently Asked Questions about releasing-clickup-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate npm publish and Homebrew tap updates for a CLI release?

Automating npm publish and Homebrew tap updates requires an end-to-end workflow that triggers publication, updates the tap, and syncs metadata. This coordinates cross-channel publication to reduce manual errors and speed up CLI release cycles.

What is the best way to synchronize release notes with npm and Homebrew versions?

Synchronizing release notes across npm and Homebrew involves automated version consistency checks and metadata synchronization during the release workflow. This ensures SKILL.md and documentation remain aligned with the published version across all distribution channels.

Can I use a single workflow to bump versions and deploy to npm and Homebrew?

Yes, a single end-to-end workflow can bump versions and deploy to both npm and Homebrew. The process automates version tagging, triggers npm publish, updates the Homebrew tap, and verifies artifact consistency before deployment.

Does an automated CLI release workflow check for version consistency across channels?

An automated CLI release workflow implements version consistency checks to verify alignment across npm, Homebrew, and agent skill metadata. These checks validate that version bumps synchronize correctly before cross-channel publication completes.

When do I need to sync agent skill metadata during a CLI release?

You need to sync agent skill metadata during a CLI release when bumping versions and publishing artifacts. This synchronization ensures local skill metadata stays aligned with the new version deployed to npm and updated in the Homebrew tap.