بنقرة واحدة
debug
Debugging workflow that MUST reproduce, investigate, fix, and verify unexpected behavior.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Debugging workflow that MUST reproduce, investigate, fix, and verify unexpected behavior.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Code-quality review that MUST assess five quality axes and SHOULD apply the ReAct checklist with prioritized fixes.
Multi-phase delivery framework that MUST preserve session continuity and SHOULD support SHA-based rollback.
Cleanup pass that MUST remove filler and SHOULD tighten code, docs, and Markdown.
Hardens code against vulnerabilities. Use when handling user input, authentication, data storage, or external integrations. Use when building any feature that accepts untrusted data, manages user sessions, or interacts with third-party services.
Refinement pass that MUST preserve behavior and SHOULD make recent changes clearer and more consistent.
| name | debug |
| description | Debugging workflow that MUST reproduce, investigate, fix, and verify unexpected behavior. |
| argument-hint | <describe what's broken> |
Debug issues through systematic investigation. This skill MUST debug problems using evidence: reproduce the issue, investigate likely causes, fix the root cause, and verify the result. It SHOULD form explicit hypotheses, test them one by one, and stop to ask for help when reproduction or confirmation is not possible.
Summarize:
Ask the user for help if: