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>"