スキル一覧に戻る
mahmoudfarahat2647

debugging

by mahmoudfarahat2647

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

SKILL.md


name: debugging description: Systematic debugging of code to find root causes, fix bugs, and prevent regressions. Use whenever an error, bug, or unexpected behavior appears.

Debugging Skill

When debugging code, follow this strict process:

Debugging Checklist

  1. Understand the bug

    • What is the expected behavior?
    • What actually happens?
    • Is the bug reproducible?
  2. Locate the source

    • Identify the exact file, function, or component
    • Check recent changes related to the issue
  3. Analyze the cause

    • Logic errors
    • State issues
    • Async / timing problems
    • Edge cases or missing validations
  4. Fix with minimal change

    • Do not refactor unless necessary
    • Keep the fix scoped and safe
  5. Prevent regression

    • Add or update tests if applicable
    • Mention similar areas that could break

How to respond

  • Explain the root cause clearly
  • Show the exact code change needed
  • Warn if the issue can appear again elsewhere
  • Prefer simple and predictable fixes

スコア

総合スコア

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

レビュー

💬

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