fix-pylint

Installation
SKILL.md

Fix Pylint Issues Skill

This skill automatically fixes pylint warnings in any Azure SDK for Python package by analyzing existing code patterns and applying fixes with 100% confidence.

Overview

Intelligently fixes pylint 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 pylint on the package
  6. Analyzing the pylint output to identify warnings
  7. Searching codebase for existing patterns to follow
  8. Applying fixes only with 100% confidence
  9. Re-running pylint 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-pylint — azure/azure-sdk-for-python