원클릭으로
debug
Debug some feature
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Debug some feature
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Write the release notes
Review the changelog and last commits for consistency
Simplify the [Unreleased] section of CHANGELOG.md (or a specific version) into a user-focused changelog summary using the instructions from the CI workflow.
Clean C# code style based on project rules
Write a commit message for the currently staged or uncommitted changes
Instruct the AI to fully refactor code, prioritizing best quality over minimal changes
| name | debug |
| description | Debug some feature |
| allowed-tools | ["read","edit","exec","grep","glob","ask_user_question"] |
| triggers | ["user","model"] |
You'll be requested to debug the code. The user should provide you with logs. Try to identify the root cause of the error, avoid applying cosmetic solutions. Choose between any of the following actions:
Ask the user to perform some tasks in order to narrow the research.
Add more debugging in code and ask the user to test again.
When the root cause is identified, discuss the solution with the user.
Implement the solution.