Skip to content

GitHub CI

github-actions[bot] edited this page Jun 25, 2026 · 3 revisions

GitHub CI

CI + dependency-update tooling. Ships dependabot-fixer — a bounded autonomous loop that clears mechanical Dependabot breakage without merging.

Full primitive detail: maintenance design.

How it composes

  • Requires developer-workflows — a hard dependency (standalone: false). This is the requires: half of the composition model (unlike enhances:, used by developer-safety / code-review, which is soft + optional). See Manifest schema.
  • Hosts — both; the skill is host-symmetric.

Why it works

Dependency bumps break in mechanical, well-understood ways, so a bounded autonomous loop — read the failing logs + the upstream CHANGELOG, patch, re-run — clears the common cases without a human babysitting each one. It never merges, surfaces residual risk as a PR comment, and aborts honestly when a fix needs a person.

Related

Architecture · Plugins · Home

Clone this wiki locally