Fix a GitHub issue by number. Use when asked to fix GitHub issues.
Usage: /fix-github-issue ISSUE_NUMBER
Example: /fix-github-issue 276
Fix GitHub issue $ARGUMENTS following best practices.
Setup:
.claude/PROJECT_CONTEXT.md for AgnosticUI structure, conventions, and workflowsSteps:
Verify we're starting from a clean state:
git status to ensure working directory is cleanmaster branchCreate a feature branch:
issue-$ARGUMENTS/descriptive-nameissue-276/fix-button-variantgit checkout -b issue-$ARGUMENTS/[short-description]Analyze the issue:
gh issue view $ARGUMENTS to fetch full issue detailsInvestigate the codebase:
v2/lib/src/components/Propose the fix:
Implement only after approval:
Prepare commit:
git addInform user about next steps:
issue-$ARGUMENTS/...git diff mastergit push -u origin issue-$ARGUMENTS/...gh pr create --base master --head issue-$ARGUMENTS/...Important Rules:
npx skills add AgnosticUI/fix-github-issue下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer