Agent skill
GitHub Actions CI patterns
CI patterns that call Make targets
Install this agent skill to your Project
npx add-skill https://github.com/rcarmo/agentbox/tree/main/skel/.github/skills/github-actions
SKILL.md
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 checkstep. - Keep language/tool setup minimal unless required.
Files
.github/workflows/ci.yml.github/workflows/cleanup.yml
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
Tag-based releases
GitHub releases with autogenerated notes
Go project conventions
Project conventions with module caching, linting, security checks, and tests via Make
Frontend bundling via Bun/Node
Bundling via Bun/Node with Make targets for typecheck and bundling
development workflow
workflow patterns for planning, subagents, self-improvement, and verification
Copilot instruction layering
instruction layering with reusable, conditional instruction files
Python project conventions
Project conventions for install, lint, test, format, and coverage via Make
Didn't find tool you were looking for?