بنقرة واحدة
commit
stage the intended changes and write one clear conventional commit
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
stage the intended changes and write one clear conventional commit
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
coordinate a visible workflow and delegate self-contained tasks to subagents
Manage an engineering backlog for humans and AI agents: review the whole loop, classify issues, improve issue quality, sync pull-request state, and label safe tickets so AI agents know what work they can pick up. Use when GitHub Issues, GitHub Projects, Linear, or an explicit local backlog path is the source of truth.
review the current diff for correctness, security, and broken contracts
استنادا إلى تصنيف SOC المهني
| name | commit |
| description | stage the intended changes and write one clear conventional commit |
Create a single, well-scoped commit for the current work.
git status, git diff) and stage the files that
belong in this commit — nothing unrelated.type(scope): summary where type is
one of feat, fix, refactor, docs, test, chore. Keep the summary imperative
and under ~70 characters.Do not push unless asked. Do not commit secrets, build artifacts, or unrelated changes.