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?"