Agent Skill · Apollo Config

apollo-contributor-promotion-review

Review Apollo community contributors for quarterly promotion readiness across the apolloconfig organization. Use when Codex needs to scan the last 100 days of contributor activity, rank top contributors, inspect their historical PR/review/community evidence, and produce an internal report that recommends member invitation, committer discussion, PMC discussion, or continued observation.

Provider: Apollo Config Path in repo: apollo-contributor-promotion-review/SKILL.md

Skill body

Apollo Contributor Promotion Review

Use this skill to run a quarterly Apollo contributor promotion review. It scans recent activity across apolloconfig, ranks the top contributors, backfills historical evidence, and produces an internal report for governance decisions.

Path notes:

Defaults

Workflow

  1. Review the policy inputs.
    • Use the default policy unless the user explicitly wants a different repo scope, lookback window, or score weights.
    • Use a role override file when the public GitHub data is known to be incomplete for members, committers, PMC, aliases, or ignore rules.
  2. Run the scan.
    python3 "$SKILL_ROOT/scripts/contributor_promotion_review.py" \
      scan \
      --policy-file "$SKILL_ROOT/references/review-policy.example.json" \
      --pretty > /path/to/scan.json
    
  3. Render the internal report.
    python3 "$SKILL_ROOT/scripts/contributor_promotion_review.py" \
      summarize \
      --scan-file /path/to/scan.json
    
  4. Review the recommendations manually before taking action.
    • Member means the evidence is strong enough to consider sending a membership invitation flow, but 2FA and sponsorship remain manual checks.
    • Committer discussion means the candidate looks ready for a PMC nomination discussion, not that the promotion should happen automatically.
    • Candidate for PMC discussion means the candidate looks strong enough for internal PMC consideration, not that the vote has happened.
    • Continue observing means the skill found useful evidence but not enough for a promotion recommendation.

Output Rules

Safety Rules

Resources

scripts/

references/