بنقرة واحدة
new-branch
Create a new feature branch from main with proper naming convention
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Create a new feature branch from main with proper naming convention
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Mark a task as done — close the GitHub issue and clean up labels
Pick the next task from the GitHub project board for this repository
Run a security-focused review of recent changes using the security-reviewer agent
Run tests for a specific package by name or detect from current working directory
Verify a trace file's integrity and evaluate it against a policy in one step
Run documentation governance checks to verify docs consistency and claim accuracy
| name | new-branch |
| description | Create a new feature branch from main with proper naming convention |
| allowed-tools | Bash |
| user-invocable | true |
| argument-hint | ["branch-type/description","e.g. \"feat/add-metrics\" or \"fix/seed-validation\""] |
Create a new branch from an up-to-date main.
git status)git checkout main && git pullgit checkout -b $ARGUMENTSBranches must follow: {type}/{short-description}
Valid types:
feat/ — new featuresfix/ — bug fixeschore/ — maintenancedocs/ — documentation onlyIf the user's input doesn't follow this convention, suggest a correction before proceeding.