Agent skill
issue-fix
ユーザーが「Issue #N を解決」「Issueを解決して」「Issue を fix」等と要求した時に使用。 GitHub Issueの完全な解決ワークフローを自動実行。 Issue分析、テストファースト開発、最小限の修正実装、PR作成まで一貫して処理。
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/issue-fix
SKILL.md
手順
- Issue分析: 内容/再現手順を抽出し、影響ファイルを特定(Grep/Glob)
- テストファースト: 再現テストを先に追加/更新し、
go testで失敗を確認 - 修正実装: 必要最小限の修正でテストをグリーンに
- ドキュメント更新:
CHANGELOG.mdを更新 - PR作成: ブランチ→コミット→PRを作成(本文はテンプレ準拠で他のスキルが生成可能)
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?