ワンクリックで
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.