You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-18Lines changed: 23 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,29 @@ AI Robot Review is a GitHub Action for pull request review with Codex CLI OAuth,
4
4
5
5
Current focus: a practical PR reviewer that can run from GitHub Actions, post a PR summary, post a small number of inline findings, and optionally fail the check on serious issues. The Codex path is designed to use a ChatGPT subscription OAuth login instead of OpenAI API billing.
6
6
7
+
## Quick Start
8
+
9
+
Run the installer inside the local checkout of the repository you want to configure:
That is the recommended path because the installer can detect the GitHub remote, create a setup branch, write `.github/workflows/ai-robot-review.yml`, push the branch, and open a setup PR.
17
+
18
+
If you run it outside a git checkout, it can still ask for `owner/repo` and use the GitHub API, but the local-checkout flow is easier to inspect before merging.
19
+
20
+
The installer:
21
+
22
+
- detects or asks for the target `owner/repo`;
23
+
- lets you choose `github-actions[bot]` or GitHub App bot identity;
24
+
- lets you choose Codex subscription OAuth, Codex CLI with OpenAI API key, or OpenRouter API key;
25
+
- creates `.github/workflows/ai-robot-review.yml` on a setup branch;
26
+
- opens a setup PR instead of pushing directly to the default branch.
27
+
28
+
See [docs/install.md](./docs/install.md) for organization-level secrets, selected repositories, GitHub App setup, and security notes.
29
+
7
30
## Status
8
31
9
32
This is an actively stabilized fork of `keithah/multi-provider-code-review`.
@@ -47,24 +70,6 @@ Available but still experimental:
47
70
- No automatic deletion or moving of old inline discussions by default.
48
71
- No claim that token or dollar cost is always available for Codex subscription OAuth. For OAuth runs the UI reports `OAuth subscription` instead of API billing cost.
49
72
50
-
## Quick Start
51
-
52
-
Run the installer from a local checkout of the repository you want to configure:
0 commit comments