بنقرة واحدة
implement-issue
Implement a GitHub issue with branch and pull request workflow
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Implement a GitHub issue with branch and pull request workflow
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Check and fix Checkstyle violations in jhelm modules
jhelm project coding standards and conventions for Java 21 with Lombok and Maven
Auto-format, fix violations, and run Maven validate (PMD + Checkstyle) in one step
jhelm project architecture and module structure for a Java Helm implementation
Code review automation for Java, TypeScript, JavaScript, Python, Go. Analyzes PRs for complexity and risk, checks code quality for SOLID violations and code smells, generates review reports. Use when reviewing pull requests, analyzing code quality, identifying issues, generating review checklists.
Check JaCoCo code coverage for jhelm modules
| name | implement-issue |
| description | Implement a GitHub issue with branch and pull request workflow |
| disable-model-invocation | true |
| argument-hint | ["issue-number"] |
| allowed-tools | Bash(gh *), Bash(git *), Bash(./mvnw *) |
Follow this workflow for every code change:
gh issue view $ARGUMENTS
git checkout main
git pull
git checkout -b feature/$ARGUMENTS-<short-description>
./mvnw test
Fix any failures before proceeding.
git add <changed-files>
git commit -m "<descriptive message>
Closes #$ARGUMENTS
Co-Authored-By: Claude <noreply@anthropic.com>"
git push -u origin HEAD
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.