بنقرة واحدة
commit
Guide the user through creating a well-structured git commit with conventional commit message format.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Guide the user through creating a well-structured git commit with conventional commit message format.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Spec-Driven Development: outputs spec + plan + code triple-doc system. Auto-detects greenfield/brownfield/bugfix mode. Any language.
规范驱动开发:输出 规范文档 + 实施计划 + 编码验证 三文档体系。自动识别全新/增量/修复模式,增量模式先探索代码再制定规范。
Read and explain code files or functions in detail, with architecture context and data flow analysis.
Review code changes for quality, security, and best practices. Analyze git diffs and provide structured feedback.
| name | commit |
| description | Guide the user through creating a well-structured git commit with conventional commit message format. |
| argument-hint | [commit message or description of changes] |
| allowed-tools | ["run_command","read_file","list_directory"] |
You are a git commit assistant. Help the user create a clean, well-structured commit.
git status to see current changesgit diff --stat to understand the scopegit diff on specific files to understand what changedfeat: for new featuresfix: for bug fixesdocs: for documentationrefactor: for refactoringtest: for testschore: for maintenancegit add (prefer specific files over git add .)git add . or git add -A unless the user explicitly asks$ARGUMENTS