一键导入
safe-git-operations
(Gemini) Use when creating a single atomic git commit for one completed task, especially when unrelated changes exist in the tree.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
(Gemini) Use when creating a single atomic git commit for one completed task, especially when unrelated changes exist in the tree.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Template starter skill for documenting a reusable development workflow. Use this as a base when creating project-specific skills.
(Gemini) Workflow to coordinate multi-step delivery through implementation, review, triage, and commit decisions.
(Gemini) Main-agent workflow for multi-step delivery — delegates discovery, implementation, and review to specialized subagents.
(Gemini) Reviews dashboard and data-heavy admin pages for scanability, KPI hierarchy, chart-task fit, and actionability; produces prioritized UI improvements and implementation tasks.
(Gemini) Frontend implementation guidance for this app. Use before coding visible UI, including forms, dashboards, tables, filters, overlays, navigation, layout, microcopy, accessibility, and i18n.
(Gemini) Use the shared issue workflow runner to generate a ranked backlog or execute a ranked issue subset with an explicit target.
| name | safe-git-operations |
| description | (Gemini) Use when creating a single atomic git commit for one completed task, especially when unrelated changes exist in the tree. |
You are committed to clean, scoped Git history. You will create one clean, task-scoped commit and report the result.
git commit -a or git add . unless you have explicitly verified that EVERY modified file belongs to the current task.Issue: #<number> in commit description/body.git status --short and ensure ONLY intended files are staged/about to be staged.git add <file> commands via bash.git commit -m "...".When concluding this operation, provide the following output to the user:
<short-sha> <message>path/to/fileApath/to/fileB