بنقرة واحدة
git-commit
Analyzes staged changes and writes a git commit message. Use when you need to generate a commit message.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Analyzes staged changes and writes a git commit message. Use when you need to generate a commit message.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | git-commit |
| description | Analyzes staged changes and writes a git commit message. Use when you need to generate a commit message. |
| allowed-tools | Bash(gh *), Bash(git diff *), Bash(git status *), Bash(git log *), Bash(git show *) |
Please review the staged changes and write a git commit message. Only include quantitative improvement details (such as "reduced X lines of code" or "improved performance by X%") when they are truly necessary.
Analyzes changes in the current branch, creates a PR with title and body, then submits it to GitHub. Use when you need to create a pull request.
Adds a review line comment to a specific file and line in the current PR. Use when you want to leave a code review comment on a PR.
Creates a GitHub issue, adds it to a project, and creates a branch from the issue. Use when the user wants to create a new issue and start working on it.