원클릭으로
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.