بنقرة واحدة
commit
Create one or more atomic commits from current changes, grouping by logical unit
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Create one or more atomic commits from current changes, grouping by logical unit
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Reviews a GitHub PR and creates a pending review with editorially gated inline/body findings. Use when the user asks to review a PR or create a draft GitHub review.
Load machine-local rule overrides for a given skill from the shared ~/.agents skills directory.
Create a JIRA ticket interactively — gathers requirements through conversation, proposes the ticket, and creates it after approval
Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and documented decisions.
Compact the current conversation into a handoff document for another agent to pick up.
Find deepening opportunities in a codebase, informed by the domain language in .agent-state/CONTEXT.md and the decisions in .agent-state/adr/. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more testable and AI-navigable.
| name | commit |
| description | Create one or more atomic commits from current changes, grouping by logical unit |
git status, git diff (staged + unstaged), and git log --oneline -10.git add -A or git add ..type: short description. No scope in parentheses.