refactor(review): better example

Amolith created

Change summary

README.md                      |  8 ++++----
skills/reviewing-code/SKILL.md | 10 +++++-----
2 files changed, 9 insertions(+), 9 deletions(-)

Detailed changes

README.md 🔗

@@ -376,9 +376,9 @@ Token breakdown:
 Token breakdown:
   Name:           18 tokens
   Description:   132 tokens
-  Body:          989 tokens (46 lines)
+  Body:          972 tokens (46 lines)
   ───────────────────────────────────────────────
-  Total:        1139 tokens
+  Total:        1122 tokens
 
 === scripting-with-go ===
 
@@ -439,8 +439,8 @@ SUMMARY
 
 Skills: 21
 Metadata: 3067 tokens
-Combined bodies: 57668 tokens
-Overall: 182851 tokens
+Combined bodies: 57651 tokens
+Overall: 182834 tokens
 Validation errors: 0
 
 Largest skills (by total tokens):

skills/reviewing-code/SKILL.md 🔗

@@ -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