paipeline
@paipeline
Public Skills
commit-lint
by paipeline
Run linters after every commit; auto-fix and PR when violations exist. — installed by auto-routines on 2026-05-11T13:57:34+02:00, iter-1. Invoked by git-hook trigger (on every git commit).
commit-tests
by paipeline
Run pytest after every commit; if it fails, open a fix PR. — installed by auto-routines on 2026-05-11T13:57:34+02:00, iter-1. Invoked by git-hook trigger (on every git commit).
daily-digest
by paipeline
Summarize today's commits, PRs, and routine activity into .iteration/digests/. — installed by auto-routines on 2026-05-11T13:57:34+02:00, iter-1. Invoked by scheduled trigger (6:00 PM daily).
meta-evolve
by paipeline
When .iteration/goal.md changes, re-plan the iteration's task list and commit the new breakdown. — installed by auto-routines on 2026-05-11T13:57:34+02:00, iter-1. Invoked by git-hook trigger (on every commit that touches .iteration/goal.md).
prd-implement
by paipeline
On a schedule, pick the next unimplemented slice from .iteration/goal.md, design it, write code+tests, commit and open a PR. — installed by auto-routines on 2026-05-11T13:57:34+02:00, iter-1. Invoked by scheduled trigger (every 12 hours).
session-doc-drift
by paipeline
Weekly, update README/SKILL.md/catalog when they diverge from code. — installed by auto-routines on 2026-05-11T13:57:34+02:00, iter-1. Invoked by scheduled trigger (5:00 PM Mondays).
auto-routines
by paipeline
Install and evolve a finite-state set of repo-specific automations (scheduled tasks, hooks, git hooks, loops). After a one-time interview, a daily meta-routine adapts the set from signals (commits, PRs, CI, routine logs); routines themselves can request mid-run evolution. Invoke on /auto-routines [init evolve status stop start revert] or when the user asks to set up project automations.