ワンクリックで
review
Review a PR (by link or from current context) or the current feature branch using a multi-model, verification-first workflow.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Review a PR (by link or from current context) or the current feature branch using a multi-model, verification-first workflow.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Summarize the recent work done in the current Claude context into today's Obsidian daily note (daily/YYYY-MM-DD.md), merging without duplicating. Use when the user says "obsidian daily", "log my work to obsidian", "update my daily note", or asks to record today's work into their Obsidian vault.
Create a good pull request
Pull latest main, switch to it, then assess and clean up merged branches and worktrees for a given repo
Fetch, assess, and address PR review comments — fix valid ones, explain why invalid ones are skipped, reply with commit links, and resolve threads.
Create a meaningful git commit message based on current changes.
GitHub Actions workflow standards for this repository. Use when reviewing or fixing GitHub Actions workflows to enforce security hardening, permissions, and operational conventions.
| name | review |
| description | Review a PR (by link or from current context) or the current feature branch using a multi-model, verification-first workflow. |
| argument-hint | ["pr-url | pr-number | branch"] |
When asked to review a PR (by link or from current context) or the current feature branch, follow this workflow automatically:
:robot: on the first line so the PR author knows it is an AI-generated review:robot: emoji, add a parenthetical tag with the severity, and non-blocking only when it applies — e.g. :robot: (critical), :robot: (high), :robot: (medium), :robot: (low, non-blocking). Severity reflects correctness impact (critical/high/medium/low). critical, high, and medium are always merge blockers and never get non-blocking. Only low (or an other/informational tag) may be marked non-blocking — use it for reporting-fidelity gaps, style-adjacent notes, or anything that need not gate the merge.:robot: per the attribution rule abovegh api or gh pr diff to get the current diff and extract line numbers.POST /repos/{owner}/{repo}/pulls/{pull_number}/comments) with these required fields:
path - relative file path (e.g. src/handler.go)line - the line number in the diff's new file sideside - use RIGHT for lines in the new version of the filebody - the comment text (starting with :robot:)commit_id - the HEAD commit SHA of the PRstart_line and start_side to highlight a range:robot: This could be simplified.
```suggestion
replacementCodeHere()
```