ソース情報
- リポジトリ
- im9/inboil
- ソースの最終更新活動
- 2026年3月31日 09:50
- 検出された SKILL.md の言語
- 英語
- スター
- 1
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/im9/inboil --skill prコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Bump version, generate changelog draft, tag, and deploy a release.
Check docs/ai/ spec files and ADRs for inconsistencies with the actual codebase. Report only, no modifications.
Check docs/ai/ spec files and ADRs for inconsistencies with the codebase, then fix all discrepancies.
SOC 職業分類に基づく
SKILL.md を表示中
| name | pr |
| description | Create a feature branch, commit changes, push, and open a PR to main. |
| allowed-tools | Bash(git *), Bash(gh *), Read, Edit, Write, AskUserQuestion |
Create a feature branch from current changes, commit, push, and open a pull request.
/pr
git diff, git diff --cached, git status -u to see all changes.feat/xxx, fix/xxx, docs/xxx, refactor/xxx, chore/xxx). If already on a feature branch (not main), skip branch creation.git checkout -b {branch} (from main)./commit — analyze changes, draft message, stage specific files, commit with Co-Authored-By.git push -u origin {branch}gh pr create with title and body.
type: short summary (under 72 chars)
feat, fix, refactor, style, docs, choreCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>## Summary
<1-3 bullet points>
## Test plan
<bulleted checklist>
🤖 Generated with [Claude Code](https://claude.com/claude-code)
If already on a feature branch with an open PR:
git add -A — always add specific files