release

Coordinate Paperclip release workflows from changelog preparation to npm publication.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/thetangstr/agentdash --skill release-thetangstr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release
Source: https://github.com/thetangstr/agentdash/tree/main/.agents/skills/release
Command: npx skills add https://github.com/thetangstr/agentdash --skill release-thetangstr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the entire Paperclip release process, ensuring coordinated verification, testing, documentation, and deployment.

Core Features & Use Cases

  • Changelog Drafting: Automates stable changelog generation and updates.
  • Release Verification: Runs validation gates including tests, build checks, and smoke tests.
  • Deployment Coordination: Facilitates tagging, GitHub release creation, and publishing to npm.
  • Use Case: When a team leadership requests to ship a new feature, use this Skill to handle all steps from code verification to public release.

Quick Start

Run the release coordination task to prepare and publish a new Paperclip version, ensuring all checks pass before deployment.

Frequently Asked Questions about release

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

FAQPage Schema
How do I coordinate a full npm package release workflow from testing to publishing?

Coordinating an npm package release involves running validation gates, preparing changelogs, tagging, and publishing. This Skill automates that entire deployment process to ensure reliable releases.

What's the best way to automate changelog generation and release verification together?

Automating changelog generation and release verification requires a coordinated workflow that drafts documentation and runs smoke tests. This Skill handles both tasks simultaneously to streamline deployment.

How does smoke testing work during a GitHub deployment workflow?

Smoke testing during a GitHub deployment workflow runs validation gates including tests and build checks before tagging. This ensures code stability before public release publication.

Can I use this release coordination process for a small team's deployment workflow?

Yes, this release coordination process suits teams needing to ship new features by handling all steps from code verification to public release. It requires no specific dependencies to execute.

Why does my release verification fail before npm publication?

Release verification fails before npm publication when validation gates like tests, build checks, or smoke tests detect errors. This Skill coordinates these checks to prevent unreliable deployments.

Do I need to manually create GitHub releases after tagging a deployment?

No, you do not need to manually create GitHub releases after tagging. This deployment coordination Skill facilitates tagging, GitHub release creation, and npm publishing automatically.