Signed-off-by: Christoph Schmatzler <christoph@schmatzler.com>
This commit is contained in:
2026-02-03 19:51:59 +00:00
parent f342d99650
commit 6a402795b9
2 changed files with 0 additions and 3 deletions

View File

@@ -1,2 +1 @@
.jj/
.git/ .git/

View File

@@ -6,6 +6,4 @@ Review the code changes using THREE (3) @code-review subagents and correlate res
Guidance: $ARGUMENTS Guidance: $ARGUMENTS
First, call `skill({ name: 'vcs-detect' })` to determine whether the repo uses git or jj, then use the appropriate VCS commands throughout.
Review uncommitted changes by default. If no uncommitted changes, review the last commit. If the user provides a pull request/merge request number or link, use CLI tools (gh/glab) to fetch it and then perform your review. Review uncommitted changes by default. If no uncommitted changes, review the last commit. If the user provides a pull request/merge request number or link, use CLI tools (gh/glab) to fetch it and then perform your review.