بنقرة واحدة
issue-track
Post a status comment on a GitHub issue (starting work, plan update, completed)
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Post a status comment on a GitHub issue (starting work, plan update, completed)
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Check and fix Checkstyle and PMD violations
Implement a GitHub issue with branch and pull request workflow
Check JaCoCo code coverage
Format, validate checkstyle/PMD, and run tests before committing
Create/update GitHub issue, branch, commit, PR, then continue implementing
Scan code for security vulnerabilities (OWASP patterns, path traversal, injection risks)
| name | issue-track |
| description | Post a status comment on a GitHub issue (starting work, plan update, completed) |
| argument-hint | <issue-number> <status> |
| allowed-tools | Bash(gh *) |
Post a status update comment on GitHub issue #$ARGUMENTS.
The argument format is: <issue-number> <status> where status is one of:
start -- Post a "Work started" commentupdate <text> -- Post a custom progress updatedone -- Post a completion commentFor start:
gh issue comment <number> --body "Work started on this issue.
Branch: \`feature/<number>-<slug>\` (will be created shortly)"
For update <text>:
gh issue comment <number> --body "Progress Update
<text>"
For done:
gh issue comment <number> --body "Implementation complete -- PR created and CI checks passing."