一键导入
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.