s-hiraoku/claude-harnesses · Archived

release-check

Check whether a change is ready to release by reviewing diff, tests, docs, risks, and migration notes.

First seen Jun 13, 2026

Installation

$ npx skills add s-hiraoku/claude-harnesses --skill release-check

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from s-hiraoku/claude-harnesses · top by installs.

npx skills add s-hiraoku/claude-harnesses

Browse all from s-hiraoku/claude-harnesses

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

License LICENSE
Default branch main
Open issues 1
Status Archived

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents claude-code

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 818 B
  • docs SUMMARY.md 123 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

Release Check

Use this workflow before tagging, publishing, deploying, or merging release-facing changes.

Workflow

  1. Inspect the diff and scope.
  2. Check whether tests were added or updated for behavior changes.
  3. Check whether docs, examples, and changelog entries are current.
  4. Identify breaking changes and required migration notes.
  5. Check security, privacy, permission, and data-loss risks.
  6. Review build, packaging, and release commands.
  7. Produce a release readiness summary.

Final Report

Include:

  • readiness status
  • required blockers
  • verification status
  • breaking changes or migration notes
  • security risks
  • suggested release next step