implement-github-feature
SolidDesign and implement a new feature or component from a GitHub issue. Use for net-new functionality, not bug fixes.
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:** `/implement-github-feature ISSUE_NUMBER`
**Example:** `/implement-github-feature 281`
Implement GitHub feature request $ARGUMENTS following AgnosticUI conventions, accessibility standards, and CSS-first principles.
---
## Setup
1. **Read project context**
- Read `.claude/PROJECT_CONTEXT.md`
- Understand:
- Repository structure
- Design principles
- Accessibility requirements
- Branch conventions
- Component workflows
---
## Phase 0: Safety Checks (Required)
2. **Verify clean starting state**
- Run `git status`
- Confirm:
- Working directory is clean
- Current branch is `master`
- If either condition fails:
- **STOP**
- Ask the user to resolve before continuing
---
## Phase 1: Branching
3. **Propose feature branch**
- Follow convention: `issue-$ARGUMENTS/short-descriptive-name`
- Example: `issue-281/selection-card-group`
- Run:
```
git checkout -b issue-$ARGUMENTS/short-description
```
- **WAIT FOR USER APPROVAL of branch name before proceeding**
---
## Phase 2: Issue Analysis & Intent Extraction (No Code)
4. **Analyze the GitHub issue**
- Fetch full details:
```
gh issue view $ARGUMENTS
```
- Extract and summarize:
- Feature goals
- Non-goals / constraints
- API expectations
- Accessibility requirements
- Styling and theming expectations
- Framework implications (Lit / React / Vue)
5. **Study existing related compo...
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
Web & Frontend Solid
fix-github-issue
Fix a GitHub issue by number. Use when asked to fix GitHub issues.
812 Updated 1 months ago
AgnosticUI AI & Automation Solid
implement-features-ag
Analyze open feature request issues, implement viable ones on dedicated branches, and respond to authors
5,612 Updated today
diegosouzapw AI & Automation Solid
implement-features-cc
Analyze open feature request issues, implement viable ones on dedicated branches, and respond to authors
5,612 Updated today
diegosouzapw AI & Automation Solid
implement-features-cx
Analyze open feature request issues, implement viable ones on dedicated branches, and respond to authors
5,612 Updated today
diegosouzapw AI & Automation Solid
create-github-issues-feature-from-implementation-plan
Create GitHub Issues from implementation plan phases using feature_request.yml or chore_request.yml templates.
34,233 Updated today
github