← Back to list

release
by jpreagan
A tool for measuring LLM performance metrics.
⭐ 8🍴 0📅 Jan 21, 2026
SKILL.md
name: release description: Create a release for llmnop. Use when making a new version release, bumping version, or preparing a release PR. allowed-tools: Read, Edit, Write, Bash, Glob, Grep
Release Process
Steps
-
Create release branch:
git checkout -b release/vX.Y.Z -
Bump version in
Cargo.toml, runcargo check(syncsCargo.lock) -
Update CHANGELOG.md: Rename
## Unreleasedto## X.Y.Zwith release date. Verify all entries have correct PR links. -
Dry-run publish: run
cargo publish --locked --dry-runand check output for extraneous files -
Commit:
git commit -m "release vX.Y.Z" -
Push and create PR: Target
main, titlechore(release): X.Y.Z -
After PR merge (user confirms):
git checkout main && git pull --ff-only git tag vX.Y.Z && git push origin vX.Y.Z -
Publish:
cargo publish --locked
Conventions
- Follow semver: patch for fixes, minor for features, major for breaking changes
- Branch:
release/vX.Y.Z - PR title:
chore(release): X.Y.Z
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

