Skip to content

Extract issue number in /fix skill to support flexible formats#8624

Merged
iHiD merged 1 commit into
mainfrom
fix/fix-skill-issue-format
Feb 12, 2026
Merged

Extract issue number in /fix skill to support flexible formats#8624
iHiD merged 1 commit into
mainfrom
fix/fix-skill-issue-format

Conversation

@iHiD
Copy link
Copy Markdown
Member

@iHiD iHiD commented Feb 12, 2026

Summary

  • The /fix skill passed $ARGUMENTS directly to gh issue view, which fails for formats like exercism/website#8622
  • Now extracts the issue number first using the same grep -oE '[0-9]+$' pattern already used elsewhere in the skill
  • Supports: 8622, exercism/website#8622, #8622, and full GitHub URLs

Test plan

  • Run /fix exercism/website#8622 — should fetch the issue successfully
  • Run /fix 8622 — should continue to work as before

🤖 Generated with Claude Code

The gh CLI doesn't accept "#8622" format directly.
Parse the issue number from $ARGUMENTS before passing to gh issue view,
matching the extraction already used elsewhere in the skill.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@iHiD iHiD merged commit 52918e4 into main Feb 12, 2026
41 checks passed
@iHiD iHiD deleted the fix/fix-skill-issue-format branch February 12, 2026 22:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant