@@ -10,13 +10,13 @@ Run a code review using the preferred tool.
## Selection
-If a native `code review` tool is already available, use it directly. Otherwise, check `command -v` for CLI tools and use the first found:
+If a native code review tool is already available, use it directly. Otherwise, prefer the following in this order:
-1. `kodus`-2. `coderabbit` — fall back to the next option if rate-limited-3. `amp`
+```
+command -v kodus; command -v coderabbit; command -v amp
+```
-If none are available, tell the user and stop.
+If CodeRabbit is rate-limited, use another. If none are usable, tell the user and stop.
## CLI usage