release

/project:release <version>

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "release" with this command: npx skills add kouko/monkey-knowledge-youtube-skills/kouko-monkey-knowledge-youtube-skills-release

Release New Version

Quick Start

/project:release <version>

Parameter Description

version

Target version (e.g. 1.2.0 ). Determines SemVer bump level

How it Works

  1. Determine Version Bump

Analyze commits since last release (git log <last-tag>..HEAD ) and apply:

Commit Type Bump Example

feat Minor 1.0.0 → 1.1.0

refactor Minor 1.1.0 → 1.2.0

fix / internal Patch 1.0.0 → 1.0.1

breaking change Major 1.0.0 → 2.0.0

  1. Bump Skill Versions

Update metadata.version in each skills/*/SKILL.md :

  • Skills with functional changes: Minor or Patch based on scope

  • Skills with only utility_ changes: Patch bump

  1. Bump Plugin Version

Update version in all 3 files (must be identical):

File Fields

.claude-plugin/plugin.json

version

.claude-plugin/marketplace.json

metadata.version

  • plugins[0].version

gemini-extension.json

version

  1. Update CHANGELOG.md

Insert new section before the previous version entry. Format: Keep a Changelog

Sections: Added / Changed / Fixed / Internal

Append comparison link at bottom: [X.Y.Z]: https://github.com/kouko/monkey-knowledge-youtube-skills/compare/vPREV...vX.Y.Z

  1. Verify

Run bash scripts/verify-utility-sync.sh — all utility_ copies must be identical.

  1. Commit & PR
  • Commit: chore: bump version to X.Y.Z

  • Push branch → Create PR → Merge

  1. Tag & GitHub Release

After PR merge, on main:

git tag vX.Y.Z git push origin vX.Y.Z gh release create vX.Y.Z --title "vX.Y.Z" --notes "<CHANGELOG content for this version>"

Checklist

  • All skills/*/SKILL.md versions bumped

  • 3 plugin/extension configs have identical version

  • CHANGELOG.md has new version section + comparison link

  • verify-utility-sync.sh passes

  • Commit message follows chore: bump version to X.Y.Z

  • PR created and merged

  • Tag pushed

  • GitHub Release created (with release notes from CHANGELOG)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

mk-youtube-get-channel-latest

No summary provided by upstream source.

Repository SourceNeeds Review
Research

mk-youtube-transcript-summarize

No summary provided by upstream source.

Repository SourceNeeds Review
Research

mk-youtube-get-audio

No summary provided by upstream source.

Repository SourceNeeds Review