← ClaudeAtlas

reviewlisted

Review incoming PRs, agent-generated changes, or diffs. Structured review with security, correctness, performance, and maintainability checks. Triggers: "review", "review PR", "review changes", "code review", "review this PR", "review agent output", "check this diff".
boshu2/agentops · ★ 369 · Code & Development · score 80
Install: claude install-skill boshu2/agentops
# Review Skill > **Quick Ref:** `$review <PR>` reviews a PR, `$review --diff` reviews local changes, `$review --agent <path>` reviews agent output with extra scrutiny. **YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it.** This skill is for reviewing OTHER people's or agents' changes. For validating your own code quality, use `$vibe` instead. --- ## Modes ```bash $review 42 # PR mode — review PR #42 $review https://github.com/o/r/pull/42 # PR mode — review by URL $review --diff # Diff mode — review unstaged/staged changes $review --diff --staged # Diff mode — staged only $review --agent .agents/crank/ # Agent mode — review agent-generated output $review --agent ./output.patch # Agent mode — review a patch file $review --deep 42 # Deep mode — spawns council for second opinion ``` --- ## Execution Steps ### Step 0: Detect Review Target and Load Standards Determine the review mode from arguments: 1. **PR mode** (default): argument is a number or GitHub PR URL. 2. **Diff mode**: `--diff` flag present. 3. **Agent mode**: `--agent <path>` flag present. Load language-specific conventions from `$standards` based on file extensions in the diff. If `ao` is available, pull prior review context: ```bash ao lookup --query "code review patterns $(basename "$PWD")" --limit 3 2>/dev/null || true ``` **Apply retrieved knowledge (mandatory when results returned):** If learnings are retur