refactor(review): kodus bad

Amolith created

Change summary

skills/reviewing-code/SKILL.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Detailed changes

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