ソース情報
- リポジトリ
- opsmill/infrahub-mcp
- ソースの最終更新活動
- 2026年5月5日 20:17
- 検出された SKILL.md の言語
- 英語
- スター
- 10
- フォーク
- 4
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/opsmill/infrahub-mcp --skill speckit-checkpoint-commitコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
SKILL.md を表示中
| name | speckit-checkpoint-commit |
| description | Commit changes at meaningful checkpoints throughout the workflow |
| compatibility | Requires spec-kit project structure with .specify/ directory |
| metadata | {"author":"github-spec-kit","source":"checkpoint:commands/commit.md"} |
Stages all current changes and creates a commit with a descriptive message reflecting the work just completed. This command should be called by the agent at two points during the spec-kit workflow:
Commit immediately after each of these steps completes:
Use the task list generated during the tasks step as a reference for when to commit. Good checkpoints include:
The agent should use judgment — the goal is to produce commits that are meaningful and reviewable, not to commit after every single file change.
git add -A)git commit -m "<message>")constitution: establish project principles, tasks: break down implementation into actionable items)implement user authentication service, add product listing page and API routes)