What problem does it solve? Manually reviewing pull requests, triaging issues, and maintaining CI/CD pipelines consumes significant engineering time. This Skill provides ready-to-use GitHub Actions workflow patterns that automate these repetitive repository maintenance tasks with AI assistance. ## Core Features & Use Cases - Automated PR Review: GitHub Actions workflows that send PR diffs to an AI model and post structured review comments covering bugs, security concerns, and improvement suggestions. - Issue Triage & Labeling: Automatically classify new issues by type, severity, and area, apply labels, and request reproduction steps from reporters. - CI/CD & Git Automation: Smart test selection based on changed files, AI deployment risk assessment, rollback workflows, auto-rebase commands, and stale branch cleanup. - Use Case: A team lead wants every pull request to receive an initial AI review before human reviewers look at it. They copy the ai-review.yml workflow into their repository, add an Anthropic API key to GitHub Secrets, and every new PR gets an automated structured review comment. ## Quick Start Set up an automated AI code review workflow for my GitHub repository that comments on every new pull request.