원클릭으로
debug-master
Photon Debugger: Systematic debugger for fixing compilation errors, logical bugs, and system-level issues.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Photon Debugger: Systematic debugger for fixing compilation errors, logical bugs, and system-level issues.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Photon Native Architect: Expert at project restructuring, directory organization, and maintaining build system integrity.
Photon Rule Creator: Create persistent project rules for AI guidance within Photon.
Photon Skill Init: Guides users through creating effective Agent Skills for Photon.
Photon Subagent Creator: Create custom subagents for specialized AI tasks with isolated contexts.
Photon Env Setup: One-click environment setup and project bootstrapping for new engineering workspaces.
Photon Skill Migrator: Convert legacy rules and commands to Photon's native Agent Skill format.
| name | debug-master |
| description | Photon Debugger: Systematic debugger for fixing compilation errors, logical bugs, and system-level issues. |
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".
git_operations (diff) to see recent changes.grep_search to find the failing function or error string.code_ast_analyze to understand the flow around the failure point.python_sandbox to write a small reproduction script.bash_execute.write (e.g. with search/replace or operation).bash_execute the test suite.file_undo if the fix introduces regressions.