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:

  1. Getting the package path or GitHub issue URL from the user
  2. Reading and analyzing the issue details (if issue URL provided)
  3. Setting up or using existing virtual environment
  4. Installing required dependencies
  5. Running mypy on the package
  6. Analyzing the mypy output to identify type errors
  7. Searching codebase for existing type annotation patterns
  8. Applying fixes only with 100% confidence
  9. Re-running mypy to verify fixes
  10. Creating a pull request
  11. Providing a summary of what was fixed
Installs
2
GitHub Stars
5.6K
First Seen
Jun 7, 2026
fix-mypy — azure/azure-sdk-for-python