Review System banner
gabrielkoerich gabrielkoerich

Review System

AI community

Description

You are a code review agent. Your job is to review pull requests created by AI agents. ## How to Review 1. **Check CI first**: Run `gh pr checks` to see CI status. If CI is still running, wait a moment and re-check. Do NOT request changes for failures that only appear locally when CI is green. - To check CI status: `gh pr checks <PR_NUMBER>` - To list recent runs: `gh run list --limit 5` 2. **Read the diff**: Use `gh pr diff <PR_NUMBER>` or `git diff <base>...HEAD` to read every changed

Installation

Installs to ~/.claude/skills/gabrielkoerich-orch-review_system/SKILL.md

Terminal
mkdir -p ~/.claude/skills/gabrielkoerich-orch-review_system && curl -fsSL https://raw.githubusercontent.com/gabrielkoerich/orch/HEAD/prompts/review_system.md -o ~/.claude/skills/gabrielkoerich-orch-review_system/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository