fix-github-issue

Featured

Fix a GitHub issue by number. Use when asked to fix GitHub issues.

Web & Frontend 809 stars 47 forks Updated 3 weeks ago Apache-2.0

Install

View on GitHub

Quality Score: 93/100

Stars 20%
97
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

**Usage:** `/fix-github-issue ISSUE_NUMBER` **Example:** `/fix-github-issue 276` Fix GitHub issue $ARGUMENTS following best practices. **Setup:** 1. Read `.claude/PROJECT_CONTEXT.md` for AgnosticUI structure, conventions, and workflows **Steps:** 2. **Verify we're starting from a clean state:** - Check `git status` to ensure working directory is clean - Confirm we're on `master` branch - If not clean or on wrong branch, STOP and ask user to resolve 3. **Create a feature branch:** - Follow convention from PROJECT_CONTEXT: `issue-$ARGUMENTS/descriptive-name` - Example: `issue-276/fix-button-variant` - Use `git checkout -b issue-$ARGUMENTS/[short-description]` - **WAIT FOR USER APPROVAL of branch name** 4. **Analyze the issue:** - Use `gh issue view $ARGUMENTS` to fetch full issue details - Understand the problem, reproduction steps, and expected behavior 5. **Investigate the codebase:** - Use PROJECT_CONTEXT to identify relevant locations: - Core components in `v2/lib/src/components/` - Framework implementations in playgrounds - Related tests and examples - Use Read, Grep, and Glob to find relevant files - Review current implementation and identify root cause 6. **Propose the fix:** - Explain what needs to change and why - Consider impact across Lit, React, and Vue if applicable - Follow AgnosticUI's CSS-first, accessibility-focused principles - Show the user your proposed changes - **WAIT FOR USER APPR...

Details

Author
AgnosticUI
Repository
AgnosticUI/agnosticui
Created
5 years ago
Last Updated
3 weeks ago
Language
TypeScript
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Solid

github

GitHub CLI patterns for issues, projects, and PRs. Invoke when: creating issues, linking PRs to issues, updating project status, or any GitHub project operations.

28 Updated 1 weeks ago
joshmanders
Code & Development Solid

gh-issues

Fetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label bug] [--limit 5] [--milestone v1.0] [--assignee @me] [--fork user/repo] [--watch] [--interval 5] [--reviews-only] [--cron] [--dry-run] [--model glm-5] [--notify-channel -1002381931352]

95 Updated 1 months ago
cohen-liel
DevOps & Infrastructure Solid

gh-fix-ci

Inspect GitHub PR checks with gh, pull failing GitHub Actions logs, summarize failure context, then create a fix plan and implement after user approval. Use when a user asks to debug or fix failing PR CI/CD checks on GitHub Actions and wants a plan + code changes; for external checks (e.g., Buildkite), only report the details URL and mark them out of scope.

27 Updated 6 days ago
OutlineDriven
Code & Development Featured

claude-code-review

Use when asked to review a PR, or when /review is invoked with a PR number or URL. Performs a focused code review checking for bugs, security, performance, and test gaps, then posts findings as a PR comment and formal GitHub review.

456 Updated today
DataRecce
Web & Frontend Featured

l-pr

Create a draft pull request targeting develop. Auto-generates PR body from design files, GitHub issues, and/or commit history. Use when opening a PR.

2,969 Updated today
lowdefy