con un clic
debug
Debug some feature
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Debug some feature
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación 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.