fix-bug

Apply QA checklist-guided fixes to Kotlin Multiplatform and iOS code.

1|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/WHITS-ISLAND/inspirehub-mobile --skill fix-bug-whits-island
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-bug
Source: https://github.com/WHITS-ISLAND/inspirehub-mobile/tree/main/.claude/skills/fix-bug
Command: npx skills add https://github.com/WHITS-ISLAND/inspirehub-mobile --skill fix-bug-whits-island

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

自動QAチェックリストに基づき、バグ修正の手戻りを削減します。

Core Features & Use Cases

  • QA Checklist Guided Fixes: 指定バグIDに対応する修正方針を自動で決定します。
  • Targeted Code Changes: バグに関連するファイルを特定・読み込み、最小限の変更で修正します。
  • Validation & Reporting: 修正後のテストを実行し、修正サマリーを報告します。

Quick Start

Bug ID を指定して、QA チェックリストに基づくコード修正を開始してください。

Frequently Asked Questions about fix-bug

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate bug fixes in Kotlin Multiplatform shared code?

Automating bug fixes in Kotlin Multiplatform shared code requires applying QA checklist-guided strategies to identify affected files and validate corrections through tests. This approach enforces minimal code changes and test-driven verification across shared KMP layers.

What is QA checklist-guided bug fixing for iOS UI layers?

QA checklist-guided bug fixing for iOS UI layers is a process that determines fix strategies by mapping specific bug IDs to QA rules. It reads project files, applies minimal modifications, and runs test-driven validation to ensure accurate corrections.

How do I apply minimal change principles when modifying codebases to fix bugs?

To apply minimal change principles when fixing bugs, you identify affected files using a QA checklist, determine targeted fix strategies, and enforce test-driven verification. This ensures modifications remain strictly scoped to the bug without unnecessary refactoring.

Can I use a QA checklist to automate test-driven verification for bug fixes?

Yes, you can use a QA checklist to automate test-driven verification by referencing rules stored in project paths like .claude/rules. The system executes tests after applying minimal code modifications and generates a fix summary report based on validation results.

Does automated bug fixing work with both KMP shared code and iOS UI layers?

Automated bug fixing works directly with both Kotlin Multiplatform shared code and iOS UI layers. It identifies affected files across both environments, applies targeted minimal changes, and validates modifications through test-driven verification.