This is a practical collection of GitHub Actions workflows and patterns for automating code reviews, issue triage, and CI/CD tasks using Claude. You get ready-to-use YAML configs for PR reviews that analyze diffs and post structured feedback, issue triage that auto-labels based on content analysis, and smart test selection based on code changes. The workflows use github-script actions with the Anthropic SDK to call Claude directly from your CI pipeline. Most useful when you're tired of manually triaging issues or want consistent PR reviews without adding review bottlenecks. The patterns are clearly inspired by modern DevOps tooling and include sensible prompt templates for common scenarios like detecting missing reproduction steps or security concerns.
npx skills add https://github.com/davila7/claude-code-templates --skill github-workflow-automation