ワンクリックで
jkreview
Review a GitHub PR. Provide a URL to review without checking it out locally, or omit the URL if the branch is already checked out.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Review a GitHub PR. Provide a URL to review without checking it out locally, or omit the URL if the branch is already checked out.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Format up an LLM answer into consistent personal markdown style — sentence-case headings and bullet lead-ins, plain dash bullets, no emoji, straight em-dash handling, italics not bold, optional 100-col wrap. Pass a file path to clean in place, or paste raw text to get the cleaned result back in chat.
A decorator on top of /loop with 5-minute timer and autocancel
Action GitHub PR review comments. Provide a PR URL to fix all open comments, or a specific comment URL to fix one.
Review the current branch's diff from a skeptic's perspective before pushing. Optional arg selects the reviewer persona.
Commit, push, and open a draft PR with a written description. Use when ready to share work in progress for review.
Sync the current branch with the repo's primary branch (main, master, preprod, etc). Pulls primary, switches back, merges in, pushes.
| name | jkreview |
| description | Review a GitHub PR. Provide a URL to review without checking it out locally, or omit the URL if the branch is already checked out. |
If a GitHub PR URL is provided:
Use gh pr view <url> for metadata and gh pr diff <url> for the diff. Do not check out the branch. Review purely from the diff and any linked context (description, comments).
If no URL is provided:
Assume the current branch is the PR under review. Use git diff $(git merge-base HEAD main)...HEAD (detect the right base), plus gh pr view if a PR exists.
Review as a thoughtful senior engineer doing a real code review:
Give specific file/line feedback. Separate blocking issues from suggestions. End with a clear statement: approve, approve-with-comments, or request-changes — and why.