What problem does it solve?
This Skill configures GitHub Actions workflows and CI/CD pipelines to automate tests, builds, and releases, reducing manual setup and CI debugging time.
Core Features & Use Cases
- Workflow Automation: Create and manage CI workflows under .github/workflows (e.g., test-on-pr.yml, release.yml, changeset-bot.yml) to standardize PR validation and release processes.
- Release & Validation: Integrates Changesets for automated npm releases and version management directly from PRs.
- CI Troubleshooting: Provides practical guidance to diagnose and fix common CI failures across CI environments.
- Husky Hooks & Secrets: Manage pre-push hooks and secrets to enforce quality gates before pushes.
Quick Start
Configure CI by adding a PR validation workflow, a release workflow, and a changeset bot workflow. Ensure Node.js is installed, pnpm is available, and the gh CLI is configured. Commit and push the changes to trigger CI.