ワンクリックで
commit-push-pr
Create a branch, commit changes, push to remote, and create a pull request. Use when asked to create a PR or pull request.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create a branch, commit changes, push to remote, and create a pull request. Use when asked to create a PR or pull request.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | commit-push-pr |
| description | Create a branch, commit changes, push to remote, and create a pull request. Use when asked to create a PR or pull request. |
git statusgit log --oneline -5git diffCreates a branch, commits changes, pushes to remote, and creates a pull request.
Please split the following changes into meaningful Git commits. For each commit:
Reorganize messy git commit history on a feature branch into clean, reviewer-friendly commits. Use when: user says "コミットを整理", "organize commits", "squash commits", "clean up history", "rewrite commits", or wants to prepare a branch for PR review by removing trial-and-error noise. Handles soft reset, logical grouping, and recommitting with clear messages.
Safely rebase the current branch onto the latest origin/main. Stashes uncommitted work, fetches, rebases, and restores.
Reviews changed code for reuse, quality, and efficiency, then fixes issues found. Preserves all functionality.
Create an HTML report to review the current session's changes. Include screenshots when changes affect UI/visuals. Use when the user asks for a review report, session summary as HTML, or visual diff of changes.
Capture screenshots of the current work-in-progress UI via agent-browser against a running local dev server, then open them with google-chrome-stable. For UI changes, capture before/after pairs (and Figma reference shots when a design URL is provided) so visual diffs can be reviewed at a glance.
Fetch and display comments from the current GitHub pull request. Use when asked to show PR comments, review comments, or check PR feedback.