cyberneticlibrary

Automate GitHub repo operations

github-opsskillsetup L20
Sheshiyer/skill-clusters
What it does

Manage GitHub repository operations and CI/CD

Best for

Community-driven open-source projects needing continuous triage, CI reliability, and contributor experience management

Inputs
  • · [object Object]
  • · [object Object]
Outputs
  • · [object Object]
  • · [object Object]
  • · [object Object]
Requires
  • · gh CLI (GitHub API client)
Preconditions

gh auth configured; repo accessible; permission to triage/label/comment (no merge needed for read operations)

Failure modes
  • · Closing stale issues without 30-day notice period
  • · Treating CI flake as permanent failure and merging anyway
  • · Missing security alerts in Dependabot/secret scanning
Trust signals
  • · Triage workflow with duplicate detection and multi-label classification
  • · Stale policy explicit (14 days → label, 30 days → close with notice)
  • · CI failure triage distinguishes flaky vs real (not just re-run)
  • · Release checklist (green CI, changelog from PRs, pre-release support)
  • · Security monitoring: Dependabot + secret scanning flows documented