# GitHub Actions CI patterns

> CI patterns that call Make targets

- Skill: `rcarmo/github-actions-ci-patterns-3` (Agent Skill)
- Install (CLI): `npx skillmds@latest add rcarmo/github-actions-ci-patterns-3`
- Raw SKILL.md: https://api.skillmd.com/api/skills/rcarmo/github-actions-ci-patterns-3/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: rcarmo (https://skillmd.com/u/rcarmo)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/rcarmo/github-actions-ci-patterns-3

---


# Skill: GitHub Actions CI patterns

## Goal
Keep CI simple and repo-driven: workflows should call Make targets.

## Conventions
- Always include `actions/checkout@v4`.
- Prefer a single `make check` step.
- Keep language/tool setup minimal unless required.

## Files
- `.github/workflows/ci.yml`
- `.github/workflows/cleanup.yml`

