{"id":50876630,"url":"https://github.com/apolloconfig/apollo-skills","last_synced_at":"2026-06-15T10:30:41.780Z","repository":{"id":338154214,"uuid":"1156762864","full_name":"apolloconfig/apollo-skills","owner":"apolloconfig","description":"Maintainer skills and workflows for autopilot Apollo community operations: issue review, issue-to-PR, and PR review.","archived":false,"fork":false,"pushed_at":"2026-03-28T08:49:34.000Z","size":167,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-28T12:42:48.722Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apolloconfig.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-13T02:49:10.000Z","updated_at":"2026-03-28T08:49:35.000Z","dependencies_parsed_at":"2026-03-28T10:03:49.774Z","dependency_job_id":null,"html_url":"https://github.com/apolloconfig/apollo-skills","commit_stats":null,"previous_names":["apolloconfig/apollo-skills"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/apolloconfig/apollo-skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apolloconfig%2Fapollo-skills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apolloconfig%2Fapollo-skills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apolloconfig%2Fapollo-skills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apolloconfig%2Fapollo-skills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apolloconfig","download_url":"https://codeload.github.com/apolloconfig/apollo-skills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apolloconfig%2Fapollo-skills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34357285,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-15T02:00:07.085Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-15T10:30:41.006Z","updated_at":"2026-06-15T10:30:41.772Z","avatar_url":"https://github.com/apolloconfig.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# apollo-skills\n\nMaintainer skills and workflows for semi-automated Apollo community operations:\n\n- issue review\n- issue-to-PR\n- PR review\n- periodic community review automation\n- contributor promotion review\n- server release orchestration\n- Java client release orchestration\n- helm chart release orchestration\n- quick-start release orchestration\n\nThese skills are designed for human-in-the-loop operation by default, with optional machine-readable handoff blocks for pipeline chaining.\n\n## Skills\n\n### 1) `apollo-issue-review`\n\nReview and triage issues, propose labels, ask for missing details, and draft maintainer replies.\n\nDefault output: human-friendly summary and reply draft.  \nOptional: append pipeline handoff fields when `output_mode=pipeline`.\n\n### 2) `apollo-issue-to-pr`\n\nConvert qualified issues (`bug` / `feature request` / `enhancement`) into minimal draft PRs with risk gating and focused validation.\n\nDefault output: human-friendly implementation and validation summary.  \nOptional: append pipeline handoff fields when `output_mode=pipeline`.\n\n### 3) `apollo-pr-review`\n\nRun maintainer-grade PR review with compatibility/regression focus, then produce a publish-ready review draft.\n\nDefault output: human-friendly review decision and findings.  \nOptional: append pipeline handoff fields when `output_mode=pipeline`.\n\n### 4) `apollo-community-review`\n\nRun the scheduled Apollo GitHub community review automation for `apolloconfig/apollo`:\n\n- scan open issues and PRs for new external activity\n- route issues to `apollo-issue-review` and PRs to `apollo-pr-review`\n- apply deterministic high-confidence auto-send policy\n- batch the run into one inbox summary with `Auto-sent`, `Needs review`, and `Skipped/Error`\n\n### 5) `apollo-java-release`\n\nRun Apollo Java formal release flow with checkpoint-gated automation:\n\n- release version bump PR\n- GitHub prerelease creation\n- release workflow trigger (auto-publish via central-publishing-maven-plugin)\n- announcement discussion creation\n- post-release SNAPSHOT bump PR\n- prerelease promotion to official release after publish workflow succeeds\n\n### 6) `apollo-contributor-promotion-review`\n\nRun a quarterly Apollo contributor promotion review across `apolloconfig`:\n\n- scan recent contributor activity across the organization\n- rank the top contributors from the last 100 days\n- backfill historical PR/review/community evidence for the top candidates\n- produce an internal report for member, committer discussion, PMC discussion, or continued observation\n\n### 7) `apollo-release`\n\nRun Apollo server formal release flow with checkpoint-gated automation:\n\n- release revision bump PR (`pom.xml` revision only)\n- prerelease draft from `CHANGES.md` with user-selected highlight PRs (`--highlight-prs`)\n- package workflow trigger (`release-packages.yml`) and release asset verification\n- docker publish workflow trigger (`docker-publish.yml`)\n- prerelease promotion to official release\n- announcement discussion creation\n- post-release SNAPSHOT bump PR with `CHANGES.md` archive and milestone management\n\n### 8) `apollo-helm-chart-release`\n\nRun Apollo Helm chart release flow for `apolloconfig/apollo-helm-chart` with local automation and publish gates:\n\n- detect version trigger from chart `version` / `appVersion` diff with docs lag fallback\n- run `helm lint`, package both charts, move tgz to `docs`, and regenerate `docs/index.yaml`\n- enforce whitelist-only git changes before commit\n- create standardized release commit and generate ready-for-review PR draft\n- stop at push/PR gate commands for explicit human confirmation\n\n### 9) `apollo-quick-start-release`\n\nRun Apollo quick-start release follow-up flow with checkpoint-gated automation:\n\n- trigger quick-start asset sync workflow (`sync-apollo-release.yml`) for release version updates\n- wait for sync workflow completion and inspect fixed-branch PR status (`codex/quick-start-sync-\u003cversion\u003e`)\n- require PR merge confirmation before docker publish when sync changes exist\n- trigger docker publish workflow (`docker-publish.yml`) with configurable tag (default: release version)\n- support resume via state file and explicit checkpoint confirmations\n\n## Recommended Flow\n\n1. `apollo-issue-review`\n2. `apollo-issue-to-pr` (only when issue is ready)\n3. `apollo-pr-review`\n4. `apollo-release` (for Apollo server release cycles)\n5. `apollo-java-release` (for formal Java SDK release cycles)\n6. `apollo-community-review` (for periodic issue/PR scan, skill routing, and gated auto-send)\n7. `apollo-contributor-promotion-review` (for quarterly contributor ranking and promotion readiness review)\n8. `apollo-helm-chart-release` (for apollo-helm-chart packaging/index/PR flow)\n9. `apollo-quick-start-release` (for apollo-quick-start sync PR + docker publish flow)\n\nAll publish actions remain confirmation-gated by default.\n\n## Quick Usage\n\n```text\nUse $apollo-issue-review \u003cissue-id\u003e\nUse $apollo-issue-to-pr \u003cissue-id\u003e\nUse $apollo-pr-review \u003cpr-id\u003e\nUse $apollo-java-release \u003crelease-version\u003e\nUse $apollo-community-review\nUse $apollo-contributor-promotion-review\nUse $apollo-release \u003crelease-version\u003e\nUse $apollo-helm-chart-release\nUse $apollo-quick-start-release \u003crelease-version\u003e\n```\n\n## Repository Layout\n\n```text\napollo-issue-review/\napollo-issue-to-pr/\napollo-pr-review/\napollo-community-review/\napollo-contributor-promotion-review/\napollo-release/\napollo-java-release/\napollo-helm-chart-release/\napollo-quick-start-release/\n```\n\nEach skill contains its own `SKILL.md` and optional `references/`, `scripts/`, or `agents/` content.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapolloconfig%2Fapollo-skills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapolloconfig%2Fapollo-skills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapolloconfig%2Fapollo-skills/lists"}