$npx skillfedfor your agent

release

This skill orchestrates the complete release process for claude-code-viewer, from version specification through signed commit creation, tag management, and GitHub Actions workflow monitoring. It handles version bumps (patch, minor, major, beta, or explicit semver), validates preconditions like SSH signing config, and guides you through GitHub Release note cleanup and publishing.

release executes an end-to-end version bump, tagging, and GitHub publishing workflow for claude-code-viewer.

AI-generated summary based on this skill's SKILL.md

1,262 154 MITupdated by d-kimuson

Decision gist · record as of 2026-05-10

release executes an end-to-end version bump, tagging, and GitHub publishing workflow for claude-code-viewer. This skill orchestrates the complete release process for claude-code-viewer, from version specification through signed commit creation, tag management, and GitHub Actions workflow monitoring. It handles version bumps (patch, minor, major, beta, or explicit semver), validates preconditions like SSH signing config, and guides you through GitHub Release note cleanup and publishing.

manual: git clone https://github.com/d-kimuson/claude-code-viewer → cp -r claude-code-viewer/.agents/skills/release ~/.claude/skills/release
.agents/skills/release/SKILL.md · version 87ac4838

Use it when

  • The release skill for claude-code-viewer supports patch, minor, and major version bumps following semantic versioning.
  • The release skill validates your SSH signing configuration as a precondition before proceeding.

Verify before relying

Read SKILL.md below before installing (1 file). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

d-kimuson/claude-code-viewer/release · repository language: TypeScript

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How do I release a new version of claude-code-viewer?

The release skill orchestrates the complete release process for claude-code-viewer, handling version bumps (patch, minor, major, beta, or explicit semver), creating signed commits and tags, and monitoring GitHub Actions workflow execution. You specify your desired version type or explicit semver, the skill validates your SSH signing configuration, and then guides you through GitHub Release note cleanup and publishing to finalize the release.

What version formats does release support?

The release skill for claude-code-viewer supports patch, minor, and major version bumps following semantic versioning, as well as beta releases and explicit semver specifications. You can release a patch fix, a minor version bump, a major version bump, beta versions like 0.8.0-beta.0, or specify an exact version number like 0.8.0 directly.

How does release handle signed commits and tags?

The release skill validates your SSH signing configuration as a precondition before proceeding. It manages the creation of signed commits and tags throughout the release process, ensuring your releases are cryptographically verified and secure. This signed release workflow is part of the end-to-end release automation for claude-code-viewer.

Can release automate GitHub Actions monitoring?

Yes, the release skill automates GitHub Actions monitoring and release workflow execution as part of its end-to-end release automation. It monitors the workflow as your release progresses, helping you track the release state and verify npm package publication without manual intervention.

What happens after the release workflow completes?

Once the release skill's GitHub Actions workflow completes, it guides you through GitHub Release note cleanup and publishing. You can review and polish the generated release notes before publishing them to GitHub Release, completing the full release process for claude-code-viewer.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

claude-code-viewer Release

Use this skill to perform an end-to-end release for this repository.

Inputs

Interpret the user's argument as the release version spec:

  • patch, minor, major, beta
  • or an explicit semver such as 0.8.0 / 0.8.0-beta.0

If no version spec is present, ask the user which one to use.

Preconditions

  1. Work from the repository root.
  2. Inspect the current branch and working tree:
git branch --show-current
git status --short
  1. If there are unrelated uncommitted changes, stop and ask the user how to handle them.
  2. If release-related changes were just made, commit them before running release because scripts/release.ts requires a clean working tree.
  3. The release script requires SSH signing config:
git config --get gpg.format
git config --get commit.gpgsign
git config --get tag.gpgsign

Expected values are

(truncated - see the full file via the links below)

File tree — 1 file
.agents/skills/release/SKILL.md

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Execute an end-to-end release with version bump, tagging, and publishing”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

Fix Schema
by d-kimuson · d-kimuson/claude-code-viewer

Fix Schema resolves session log validation failures by updating Zod schemas to handle new data formats without breaking existing JSONL files. It guides you through locating the relevant schema, updating type definitions, adding tests, and creating a pull request with all changes verified.

MITupdated May 2026
★ 1,262repo stars
i18n
by d-kimuson · d-kimuson/claude-code-viewer

Manage translations across multiple locales in Lingui catalogs without altering source keys or compiled outputs. The skill enforces preservation of placeholders, ICU syntax, and technical terminology while providing verification scripts to catch missing translations and ensure consistency.

MITfor claude-codeupdated May 2026
★ 1,262repo stars
submit-store-review
by K9i-0 · K9i-0/ccpocket

Submit Store Review guides you through submitting pre-built iOS and Android candidates to their respective app stores for review. It handles candidate selection, pre-submission verification, metadata synchronization, and rejection resubmission—keeping build creation separate from the submission workflow. The skill confirms metadata alignment, validates in-app purchases, and verifies final store status before and after submission.

MITfor claude-codedocs in Japaneseupdated Jul 2026
★ 998repo stars
generating-changelog
by streamlit · streamlit/streamlit

This skill automates the creation of polished changelogs for Streamlit releases by extracting and formatting commits between specified git tags. It leverages Claude Code to transform raw git history into publication-ready release notes, streamlining your documentation workflow and ensuring consistent changelog quality across versions.

Apache-2.0for claude-codeupdated Jul 2026
★ 45,372repo stars
release-bump
by mikeyobrien · mikeyobrien/ralph-orchestrator

Automate version bumping and release workflows for ralph-orchestrator by updating the workspace Cargo.toml file and pushing tags to trigger CI. The skill handles all seven version locations, runs tests, and coordinates with GitHub Actions to build binaries and publish to crates.io and npm.

MITfor claude-codeupdated Jul 2026
★ 3,077repo stars
Release
by max-sixty · max-sixty/worktrunk

Release orchestrates the full publication pipeline for Rust projects, handling version bumps, changelog updates, and multi-platform validation before pushing to crates.io and GitHub. It includes built-in safeguards for data-loss review and ensures nothing drifts into main during the release window.

no license declared → metadata onlyfor claude-codeupdated Jul 2026
★ 6,109repo stars

More skills output-workflow-reset (Apache-2.0) · check-sdk-updates (MIT)

Tags
version-bumpingnpm-publishinggit-automationrelease-orchestrationgithub-actions-cisemver-managementsigned-commitsrelease-notes-gen