apastra-setup-ci
Installation
SKILL.md
Apastra CI Setup
Upgrade your local-first PromptOps workflow with GitHub Actions. This adds PR gating, release automation, and autonomous promotion tracking to your repository.
Apastra is designed to be CI optional. You can start local-first (using your IDE agent as the harness) and upgrade to CI any time just by dropping these workflows into your repository. The core file-based protocol never changes.
When to Use
Use this skill when you want to:
- Enforce that pull requests pass prompt evaluations before merging
- Block PRs that cause prompt regressions against known baselines
- Automate immutable releases of approved prompt packages
- Track promotions of prompts to production environments
How to Set Up CI
When the user asks to "set up apastra CI" or "upgrade to CI", do the following: