Enforces high-performance Git, GitHub, and CI/CD workflows using the gh CLI, Conventional Commits, and optimized language-specific pipelines.
This skill aligns Claude’s development behavior with a sophisticated set of Git and GitHub conventions designed for speed and consistency. It automates repository management via the gh CLI, enforces the Conventional Commits standard with atomic staging, and implements advanced CI/CD patterns for Rust, Python, and TypeScript. By utilizing path-scoped filters and specialized tools like uv, pnpm, and nextest, it ensures that your workflows remain clean, your CI runs stay efficient, and your repository structure stays organized.
Características Principales
01Secure, on-demand credential handling using gh auth token instead of static PATs.
02Strict enforcement of Conventional Commits and atomic staging (git add -p).
0312 GitHub stars
04Automated GitHub CLI (gh) integration for repo operations and PR management.
05Path-scoped CI optimization using dorny/paths-filter to reduce build times.
06Pre-configured CI stacks for Rust (nextest/sccache), Python (uv/ruff), and TypeScript (pnpm).
Casos de Uso
01Preparing clean, reviewable pull requests with automated titles and guarded CI actions.
02Initializing or cloning repositories into standardized local directory structures.
03Configuring multi-stack CI/CD pipelines that intelligently trigger based on specific file changes.