بنقرة واحدة
commit-push-by-category
Group unstaged changes by category, commit each group via /commit, then push via /commit-push
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Group unstaged changes by category, commit each group via /commit, then push via /commit-push
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Create issues from specs/story.md. Use when user asks "Generate issues, generate issue [number].[title]"
Review code changes between two branches for clean code, style conventions, security vulnerabilities, and performance issues. Use when user asks "review code", "review my branch", "review-branch", or "review <branch> against <base>".
Create new agent skills with proper structure, progressive disclosure, and bundled resources. Use when user wants to create, write, or build a new skill.
Transform PRD into PR-sized tasks using tracer-bullet vertical slices. Creates phased implementation plan then groups into concrete tasks. Outputs specs/story.md with implementation checklist.
Sync local issue files to GitHub Issues. Use when user asks "sync issues to github"
Quality checks và fix lỗi.
| name | commit-push-by-category |
| allowed-tools | Bash(git:*), Skill |
| description | Group unstaged changes by category, commit each group via /commit, then push via /commit-push |
Group all changed files by logical category → run /commit per category → push via /commit-push.
Steps:
git status + git diff to see all changed/untracked filessrc/auth/ → auth)*.md → docs, all *_test.* / *_spec.* / *.test.* → test.zshrc → zsh, Brewfile → brew)miscfeature and test commitsgit add <files in this category>