ワンクリックで
code-review
Guidelines for AI code review — finding real bugs, not style nits. TRIGGER when reviewing code, diffs, PRs, or implementations.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Guidelines for AI code review — finding real bugs, not style nits. TRIGGER when reviewing code, diffs, PRs, or implementations.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Lead multi-agent workflows using forge tools (dispatch, debate, models). TRIGGER when asked to ship issues, debate plans, review code with multiple agents, or use /ship /debate /plan /review commands.
Write and debug Forgejo Actions workflows. TRIGGER when creating/fixing CI jobs, retrieving job logs, diagnosing build failures, or configuring runners.
Manages repositories, issues, PRs, releases, and CI on Forgejo via REST API. TRIGGER when needing to create/edit issues, open PRs, view CI status, manage repos, or check releases.
Discover available LLM models with live benchmarks, pricing, and throughput, while enforcing recency and 429-sensitivity for dispatch.
| name | code-review |
| description | Guidelines for AI code review — finding real bugs, not style nits. TRIGGER when reviewing code, diffs, PRs, or implementations. |
Find bugs that would break production. Not improvements. Not style.
Don't inflate. P2 called P0 erodes trust.
Every review ends with exactly one:
LGTM = short. Don't pad with praise.
plan.md if it existsread tool, don't guess from context)## Findings
### [P0] Title
**File**: path.go:42-48
**Issue**: what's wrong and what triggers it
**Fix**: what to change
## Verdict
LGTM / FAIL