ソース情報
- リポジトリ
- ai-dynamo/aitune
- ソースの最終更新活動
- 2026年5月29日 10:13
- 検出された SKILL.md の言語
- 英語
- スター
- 280
- フォーク
- 31
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/ai-dynamo/aitune --skill aitune-releaseコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
| name | aitune-release |
| description | Use when creating a new release tag for the project |
| allowed-tools | Bash |
| license | Apache-2.0 |
Before tagging, verify:
Working tree is clean:
git status --short
If there are uncommitted changes, stop and ask the user to commit or stash them first.
Current branch is main and up to date:
git branch --show-current
git fetch origin && git status
Latest pipeline on main is passing — check in CI/CD pipelines before tagging. A tag pushed against a failing pipeline will trigger a broken deploy. Stop and ask the user to confirm the pipeline is green.
Read the latest tag from origin:
git fetch --tags origin
git tag --sort=-version:refname | head -5
Ask the user: major, minor, or patch?
Compute the next version:
v1.2.3v2.0.0, Minor → v1.3.0, Patch → v1.2.4Propose the tag (e.g. v1.3.0) and wait for confirmation.
On confirmation, create an annotated tag and push:
git tag -a v1.3.0 -m "Release v1.3.0"
git push origin v1.3.0
Pushing the tag triggers the GitLab CI tag pipeline automatically.
Use when a user asks to tune, optimize, accelerate, or deploy a PyTorch model or inference pipeline for GPU performance.
Use when measuring inference performance of a PyTorch model before and after AITune optimization — capturing baseline, compilation time, tuned throughput, and speedup.
Use when creating a git commit to ensure the message follows the Conventional Commits specification
SOC 職業分類に基づく