do-issues
Installation
SKILL.md
Work on GitHub issues systematically with proper development workflow: $ARGUMENTS
Follow these steps:
-
Review available GitHub issues:
- Use
gh issue listto see all open issues - Choose a small, manageable task to complete
- If $ARGUMENTS specifies an issue number, work on that specific issue
- Use
-
Plan your approach:
- Use
gh issue viewto get detailed issue information - Understand the problem and requirements thoroughly
- Post your implementation plan as a comment on the issue using
gh issue comment
- Use
-
Create a development branch:
- Create a new branch with descriptive name:
git checkout -b fix/issue-{number}-{description} - Ensure branch is based on the latest main branch
- Create a new branch with descriptive name:
-
Implement the solution:
Related skills
More from stevengonsalvez/agents-in-a-box
frontend-design
Frontend design skill for UI/UX implementation - generates distinctive, production-grade interfaces
31commit
Create well-formatted git commits for changes made during the session
14reflect
|
2plan-tdd
Create a test-driven development plan for the project
1oracle
Best practices for using the oracle CLI (prompt + file bundling, engines, sessions, and file attachment patterns).
1gh-issue
Analyze and fix the specified GitHub issue
1