github-actions

Installation
SKILL.md

GitHub Actions

When to Use

  • Setting up CI/CD pipelines
  • Automating tests and builds
  • Deployment automation

When NOT to Use

  • GitLab CI projects using .gitlab-ci.yml configuration
  • Jenkins pipelines using Jenkinsfile or Groovy-based configuration
  • CircleCI, Travis CI, or other non-GitHub CI/CD systems

Core Patterns

1. CI Pipeline

Installs
1
GitHub Stars
97
First Seen
Apr 8, 2026
github-actions — duthaho/claudekit