diff --git a/.claude/skills/fix/SKILL.md b/.claude/skills/fix/SKILL.md index acdd01e039..8bbede75f3 100644 --- a/.claude/skills/fix/SKILL.md +++ b/.claude/skills/fix/SKILL.md @@ -13,7 +13,7 @@ You are fixing a GitHub issue for the exercism/website repository. ## Issue details ```json -!`gh issue view $ARGUMENTS --json number,title,body,labels,comments` +!`gh issue view $(echo "$ARGUMENTS" | grep -oE '[0-9]+$') --json number,title,body,labels,comments` ``` Issue number: !`echo "$ARGUMENTS" | grep -oE '[0-9]+$'`