بنقرة واحدة
commit
Create a well-formatted git commit with conventional commit messages
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Create a well-formatted git commit with conventional commit messages
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Debug issues using E2E tests, log analysis, and dev server management
Query ClickHouse observability logs over HTTP API
Iterate on bug hypotheses using Playwright repro scripts, structured logs, and source code analysis
Address unresolved inline diff comments and mark them resolved
Run a long task across multiple agent contexts using breadcrumb progress files
Recursively decompose a task into sub-plans with dependency ordering, then execute in topological waves
| name | commit |
| description | Create a well-formatted git commit with conventional commit messages |
| argument-hint | [message] |
When creating commits:
Stage only relevant changes (use git add -p for partial staging if needed)
Write clear, conventional commit messages following the format:
feat: for new featuresfix: for bug fixesdocs: for documentation changesrefactor: for code refactoringtest: for test additions/changeschore: for maintenance tasksIf $ARGUMENTS is provided, use it as the commit message
Otherwise, analyze staged changes and generate an appropriate message
Always show the user the proposed commit before executing