github-actions-templates

Production-ready GitHub Actions workflow patterns for testing, building, and deploying applications.

Content Preview
---
name: github-actions-templates
description: "Production-ready GitHub Actions workflow patterns for testing, building, and deploying applications."
risk: unknown
source: community
date_added: "2026-02-27"
---

# GitHub Actions Templates

Production-ready GitHub Actions workflow patterns for testing, building, and deploying applications.

## Do not use this skill when

- The task is unrelated to github actions templates
- You need a different domain or tool outside this scope

## Instructions
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/github-actions-templates.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/github-actions-templates/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/github-actions-templates/SKILL.md

Related Skills