원클릭으로
explain-error
Diagnose and explain error messages with root cause analysis and actionable fix steps.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Diagnose and explain error messages with root cause analysis and actionable fix steps.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use this skill to generate well-branded interfaces and assets for AGENT-33, either for production or throwaway prototypes/mocks/etc. Contains essential design guidelines, colors, type, fonts, assets, and UI kit components for prototyping.
Scan code for security vulnerabilities and unsafe patterns with remediation guidance.
Review a code diff for correctness, logic errors, and style issues.
Propose targeted refactoring and readability improvements for reviewed code.
Assist with common git operations including branching, committing, and pull requests.
Lint source code using project-configured linters and auto-fix safe violations.
| name | explain-error |
| version | 1.0.0 |
| description | Diagnose and explain error messages with root cause analysis and actionable fix steps. |
| allowed_tools | ["file_ops","shell"] |
| tags | ["debugging","developer","error-diagnosis"] |
Given an error message, stack trace, or log output, perform root cause analysis and provide a clear explanation plus actionable fix steps.
TypeError, NullPointerException)file_ops to read relevant files. Show what you are reading and why.## Error Diagnosis
**Error type**: <exception class or error category>
**Origin**: <file>:<line> in <function>
**Root cause**: <concise statement of why this happened>
---
### What Happened
<2-4 sentences explaining the error in plain English>
### Why It Happened
<Technical explanation of root cause, referencing specific code or config>
### How to Fix It
1. <First fix step — specific and actionable>
2. <Second fix step if needed>
3. ...
### How to Verify
Run: `<command>`
Expected result: <what a successful outcome looks like>
user object is None because the database query returned no
results for the given ID" is.DATABASE_URL in your .env file to postgresql://..." is.