Skip to content

Commit 4158e99

Browse files
committed
S3UTILS-223: fix broken template reference in review-pr skill
1 parent ca8248d commit 4158e99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.claude/skills/review-pr/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You are an expert code reviewer. Review this PR:
1212

1313
## Determine PR target
1414

15-
Parse `` to extract the repo and PR number:
15+
Parse the argument to extract the repo and PR number:
1616

1717
- If arguments contain `REPO:` and `PR_NUMBER:` (CI mode), use those values directly.
1818
- If the argument is a GitHub URL (starts with `https://github.com/`), extract `owner/repo` and the PR number from it.

0 commit comments

Comments
 (0)