en un clic
commit
Commit local changes without pushing.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Commit local changes without pushing.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
Generates well-structured PAGX files from visual descriptions and edits existing ones. Use when user asks to create, write, design, or modify PAGX content, run pagx CLI commands (render, verify, format, layout, bounds, font info/embed, import/export, export to HTML for browser preview), or look up PAGX element attributes and syntax.
Automated code review and fix for local branches, PRs, commits, and files. Supports single-agent interactive fix and multi-agent adversarial review with auto-fix.
Accept screenshot baseline changes and commit the updated version.json.
Analyze branch commits and consolidate iterative modifications.
Commit and push changes, then create a new PR or append to an existing one.
| name | commit |
| description | Commit local changes without pushing. |
| disable-model-invocation | true |
Commits local changes to the current branch. Does not push or create a PR.
Run git status --porcelain and inspect the output:
git add -A first.git add -A to stage
everything, then commit.Read the staged diff (git diff --cached) and generate a commit message
following the project's commit conventions. If no convention is found, default
to a concise English message under 120 characters ending with a period, with no other punctuation, focusing on user-perceivable changes.
Commit, then output a single line in the format:
已提交 {short_hash}:{commit message}
If the user chose partial, also inform them that unstaged changes remain and were not included in this commit.