What problem does it solve?
This Skill automates the complex and time-consuming process of analyzing various types of code errors, categorizing them, and generating actionable fix proposals, thereby accelerating the debugging cycle.
Core Features & Use Cases
- Error Categorization: Automatically classifies errors from linters (mypy, ruff), test runners (pytest, Vitest), and runtime exceptions.
- Root Cause Analysis: Identifies the underlying reasons for errors by examining code and stack traces.
- Fix Generation: Proposes specific code modifications or commands to resolve identified issues.
- Use Case: When a CI/CD pipeline fails due to numerous type errors reported by mypy, this Skill can analyze all errors, group them by type and file, and suggest a prioritized plan for fixing them, potentially even automating some fixes.
Quick Start
Use the analyze-errors skill to analyze the output from running uv run mypy . in the current directory.