بنقرة واحدة
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.