بنقرة واحدة
issue-track
Create or update a GitHub issue for tracking work
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Create or update a GitHub issue for tracking work
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Project coding standards and conventions for Java 17 with Lombok, spring-javaformat, checkstyle, and PMD
Implement a GitHub issue with branch and pull request workflow
Check JaCoCo code coverage
Save a learning to project memory. Invoke automatically (without user asking) whenever a task required more than one fix cycle to resolve — e.g. a test failed and needed a second attempt, a compile error required a correction, an API behaved unexpectedly, or an assumption proved wrong mid-task. Also invoke when the user explicitly asks to remember something. Do NOT invoke for routine single-pass work.
Build the project with Maven
Plan the implementation of a GitHub issue
| name | issue-track |
| description | Create or update a GitHub issue for tracking work |
| disable-model-invocation | true |
| argument-hint | [title] [description] |
| allowed-tools | Bash(gh *) |
$ARGUMENTS
gh issue create --title "<title>" --body "<description>"
gh issue view $ARGUMENTS
gh issue list
gh issue close $ARGUMENTS
gh issue comment $ARGUMENTS --body "<comment>"
Report the issue URL when done.