Agent skill
implement-issue
Implement a GitHub issue with branch and pull request workflow
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
gh issue view $ARGUMENTS
Step 2: Create a feature branch
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
./mvnw test
Fix any failures before proceeding.
Step 5: Commit and push
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
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.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?