بنقرة واحدة
commit
Propose a conventional commit message for the current diff
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Propose a conventional commit message for the current diff
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Add user-facing entries to CHANGELOG.md's Unreleased section for recent changes
Remove AI-generated code slop from a diff, path, branch, or repository
Review a diff for AI-shaped code before a PR, commit, or final summary
Remove useless comments and keep only human-useful context
Flatten nested conditionals and make the happy path readable
Audit a diff for the five dangerous AI patterns
استنادا إلى تصنيف SOC المهني
| name | commit |
| description | Propose a conventional commit message for the current diff |
Run git diff HEAD and git status, then propose a commit message.
Read commitlint.config.ts for the enforced format rules. Follow them exactly.
Keep the subject short and imperative. Do not add a body unless the change is genuinely complex.
git commit until the user confirms.