fix-issue
星标11
分支1
更新时间2026年3月7日 17:38
Fetch a GitHub issue, analyze it, fix it, and open a PR
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Fetch a GitHub issue, analyze it, fix it, and open a PR
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Thoroughly review a pull request
Run the full test suite and provide a summary
Validate the HACS integration for compliance
| name | fix-issue |
| description | Fetch a GitHub issue, analyze it, fix it, and open a PR |
gh issue view <number> --json title,body,labels,commentscustom_components/dynamic_energy_contract_calculator/tests/test_<module>.pypython -m pytest tests/ -vruff check custom_components/ && ruff format custom_components/fix: resolves #<number> - <short description>gh pr create --title "fix: #<number> <title>" --body "Fixes #<number>"