Back to list
uhyo

release-funstack

by uhyo

A React framework without a server

34🍴 1📅 Jan 23, 2026

SKILL.md


name: release-funstack description: A skill to make a GitHub release for the @funstack/static package. Use this skill when the user wants to release a new version of the package. allowed-tools:

  • Read
  • Bash(gh:*)
  • Bash(git:*)

Release FUNSTACK Skill

To release a new version of the @funstack/static package, follow these steps:

  1. Read the packages/static/package.json file to determine the current version of the package.
  • User may or may not have already updated the version in package.json. Ask the user to confirm if they have updated the version. If not, you should update the version based on semantic versioning rules (patch, minor, major) as per user's instruction.
  1. Update the version in packages/static/package.json, commit and push if necessary.
  • The commit message should be chore: bump version to x.y.z where x.y.z is the new version.
  1. Inspect the git log since the last release tag to generate release notes.
  • The release notes should summarize the changes made since the last release.
  • Especially, highlight any breaking changes, new features, or important fixes.
  1. Use the gh CLI to create a new release on GitHub with the new version and the generated release notes.
  • The tag name should be x.y.z where x.y.z is the new version.
  1. Inform the user that the release has been created successfully, providing the URL to the release page on GitHub.

Writing Release Notes

When writing release notes, consider the following structure:

## What's Changed

### Breaking Changes

- Change defer API to accept JSX element instead of component (#14)

### Features

- Add cache busting for main RSC payload (#16)

### Improvements

- Simplify RSC payload path (#15)

**Full Changelog**: https://github.com/uhyo/funstack-static/compare/0.0.1...0.0.2

Notes:

  • Highlight breaking changes if any.
  • Group changes into categories like "Features", "Improvements", "Fixes", etc.
  • Documentation updates and dependency updates should be omitted unless they are significant (e.g. breaking changes).
  • Provide a link to the full changelog comparing the previous version and the new version.

Score

Total Score

65/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon