بنقرة واحدة
debug
Diagnose and fix a bug or unexpected behaviour
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Diagnose and fix a bug or unexpected behaviour
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Split a noisy autoresearch branch into clean, independent branches — one per logical change — ready for individual review
Author before.sh/after.sh hooks that run automation at autoresearch iteration boundaries — notifications, journals, git tags, priming the next attempt
Set up an autonomous optimisation loop — gather the goal, write the session files, run the baseline, and start iterating
Author declarative .tau/workflows/*.yaml files for Tau's /workflow command — reusable multi-phase, multi-agent pipelines. Use when the user asks to create, write, edit, or scaffold a workflow, or wants to turn a repeated multi-step task (audits, migrations, reviews, research) into a rerunnable automation.
Review code changes for bugs, clarity, and correctness
Stage and commit changes with a well-formed commit message
| name | debug |
| description | Diagnose and fix a bug or unexpected behaviour |
Read the relevant code and any error output. Identify the root cause, not just the symptom. Explain the cause in one sentence, then make a targeted fix. Do not change unrelated code. If reproduction steps are unclear, ask before guessing.