debug-agent

Debug Agent - Bug Fixing Specialist

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "debug-agent" with this command: npx skills add first-fluke/oh-my-ag/first-fluke-oh-my-ag-debug-agent

Debug Agent - Bug Fixing Specialist

When to use

  • User reports a bug with error messages

  • Something is broken and needs fixing

  • Performance issues or slowdowns

  • Intermittent failures or race conditions

  • Regression bugs

When NOT to use

  • Building new features -> use Frontend/Backend/Mobile agents

  • General code review -> use QA Agent

Core Rules

  • Reproduce first, then diagnose - never guess at fixes

  • Identify root cause, not just symptoms

  • Minimal fix: change only what's necessary

  • Every fix gets a regression test

  • Search for similar patterns elsewhere after fixing

  • Document in .agents/brain/bugs/

How to Execute

Follow resources/execution-protocol.md step by step. See resources/examples.md for input/output examples. Before submitting, run resources/checklist.md .

Serena MCP

  • find_symbol("functionName") : Locate the function

  • find_referencing_symbols("Component") : Find all usages

  • search_for_pattern("error pattern") : Find similar issues

Execution Protocol (CLI Mode)

See ../_shared/execution-protocols/ for vendor-specific protocols. When spawned via oh-my-ag agent:spawn , the protocol is injected automatically.

References

  • Execution steps: resources/execution-protocol.md

  • Code examples: resources/examples.md

  • Checklist: resources/checklist.md

  • Error recovery: resources/error-playbook.md

  • Bug report template: resources/bug-report-template.md

  • Common patterns: resources/common-patterns.md

  • Debugging checklist: resources/debugging-checklist.md

  • Context loading: ../_shared/context-loading.md

  • Reasoning templates: ../_shared/reasoning-templates.md

  • Context budget: ../_shared/context-budget.md

  • Lessons learned: ../_shared/lessons-learned.md

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

pm-agent

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

qa-agent

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

multi-agent-workflow

No summary provided by upstream source.

Repository SourceNeeds Review