
from claude-plugin-marketplace39
Practical guide and templates for fast, reliable Python CI/CD: uv-based installs, matrix testing, dependency caching, parallel jobs, reusable workflows, and PyP
Provides a comprehensive cookbook for optimizing Python GitHub Actions workflows. It documents uv-based fast installs, dependency caching, matrix strategies across Python versions and OSes, parallelization patterns, reusable workflows and composite actions, and publishing pipelines to PyPI.
Activate this skill when setting up or improving CI/CD for Python projects: to speed up builds with uv, add robust matrix testing, implement reliable caching, split tests by job type, or standardise publishing and coverage reporting. Useful for maintainers who want repeatable, fast pipelines.
{}
A comprehensive Python GitHub Actions optimization guide covering uv-based CI workflows, matrix testing, dependency caching, parallel jobs, reusable workflows, and PyPI publishing. Purely instructional with YAML templates — no bundled scripts. Well-organized with quick reference tables and progressive examples from simple to complex CI/CD pipelines.
No security concerns — skill is purely instructional YAML templates and documentation. No scripts, no network calls, no credentials. Clean frontmatter with specific trigger conditions. Could benefit from splitting into references/ for the many YAML examples to reduce SKILL.md length.