com um clique
debug
Debug some feature
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Debug some feature
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional 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.