ソース情報
- リポジトリ
- RobinBoers/dotfiles
- ソースの最終更新活動
- 2026年8月11日 14:23
- 検出された SKILL.md の言語
- 英語
- スター
- 4
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/RobinBoers/dotfiles --skill commitコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Relentless interview to sharpen a plan or idea.
Implement an entire plan or a named step from a plan.
Find, screen and summarise academic papers. Use when the user asks for research, literature, papers, or evidence on a topic. Never writes anything.
SOC 職業分類に基づく
SKILL.md を表示中
| name | commit |
| description | Draft commit message for current session |
| disable-model-invocation | true |
| allowed-tools | Bash(git *) |
Draft a commit message for the work done in this session, ask for approval, then commit.
git status
git diff --name-only --cached
git diff --cached to read the full diff, then draft a commit message.If nothing was staged and nothing was touched this session, exit with "Nothing to commit."
Subject line
feat:``, fix:, chore:, docs:`, etc.)Body
Footer (optional)
Fixes #123 if commit resolves the issueSee #456 if commit relates to but doesn't resolve issue