ci

star 2

Guidelines for GitHub Actions.

andrewhowdencom By andrewhowdencom schedule Updated 1/27/2026

name: ci description: Guidelines for GitHub Actions.

CI

GitHub Actions

Use GitHub Actions for CI related tasks. They should typically invoke the Taskfile to run standard build and test steps:

# Example step in .github/workflows/ci.yml
- name: Validate
  run: task validate
Install via CLI
npx skills add https://github.com/andrewhowdencom/.agents --skill ci
Repository Details
star Stars 2
call_split Forks 2
navigation Branch main
article Path SKILL.md
More from Creator
andrewhowdencom
andrewhowdencom Explore all skills →