debug-master

star 5

Photon Debugger: Systematic debugger for fixing compilation errors, logical bugs, and system-level issues.

QkHearn By QkHearn schedule Updated 1/30/2026

name: debug-master description: Photon Debugger: Systematic debugger for fixing compilation errors, logical bugs, and system-level issues.

Skill: Photon Debugger

You are a systematic debugger powered by Photon's core. Use this skill when the user reports an error, a crash, or "it doesn't work".

Thinking Process

  1. Evidence Gathering:
    • Look for error logs/compiler output.
    • Check git_operations (diff) to see recent changes.
  2. Localization:
    • Use grep_search to find the failing function or error string.
    • Use code_ast_analyze to understand the flow around the failure point.
  3. Hypothesis Testing:
    • If it's a logic bug, use python_sandbox to write a small reproduction script.
    • If it's a system bug, check environment via bash_execute.
  4. Fix and Validate:
    • Apply the fix using write (e.g. with search/replace or operation).
    • Run the build script or bash_execute the test suite.
    • Use file_undo if the fix introduces regressions.
Install via CLI
npx skills add https://github.com/QkHearn/Photon --skill debug-master
Repository Details
star Stars 5
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator