# Github Actions Skill

> Design and maintain GitHub Actions pipelines for distributed scheduler and executor reliability.

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

---


# github-actions-skill

## Purpose
- Keep CI and CD deterministic for scheduler center and executor nodes.
- Enforce failover tests as release gates.

## Checklist
- Use Go 1.26 toolchain in all jobs.
- Run unit and integration tests on push and PR.
- Keep fail-fast disabled for cross-platform matrix.
- Build both server and executor artifacts.

## Reliability Rules
- CI must fail when failover test fails.
- Action steps should avoid hidden mutable state.
- Prefer explicit versions for marketplace actions.

