ワンクリックで
update-pr
Stage, commit, and push follow-up changes to an existing feature branch or PR. Use for quick iterations.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Stage, commit, and push follow-up changes to an existing feature branch or PR. Use for quick iterations.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Run the full development pipeline autonomously without pausing between phases. Stops only on quality-gate failures.
Run test coverage measurement, analyze results, and fix gaps when coverage falls below the 80% threshold.
Fetch unresolved PR review threads, triage them, implement fixes, validate, reply in-thread, and resolve.
Stage, commit, push, and open a GitHub PR following project conventions. Use when code is ready to ship.
Run structured evaluations on skills to measure quality and track improvements.
Review local code changes for correctness, regressions, missing tests, and Databao-specific risks.
| name | update-pr |
| description | Stage, commit, and push follow-up changes to an existing feature branch or PR. Use for quick iterations. |
| compatibility | gh must be installed and authenticated. |
Stage, commit, and push to the current feature branch for fast iterations.
main. If so, run create-branch skill first.git status. If clean, inform user and stop.Run gates from Quality Gates in CLAUDE.md. Do not commit until they pass.
git add -A).DBA-<number>.CLAUDE.md.Push to tracked remote. If no upstream: git push -u origin <branch>.
Confirm push, show commit hash. Show PR URL if one exists for the branch.
main.git add -A or git add ..