Skip to content

ci: add prix/code-reviewer for automated PR review#24

Merged
muqsitnawaz merged 1 commit into
mainfrom
add-prix-code-reviewer
Jul 17, 2026
Merged

ci: add prix/code-reviewer for automated PR review#24
muqsitnawaz merged 1 commit into
mainfrom
add-prix-code-reviewer

Conversation

@muqsitnawaz

Copy link
Copy Markdown
Contributor

What

Adds .github/rush.yml wiring up the org's prix/code-reviewer — the same config phnx-labs/agents-cli uses. Every PR to main now gets an independent, non-author review from prix-cloud automatically.

Why

Merges kept stalling for lack of an independent review signal (the orchestrator can't self-approve its own team's PRs). This provides that signal without a human in the loop.

version: 1
agents:
  - id: prix/code-reviewer
    on:
      pull_request:
        types: [opened, reopened, synchronize]
        branches: [main]

The Prix app is already installed on the phnx-labs org (verified: it reviews agents-cli PRs), so this activates on merge. Config-only.

Wire up the org's prix-cloud code reviewer (same config as phnx-labs/agents-cli)
so every PR to main gets an independent, non-author review automatically. Closes
the gap where merges stalled for lack of an independent review signal.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@muqsitnawaz
muqsitnawaz merged commit 7c0eda1 into main Jul 17, 2026
2 checks passed
@muqsitnawaz
muqsitnawaz deleted the add-prix-code-reviewer branch July 17, 2026 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant