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:

  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 documentation dependencies
  5. Running Sphinx build on the package
  6. Analyzing the Sphinx output to identify warnings and errors
  7. Searching codebase for existing documentation patterns to follow
  8. Applying fixes only with 100% confidence
  9. Re-running Sphinx build 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-sphinx — azure/azure-sdk-for-python