Agent skill
fix-bug
バグIDを指定してQAチェックリストに基づくコード修正を自動実行する
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/fix-bug
SKILL.md
バグ修正スキル
QAチェックリストのバグIDを指定して、コード修正を自動実行する。
処理フロー
docs/qa_checklist.mdから指定バグIDの詳細情報を取得- バグに関連するファイルを特定し読み込み
.claude/rules/のルールを参照して修正方針を決定- コード修正を実行
- 関連テストがあれば実行して検証
- 修正サマリーを報告
ルール参照
修正時は以下のルールを必ず遵守:
.claude/rules/ios-swift.md— iOS開発ルール.claude/rules/kotlin-kmp.md— Kotlin KMP開発ルール
修正方針
- 最小限の変更で修正する(不要なリファクタリングをしない)
- 既存のコードパターンに従う
- 修正対象がKotlin shared層の場合:
./gradlew :shared:testDebugUnitTestで検証 - 修正対象がiOS層の場合: ビルドエラーがないことを確認
出力フォーマット
## BUG-XXX 修正レポート
### 修正内容
- 修正ファイル: `path/to/file.swift`
- 変更概要: ...
### 検証結果
- テスト: PASS / FAIL
- ビルド: SUCCESS / FAILURE
### 残存リスク
(該当する場合のみ)
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?