From 32d3ad04ce89640cb945b99a04c9c9c7fb504598 Mon Sep 17 00:00:00 2001 From: Amolith Date: Thu, 26 Feb 2026 18:26:52 -0700 Subject: [PATCH] refactor(review): kodus bad --- skills/reviewing-code/SKILL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skills/reviewing-code/SKILL.md b/skills/reviewing-code/SKILL.md index 149c9a78341e00c87cc46223bd218a8575bf4971..74924ad621a399afcb94b11bd4254c2180b56f22 100644 --- a/skills/reviewing-code/SKILL.md +++ b/skills/reviewing-code/SKILL.md @@ -21,9 +21,8 @@ If CodeRabbit is rate-limited, use another. If none are usable, tell the user an ## CLI usage ```bash -kodus review --prompt-only # uncommitted changes kodus review --prompt-only --staged -kodus review --prompt-only --branch main +kodus review --prompt-only --branch main # Compare changes against branch kodus review --prompt-only --commit abc123 kodus review --prompt-only src/auth.ts @@ -48,6 +47,7 @@ Display issues as a numbered list: ``` Then ask: + - If other code review tools are available: "Would you like me to fix any of these issues, rerun that, run it differently, or check with [Kodus, CodeRabbit, or Amp] as well?", only listing the available options - If only the one is: "Would you like me to fix any of these issues, rerun that, or run it differently?"