← スキル一覧に戻る

mflux-release
by filipstrand
mflux-releaseは、機械学習とAI開発のためのスキルです。モデル構築から運用まで、包括的で効率的なAI開発ワークフローをサポートします。
⭐ 1,780🍴 116📅 2026年1月23日
SKILL.md
name: mflux-release description: Prepare a release in mflux (version bump, changelog, uv lock) without tagging/publishing.
mflux release prep
Releases are prepared in-repo; tagging/publishing is handled by GitHub Actions.
When to Use
- You’re preparing a release PR.
- You need to bump version and update the changelog/lockfile correctly.
Instructions
- Prefer the existing Cursor command:
/release-prep
- Checklist:
- Bump version in
pyproject.toml - Review commits since last release tag:
git log --oneline v.<last-version>..HEAD
- Browse relevant file contents if needed to clarify changes
- Weigh commit impact: some are minor; skim earlier changelog entries to gauge what's worth reporting vs tiny fixes
- Add a descriptive entry to
CHANGELOG.mdbased on those commits - Update lockfile:
uv lock - Sanity checks (optional unless requested):
make test-fast,make build - Manual checks (optional): if the release includes CLI/callback/image-path changes, consider running the
mflux-manual-testingskill to exercise the touched commands and visually review outputs.
- Bump version in
- Do not tag releases locally unless explicitly requested (normally handled by CI).
スコア
総合スコア
80/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
✓人気
GitHub Stars 1000以上
+15
○最近の活動
3ヶ月以内に更新がある
0/10
✓フォーク
10回以上フォークされている
+5
○Issue管理
オープンIssueが50未満
0/5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
レビュー
💬
レビュー機能は近日公開予定です


