一键导入
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<<<<<<<, =======, >>>>>>>)