Agent Skill · Apollo Config

apollo-quick-start-release

Orchestrate Apollo quick-start release updates with checkpoint-gated GitHub workflow triggers and resume support. Use when Apollo server publishes a new version and you need to trigger quick-start asset sync PR creation, wait for PR merge, then trigger docker-publish with controlled tag input.

Provider: Apollo Config Path in repo: apollo-quick-start-release/SKILL.md

Skill body

Apollo Quick Start Release

Run this skill when an Apollo release is finished and you want to drive apolloconfig/apollo-quick-start release follow-up in two human-gated phases:

  1. Trigger quick-start asset sync workflow to create/update the release PR.
  2. After PR merge, trigger docker publish workflow with the target tag.

Workflow Contract

Command Entry

python3 scripts/release_flow.py run \
  --release-version X.Y.Z \
  [--docker-tag TAG] \
  [--state-file .apollo-quick-start-release-state.json] \
  [--confirm-checkpoint CHECKPOINT] \
  [--dry-run]

Options

Supported checkpoints

If execution stops at a checkpoint, rerun with --confirm-checkpoint <NAME>.

Step Mapping

  1. Preflight validation:
    • toolchain (gh, git, python3)
    • repository root and remote checks
    • optional auth scope checks (repo, workflow)
  2. Sync checkpoint:
    • Trigger .github/workflows/sync-apollo-release.yml on master with release_version.
    • Wait for workflow completion.
    • Resolve fixed branch codex/quick-start-sync-<release_version> PR status.
  3. Merge gate:
    • If sync workflow produced PR and it is not merged, stop and require merge first.
    • If no PR exists (no-change sync), allow proceeding directly.
  4. Docker checkpoint:
    • Trigger .github/workflows/docker-publish.yml on master with tag=<docker_tag>.
    • Wait for workflow completion.
    • Output final report with run URLs, PR metadata, and current pending checkpoint.

Scripts

Operational Notes

Work with this as data

Every skill here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for agent skills

4 MCP tools reach this
  • find_skillsBrowse and filter every skill in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This skill
curl "https://apis.io/api/v1/skills/apollo-quick-start-release"
All agent skills
curl "https://apis.io/api/v1/skills?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.