en un clic
debug
Debug some feature
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Debug some feature
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle 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.