بنقرة واحدة
commit
Stage intended changes and create one Conventional Commit.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Stage intended changes and create one Conventional Commit.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Break a spec, brief, issue tracker item, or user request into agent-sized tasks, using phases and milestones only when they clarify larger work, delivered to exactly one destination.
Bootstrap a new or empty project repository with a local skeleton: README, license, .gitignore, AGENTS.md, docs, and optional commit or push only when explicit. Interview the repo creator when file-changing decisions are unclear.
Create a traceable Git branch for the current task.
Verify browser-rendered work in a real browser. Use for HTML, UI, visual docs, presentations, local apps, and browser-facing changes.
Find and fix the root cause when something breaks: a failing test, a broken build, a bug report, or behavior that doesn't match expectations. Use when the user says 'debug', 'why is this failing', 'fix this bug', or when a failure interrupts other work.
Write a lightweight technical design document for ambiguous or consequential architecture decisions before implementation.
| name | commit |
| description | Stage intended changes and create one Conventional Commit. |
| user-invocable | true |
| argument-hint | [optional commit message] |
Create one Conventional Commit for the intended current changes.
git status, git diff, and git diff --cached.type(scope): subject. Imperative subject, 72 characters or fewer, no trailing period..env, credentials, or keys.feat, fix, refactor, test, docs, or chore.--no-verify. If a hook fails, fix the cause or stop and report.