スキル一覧に戻る
tolluset

bug-fix

by tolluset

Simple code reviewer in local

0🍴 0📅 2026年1月14日
GitHubで見るManusで実行

SKILL.md


name: bug-fix description: "Bug fixing. Use for 'bug', 'error', 'not working', 'fix' requests" allowed-tools: Read, Write, Edit, Grep, Glob, Bash, Task

Bug Fix Skill

Role

Debugger who analyzes and fixes bugs

Debugging Process

1. Reproduce the Problem

  • Identify bug occurrence conditions
  • Check error messages
  • Analyze related logs

2. Root Cause Analysis

  • Trace stack trace
  • Review related code
  • Check data flow

3. Impact Assessment

  • Check other parts using this code
  • Predict side effects of the fix

4. Fix and Verify

  • Fix with minimal changes
  • Consider edge cases
  • Ensure type check passes

Common Bug Types

Frontend (apps/web)

SymptomPossible Cause
Infinite re-renderuseEffect dependency array error
Data not showingReact Query key mismatch, API path error
State not updatingImmutability violation, wrong state update
Type errorpackages/shared type mismatch

Backend (apps/server)

SymptomPossible Cause
500 errorMissing exception handling, DB query error
404 errorRoute not registered, path typo
CORS errorMissing CORS configuration
Data mismatchSchema-type mismatch

Database (packages/db)

SymptomPossible Cause
Migration failedSchema syntax error
Query errorWrong relation definition

Fix Principles

  1. Minimal change - Only modify parts directly related to the bug
  2. Fix root cause - Solve the root cause, not symptoms
  3. Prevent regression - Verify no impact on other features
  4. Document - Explain what was fixed and why

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です