fix-sphinx
Installation
SKILL.md
Fix Sphinx Documentation Issues Skill
This skill automatically fixes Sphinx documentation warnings and errors in any Azure SDK for Python package by analyzing existing documentation patterns and applying fixes with 100% confidence.
Overview
Intelligently fixes Sphinx documentation 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 documentation dependencies
- Running Sphinx build on the package
- Analyzing the Sphinx output to identify warnings and errors
- Searching codebase for existing documentation patterns to follow
- Applying fixes only with 100% confidence
- Re-running Sphinx build to verify fixes
- Creating a pull request
- Providing a summary of what was fixed