fix-mypy
Installation
SKILL.md
Fix MyPy Issues Skill
This skill automatically fixes mypy type checking errors in any Azure SDK for Python package by analyzing existing code patterns and applying fixes with 100% confidence.
Overview
Intelligently fixes mypy issues by:
- Getting the package path or GitHub issue URL from the user
- Reading and analyzing the issue details (if issue URL provided)
- Setting up or using existing virtual environment
- Installing required dependencies
- Running mypy on the package
- Analyzing the mypy output to identify type errors
- Searching codebase for existing type annotation patterns
- Applying fixes only with 100% confidence
- Re-running mypy to verify fixes
- Creating a pull request
- Providing a summary of what was fixed