بنقرة واحدة
commit-and-push
Full commit and push workflow with validation — groups files into logical commits
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Full commit and push workflow with validation — groups files into logical commits
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Create conventional git commits from all uncommitted changes. Extracts ticket numbers from branch names and uses conventional commit format.
Create conventional git commits from staged changes only. Extracts ticket numbers from branch names and uses conventional commit format.
Push current branch and create a GitHub pull request with proper formatting. Use when you have committed changes ready to be pushed and want to open a PR with a well-structured description.
Analyze and fix GitHub issues. Use when given a GitHub issue URL or number to investigate, understand the root cause, implement a fix, and verify the solution works.
Interview users in-depth to create detailed feature specifications. Use when gathering requirements for a new feature, understanding user needs, or creating PRDs. Asks probing questions about technical implementation, UI/UX, and edge cases.
Generate and maintain project documentation. Use when initializing docs for a new project, updating architecture docs, or creating feature specifications. Creates ai_docs/ and ai_specs/ folders with structured documentation.
استنادا إلى تصنيف SOC المهني
| name | commit-and-push |
| description | Full commit and push workflow with validation — groups files into logical commits |
| allowed-tools | Bash |
Perform a complete commit and push workflow with validation.
Check current git status — Review all modified files and understand what changes have been made
Create meaningful commits
PREFIX-NNNNN)PREFIX-NNNNN: descriptive messageVerify before commit
Group files into logical commits
Push to remote — Push commits to the current branch