with one click
commit
Commit local changes without pushing.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Commit local changes without pushing.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
| 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.
Based on SOC occupation classification
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.