File an issue. Walk away. Come back to a draft PR with green CI, AI review, and one human merge click left.This is the issue → mergeable PR pipeline. Three repos collaborate:
ai-workflows runs on GitHub Actions per consumer repo, claude-code-routines runs on Anthropic’s cloud cron, claude-code-plugins is the local Claude Code escape hatch.
The end-to-end shape
A human files the issue and clicks merge. Everything in between runs without supervision.The three layers
Where to go next
Issue → PR pipeline
The eight-step cloud flow on a target repo. Which trigger fires which file, who reviews, what gates merge.
Cloud pipelines
Reusable workflows and pinned catalog prompts behind the GitHub Actions automation surface.
Scheduled routines
Cron-scheduled Claude routines. Org-wide maintenance, no per-repo wiring.
Skills
Local Claude Code slash-commands —
/ship, /resolve-codeql — that close the loop on a PR you are iterating on.Source repos
ai-workflows · ai-llm-prompts ·
claude-code-routines ·
claude-code-plugins. The 30-second pitch lives at
AI pipeline; this Automation section is the mechanics.