ワンクリックで
jp-commit
明確でアトミックなメッセージでセッション変更のgitコミットを作成します。コーディングセッション中の変更をベストプラクティスに従ったコミットメッセージでコミットする必要がある場合に使用します。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
明確でアトミックなメッセージでセッション変更のgitコミットを作成します。コーディングセッション中の変更をベストプラクティスに従ったコミットメッセージでコミットする必要がある場合に使用します。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Create handoff document for transferring work to another session. Use when ending a session and need to document progress for continuation later.
作業を別のセッションに引き継ぐための引き継ぎドキュメントを作成します。セッション終了時に後で継続するための進捗を文書化する必要がある場合に使用します。
並行サブエージェントを生成して調査結果を統合することで、コードベース全体にわたる包括的な調査を実施して質問に回答します。コードの動作方法の理解、コンポーネントの場所の特定、アーキテクチャの文書化、またはシステム間の接続のトレースを行う場合に使用します。
Conduct comprehensive research across the codebase to answer questions by spawning parallel sub-agents and synthesizing findings. Use when the user wants to understand how code works, find where components live, document architecture, or trace connections between systems.
Create git commits for session changes automatically without user confirmation. Use for CI/automation workflows where commits should be created without interactive approval.
Create git commits for session changes with clear, atomic messages. Use when you need to commit changes made during a coding session with proper commit messages following best practices.
| name | jp-commit |
| description | 明確でアトミックなメッセージでセッション変更のgitコミットを作成します。コーディングセッション中の変更をベストプラクティスに従ったコミットメッセージでコミットする必要がある場合に使用します。 |
| compatibility | GitHub Copilot CLI用に設計 |
| metadata | {"author":"humanlayer","version":"1.0","original-source":"https://github.com/humanlayer/humanlayer"} |
このセッション中に行われた変更に対してgitコミットを作成するタスクです。
git status を実行して現在の変更を確認するgit --no-pager diff を実行して変更内容を理解するgit add で特定のファイルを指定する(-A や . は使用しない)git commit -m を使用してコミットを作成するgit --no-pager log --oneline -n [number] で結果を表示する