# Github Actions CI Patterns

> CI patterns that call Make targets Use when this capability is needed.

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

---


# 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`

---
> Source: [rcarmo/agentbox](https://github.com/rcarmo/agentbox) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-07-03 -->

