بنقرة واحدة
validate-github-issue-implementation
Validates the correct implementation of a GitHub issue
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Validates the correct implementation of a GitHub issue
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | validate-github-issue-implementation |
| description | Validates the correct implementation of a GitHub issue |
Use this skill to validate the implementation of a GitHub issue. This includes checking if the implementation meets the acceptance criteria, if the code follows this project's coding guidelines, and if the implementation is complete and correct.
The implementation can be found in the currently staged or unstaged changes of the local git repository.
The coding guidelines can be found in docs/coding-guidelines.md.
MUST use method: GitHub CLI
Examples:
# View issue details (incl. comments):
gh issue view <issue-number> --repo <owner/repo> --json title,body,labels,number,url,comments
# Post comment:
gh issue comment <issue-number> --repo <owner/repo> --body-file <refined-ticket.md>
If gh is not available or returns an authentication error, stop and notify the user rather than falling back to another method.