Agent skill

implement-issue

Implement a GitHub issue with branch and pull request workflow

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/implement-issue-alexmond-jhelm

SKILL.md

Implement GitHub issue #$ARGUMENTS

Follow this workflow for every code change:

Step 1: Read the issue

bash
gh issue view $ARGUMENTS

Step 2: Create a feature branch

bash
git checkout main
git pull
git checkout -b feature/$ARGUMENTS-<short-description>

Step 3: Implement the changes

  • Read relevant source files before making modifications
  • Follow project coding standards (Java 21, Lombok, 4-space indent)
  • Keep changes focused on the issue requirements

Step 4: Run tests

bash
./mvnw test

Fix any failures before proceeding.

Step 5: Commit and push

bash
git add <changed-files>
git commit -m "<descriptive message>

Closes #$ARGUMENTS

Co-Authored-By: Claude Sonnet 4.5 <[email protected]>"
git push -u origin HEAD

Step 6: Create pull request

bash
gh pr create --title "<concise title>" --body "## Summary
<bullet points>

## Test plan
<how to verify>

Closes #$ARGUMENTS

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

Report the PR URL when done.

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results