Skip to content

feat: Add /bugfix skill for automated bug issue fixing#85

Merged
initcron merged 1 commit intomainfrom
feat/bugfix-skill
Dec 26, 2025
Merged

feat: Add /bugfix skill for automated bug issue fixing#85
initcron merged 1 commit intomainfrom
feat/bugfix-skill

Conversation

@initcron
Copy link
Copy Markdown
Contributor

Summary

Adds a new Claude Code skill /bugfix that automates the bug fixing workflow.

Features

  • Fetches GitHub issues labeled as "bug"
  • Analyzes issues and implements fixes
  • Creates PRs against the main branch
  • Includes templates and best practices

Usage

/bugfix

The skill will:

  1. List open bug issues from the repository
  2. Allow selection of an issue to work on
  3. Create a fix branch
  4. Implement the fix
  5. Create a PR with proper description

Files Added

  • .claude/skills/bugfix/SKILL.md - Skill definition and documentation

🤖 Generated with Claude Code

Creates a Claude Code skill that:
- Fetches GitHub issues labeled as "bug"
- Analyzes issues and implements fixes
- Creates PRs against the main branch
- Includes templates and best practices

Usage: /bugfix

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@initcron initcron merged commit 7955f10 into main Dec 26, 2025
@initcron initcron deleted the feat/bugfix-skill branch January 2, 2026 12:00
initcron added a commit that referenced this pull request Feb 14, 2026
feat: Add /bugfix skill for automated bug issue fixing
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