ワンクリックで
commit-staged
Analyzes staged git changes, checks for issues, generates and executes commit with appropriate message.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Analyzes staged git changes, checks for issues, generates and executes commit with appropriate message.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use for non-trivial implementation tasks that require meaningful code changes.
Shared mailbox transport protocol for Agent Deck workflows.
Handles a `closeout_delivered` workflow message and completes planner-side closeout.
Generates a browser-check mailbox message for runtime page validation and sends it to a browser-tester session.
Claim pending agent mail with `mailbox_recv` and immediately execute the requested workflow action.
Send an `execute_plan` workflow message to a planner that should complete one supervisor-assigned goal inside one workspace and report back to a supervisor.
| name | commit-staged |
| description | Analyzes staged git changes, checks for issues, generates and executes commit with appropriate message. |
Analyze staged git changes, check for obvious mistakes, and execute git commit with a generated message.
git status - Check staged filesgit diff --staged - Review the changesgit commitStop and report if any of these are staged:
.env*, *.pem, *.key, credentials.*, secrets.*.DS_Store, Thumbs.dbconsole.log, debugger, print statements<<<<<<<, =======, >>>>>>>)