About
The Format & Lint Assistant streamlines the development cycle by enforcing a rigorous, standardized workflow for Python code quality. It intelligently sequences 'make format' and 'make lint' commands to resolve stylistic issues before tackling logic errors and type mismatches. By leveraging the 'uv' package manager, the skill ensures that all missing type stubs and dev dependencies are properly recorded in the pyproject.toml file, preventing environment drift and ensuring that your CI/CD pipeline remains consistent with your local development environment.