بنقرة واحدة
commit
Streamlined prompt for creating a single git commit with pre-populated context
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Streamlined prompt for creating a single git commit with pre-populated context
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Watch PR checks and merge when successful
全量分析现有代码仓库,逆向生成为 Codewave (LCAP) 规范模板,输出 spec.md + menus.md + TypeScript 实体/枚举文件。
分析代码仓库,自动识别功能模块并生成编号规格说明文档。多智能体架构:研究→规划→写作。
在任务生成后对 spec.md、plan.md 和 tasks.md 执行非破坏性的跨产物一致性和质量分析。
根据用户需求为当前功能生成自定义检查清单。
通过提出最多 5 个高度针对性的澄清问题来识别当前功能规格中未充分说明的区域,并将答案编码回规格中。
| name | commit |
| description | Streamlined prompt for creating a single git commit with pre-populated context |
| disable-model-invocation | true |
| allowed-tools | ["Bash(git add*)","Bash(git status*)","Bash(git commit*)"] |
git statusgit diff HEADgit branch --show-currentgit log --oneline -10Based on the above changes, create a single git commit:
Analyze all staged changes and draft a commit message:
Stage relevant files and create the commit:
git commit -m "Commit message here."
IMPORTANT: Sequential bash commands that depend on each other (e.g., git add → git commit) MUST NOT be called as separate parallel tool calls in one response. Instead, chain them with && in a single Bash tool call (e.g., git add . && git commit -m "msg").
Stage and create the commit. Do not use any other tools or do anything else. Do not send any other text or messages besides these tool calls.