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:
- 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 pylint on the package
- Analyzing the pylint output to identify warnings
- Searching codebase for existing patterns to follow
- Applying fixes only with 100% confidence
- Re-running pylint to verify fixes
- Creating a pull request
- Providing a summary of what was fixed