بنقرة واحدة
debug-assistant
Systematic debugging assistant. Analyzes errors, traces root causes, and suggests fixes with evidence.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Systematic debugging assistant. Analyzes errors, traces root causes, and suggests fixes with evidence.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Enforces a strict 4-phase methodology (Plan, Generate, Review, DoD) for development tickets to ensure high-quality, secure, and production-ready code. Features a continuous YOLO mode loop for autonomous task completion.
Performs thorough code review on files or diffs. Checks for bugs, security issues, performance problems, and code quality.
Verifies that NDE-OS agent core code is production-ready with no mocks, no fakes, no TODOs, and matches all R&D comparison claims. Use after implementing any agent core module, before marking a task as complete, or when auditing code quality against the implementation plan.
Explains code in plain language. Breaks down complex logic, traces execution flow, and creates documentation.
Sets up new project scaffolding with proper structure, configuration, and tooling. Supports Rust, TypeScript, Python, and more.
Refactors code for better structure, readability, and performance while preserving behavior.
استنادا إلى تصنيف SOC المهني
| name | debug-assistant |
| description | Systematic debugging assistant. Analyzes errors, traces root causes, and suggests fixes with evidence. |
| triggers | ["debug this","why is this failing","fix this error","help me debug","trace this bug"] |
Systematically diagnose and fix bugs by gathering evidence, forming hypotheses, and validating fixes.
file_read — read source files around the errorcode_search — find where functions/variables are defined and usedgit with log and diff — check what changed recentlyshell_exec — run tests or reproduce the errorweb_search — look up error messages or library issues## Debug Report
### Error
{error_message_or_behavior}
### Root Cause
{explanation with evidence from code}
### Fix
{code change with file path and line numbers}
### Verification
{how to verify the fix works}