From billy-milligan
Git workflows: trunk-based development vs GitFlow, Conventional Commits specification, PR templates, branch protection rules, merge strategies (squash vs merge vs rebase), interactive rebase for clean history, git bisect for debugging, monorepo patterns. Use when setting up team git workflow, writing commit messages, reviewing PR process.
npx claudepluginhub rnavarych/alpha-engineer --plugin billy-milliganThis skill is limited to using the following tools:
- Choosing between trunk-based development and GitFlow
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Designs, implements, and audits WCAG 2.2 AA accessible UIs for Web (ARIA/HTML5), iOS (SwiftUI traits), and Android (Compose semantics). Audits code for compliance gaps.
feat:, fix:, chore: → automatic semantic versioning and changelogsreferences/branching-strategies.md — trunk-based workflow, branch naming conventions, PR template, branch protection rules, git bisect, interactive rebasereferences/conventional-commits.md — full type reference, breaking changes, examples, semantic versioning trigger rulesreferences/monorepo-strategies.md — Turborepo, Nx, affected package detection, shared commit scopes