review: expand timeout/vcs guidance

Amolith created

Change summary

skills/getting-a-code-review/SKILL.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

Detailed changes

skills/getting-a-code-review/SKILL.md 🔗

@@ -38,7 +38,9 @@ amp review -f src/auth.ts
 amp review "068d2222..1800e595" -i "explicit, detailed instructions to focus on something(s) in particular" -f src/auth.ts
 ```
 
-NEVER set a timeout when running these commands.
+NEVER set a timeout when running these commands. A reviewer timing out is a disastrous waste of your time and the reviewer's!
+
+Some of them require running in git repos. Some of them don't understand jujutsu refs and require colocation in a git repo along with "ref..ref" ranges using the commit IDs instead of jujutsu changes. Most, I believe, are able to review unstaged changes in a colocated/git repo.
 
 ## Output