From ce707d6cdd037e5e144f3b3bb3076319af3d5abd Mon Sep 17 00:00:00 2001 From: Amolith Date: Thu, 26 Feb 2026 17:37:55 -0700 Subject: [PATCH] refactor(review): better example --- README.md | 8 ++++---- skills/reviewing-code/SKILL.md | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index eb79699c886683d05b0762bb3b308633f4755373..60e3ce21c0f63217485c6b8c17565149d197a81e 100644 --- a/README.md +++ b/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): diff --git a/skills/reviewing-code/SKILL.md b/skills/reviewing-code/SKILL.md index a0bad0aaf536d5671360dae5eb3c2ae06d95c673..149c9a78341e00c87cc46223bd218a8575bf4971 100644 --- a/skills/reviewing-code/SKILL.md +++ b/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