fix-github-issue
SolidFix a GitHub issue by number. Use when asked to fix GitHub issues.
Web & Frontend 812 stars
47 forks Updated 1 months ago Apache-2.0
Install
Quality Score: 93/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
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
- 1 months ago
- Language
- TypeScript
- License
- Apache-2.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
Code & Development Listed
fix-issue
Fix a GitHub issue end-to-end — investigate, reproduce, implement, test, commit, and open PR.
0 Updated 3 days ago
haingt-dev Web & Frontend Solid
implement-github-feature
Design and implement a new feature or component from a GitHub issue. Use for net-new functionality, not bug fixes.
812 Updated 1 months ago
AgnosticUI AI & Automation Solid
github-fix-issue
Fix GitHub issues end-to-end — from analysis through branch creation, implementation, testing, and PR submission. Use this skill whenever the user mentions fixing a GitHub issue, resolving a bug from an issue tracker, working on a GitHub issue number, or says things like "fix issue
1,535 Updated 1 months ago
feiskyer AI & Automation Listed
fix-issue
Fix a GitHub issue with test-first workflow
1 Updated today
amarbel-llc AI & Automation Listed
gh-issue
Analyze and fix the specified GitHub issue
11 Updated today
stevengonsalvez