
Set Up Ci
- 2 repo stars
- Updated July 24, 2026
- cboone/agent-harness-plugins
Set up GitHub Actions CI with test, lint, format, and vulnerability-check jobs, plus matching Makefile targets.
About
Set-up-ci configures GitHub Actions CI with test, lint, format, and vulnerability-check jobs, plus matching Makefile targets. It bootstraps a complete continuous-integration pipeline so every push is automatically validated. Aimed at developers establishing automated quality and test gates for a repo.
- GitHub Actions CI
- Test/lint/format/vuln jobs
- Matching Makefile targets
- Pipeline bootstrap
Set Up Ci by the numbers
- Data as of Jul 25, 2026 (Skillselion catalog sync)
/plugin marketplace add cboone/agent-harness-plugins/plugin install set-up-ci@agent-harness-pluginsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 2 |
|---|---|
| Last updated | July 24, 2026 |
| Repository | cboone/agent-harness-plugins ↗ |
What it does
Set up GitHub Actions CI with test, lint, format, and vulnerability-check jobs, plus matching Makefile targets.
README.md
Set-Up CI
Set up GitHub Actions CI with test, lint, format, and vulnerability check jobs, plus matching Makefile targets.
Type: Skill
Trigger: /set-up-ci
Installation
See the marketplace install instructions.
What It Does
Detects the project's language(s), creates a GitHub Actions CI workflow (.github/workflows/ci.yml) with appropriate parallel jobs, and creates matching Makefile targets for local development.
Supported languages: Go (CLI and library), JavaScript/TypeScript, Python, Rust, Ruby, Shell, Zig, and Zsh. Multi-language projects get a combined workflow with one job group per language.
Usage
/set-up-ci
Examples
- "set up CI": detects language and generates workflow + Makefile targets
- "add CI to this project": same behavior
- "configure CI": same behavior
See Also
- Set-Up Secret Scanning: add secret scanning to CI
- Set-Up Linters: configure linter and formatter tools
- Scaffold Go CLI: scaffold a full Go CLI project (includes CI)
- Scaffold Go Library: scaffold a Go library project (includes CI)
- All plugins