GitHub CLI Rules
GitHub CLI for pull requests, issues, repos, actions, and code review — all from your terminal.
3 rules
GitHub Actions Workflow Standards
Intermediate
Enforce security and performance standards for GitHub Actions workflows — SHA-pinned actions, least-privilege permissions, timeouts, concurrency, and caching requirements.
globs: **/.github/workflows/*.yml, **/.github/workflows/*.yaml
github-actions, workflow, security, performance
View Rule
Branch Protection Configuration
Beginner
Define mandatory branch protection rules for main and release branches — required reviews, status checks, signed commits, and merge strategy enforcement.
globs: **/.github/**
branch-protection, repository-settings, security, governance
View Rule
Repository Structure & Community Files
Beginner
Standard repository structure with required community health files — README, LICENSE, CONTRIBUTING, SECURITY.md, issue/PR templates, and .github directory organization.
globs: **/.github/**, **/README.md, **/LICENSE, **/CONTRIBUTING.md, **/SECURITY.md
repository, community-health, templates, documentation
View Rule