ワンクリックで
pr
Create a pull request with review and verify. Use when the branch is ready to merge.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create a pull request with review and verify. Use when the branch is ready to merge.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Create and update AGENTS.md project rules. Use when authoring or amending the cross-tool conventions agents must follow.
Write forward-looking startup instructions for the next session, then reset context to save costs. Use when the context is getting long or before switching focus.
Run pre-release checks, pick the version bump, and cut the release. Use when ready to tag and release.
Create and maintain a specification that states what to build, not how. Use when writing a spec, editing requirements, or defining acceptance criteria.
Run all review dimensions against a diff or a path. Use when reviewing a feature branch before merge, reviewing someone else's PR, or auditing a file path.
Create or update project documentation. Use when creating architecture docs, runtime docs, reference docs, or design documents that explain what the system does.
| name | pr |
| description | Create a pull request with review and verify. Use when the branch is ready to merge. |
Two modes: Create (default) — push and open a PR; Update — rewrite an existing PR's description without pushing. Detect which by checking for an open PR on the current branch before acting.
type(scope): description), under 60 chars, no trailing period.github/pull_request_template.md if it exists — fill in each section, do not add or remove sectionsFixes #<number> at the end of the bodygit status)main (git log main..HEAD --oneline)handoff and re-run /pr in a fresh session for a cleaner review; otherwise proceed.github/pull_request_template.md if it existsgit log main..HEAD --oneline to see commitsgit diff main...HEAD --stat to see changed filesgit diff main...HEAD to read the full diffgh issue list to check for an associated issue/pr opens a PR; it does not clean up history for you — fix it here):
AGENTS.md / CONTRIBUTING / the git
skill), including one logical change per commitgit skill),
then re-audit — do not open the PR on non-compliant commitsgit branch -m <topic>git status -sbgit push -u origin HEADgh pr create --title "..." --body "..."git for commit conventions and rewriting history before pushreview for severity and gating decisionsdoc-review for user-facing drift checks before merge