원클릭으로
commit
Commit local changes without pushing.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Commit local changes without pushing.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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.