Loading...
Loading...
Found 28 Skills
Pyright fast Python type checker from Microsoft with VS Code integration and strict type checking modes
Validate Python code quality with formatting, type checking, linting, and security analysis. Use for Python codebases to ensure PEP 8 compliance, type safety, and code quality.
Interactively fix any type checking issues in Python code
Automatically diagnose and fix CI failures in the current PR. Retrieves failed logs from GitHub Actions, categorizes the failure (lint, format, type-check, test), applies targeted fixes, verifies locally, and commits/pushes. Use when CI fails after push.