بنقرة واحدة
jp-ci-commit
ユーザー確認なしでセッション変更のgitコミットを自動作成します。CI/自動化ワークフローで対話的な承認なしにコミットを作成する場合に使用します。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
ユーザー確認なしでセッション変更のgitコミットを自動作成します。CI/自動化ワークフローで対話的な承認なしにコミットを作成する場合に使用します。
التثبيت باستخدام 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-ci-commit |
| description | ユーザー確認なしでセッション変更のgitコミットを自動作成します。CI/自動化ワークフローで対話的な承認なしにコミットを作成する場合に使用します。 |
| 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] で結果を表示する