do-issues

Installation
SKILL.md

Work on GitHub issues systematically with proper development workflow: $ARGUMENTS

Follow these steps:

  1. Review available GitHub issues:

    • Use gh issue list to see all open issues
    • Choose a small, manageable task to complete
    • If $ARGUMENTS specifies an issue number, work on that specific issue
  2. Plan your approach:

    • Use gh issue view to get detailed issue information
    • Understand the problem and requirements thoroughly
    • Post your implementation plan as a comment on the issue using gh issue comment
  3. 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
  4. Implement the solution:

Related skills
Installs
1
GitHub Stars
9
First Seen
8 days ago