---
description: Auto-fetch logs and fix issues
allowed-tools: Task, Read, Write, Bash, Grep
---

# 📋 Fix from Logs

Fetch recent error logs, analyze, and fix.

## Process
1. Find log files
2. Extract recent errors
3. Analyze patterns
4. Fix identified issues
5. Verify fixes

## Log Locations
- `logs/`
- `*.log`
- Console output
- Error tracking
