auto-search-debug
SKILL.md
Auto-Search Debugging (Self-Healing Loop)
This skill enables the agent to proactively resolve errors by leveraging the Antigravity Manager's built-in MCP tools.
Core Protocol
- Trigger: When a "Critical" or "Fatal" error is detected in the logs (e.g., Python stack trace, Node.js exception).
- Search: Use
search_webto find the error message on StackOverflow, GitHub Issues, or official documentation. - Read: Use
read_url_contentto extract the fix or implementation example from the search results. - Apply: Propose or implement the fix directly in the code.
Verification
- Run a broken script (e.g., missing dependency).
- Observe the agent triggering the search loop.
- Confirm the fix is proposed based on real-world documentation.