bug-fix

Detects and fixes bugs in code with automated workflows and validation.

1|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/moveonha/pixel-ai-studio --skill bug-fix-moveonha
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bug-fix
Source: https://github.com/moveonha/pixel-ai-studio/tree/main/.claude/skills/bug-fix
Command: npx skills add https://github.com/moveonha/pixel-ai-studio --skill bug-fix-moveonha

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

버그 원인 분석과 수정 옵션 제시, 구현까지 처리하는 체계적인 버그 수정 워크플로우를 제공합니다.

Core Features & Use Cases

  • 버그 원인 분석 및 수정 옵션 제시
  • 옵션 비교와 리스크 평가를 통한 결정 지원
  • 구현 및 검증까지의 전체 워크플로우 관리
  • 병렬/순차 수정 시나리오를 포함한 다양한 사용 사례 지원

Quick Start

버그 수정 요청을 입력하면 원인 분석과 수정 옵션을 제시하고 구현까지 이행합니다.

Frequently Asked Questions about bug-fix

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

FAQPage Schema
How do I fix a runtime bug by finding its root cause?

To fix a runtime bug through root-cause-analysis, this Skill diagnoses the underlying error and delivers actionable remediation options with implemented code changes. It evaluates risks and supports sequential or parallel execution workflows to ensure the bug fix is correctly applied.

What is the best way to debug logic errors across multiple files?

Debugging logic errors across multi-file scopes requires systematic analysis and validation. This Skill identifies the root cause, generates remediation options, implements the changes, and verifies the bug fix through tests and builds to ensure the logic error is resolved.

Can I use an automated workflow to fix API errors and validate the build?

Yes, you can use an automated workflow to fix API errors and validate the build. The Skill supports sequential or parallel execution workflows for remediation and includes validation through tests and builds to verify that the API error is successfully resolved.

Does root-cause-analysis for bug fixes support parallel execution scenarios?

Root-cause-analysis for bug fixes supports parallel execution scenarios alongside sequential workflows. This allows you to manage multiple remediation options and implementation steps simultaneously, ensuring efficient validation through tests and builds for complex fixes.

How do I evaluate bug remediation options before implementation?

To evaluate bug remediation options before implementation, the Skill performs root-cause-analysis and presents actionable options with risk assessments. This structured approach helps you decide the best path forward before executing the bug fix and validating it through tests and builds.