Auto Integrate

Use when you want an agent to autonomously take a finished feature branch through review, self-fix, and merge into an integration branch (`dev`) without a human reading the PR — the agent runs an objective code review, fixes or refactors what it can, gates on a hard green light (tests pass AND no blocking findings), then does a clean rebase-merge and logs a one-line revert entry. Fires on "auto-integrate this branch", "review-fix-and-merge to dev", "run the autonomous merge loop", "自主整合這個分支", "跑自動 merge 迴圈". Manual-only (`disable-model-invocation`) because it merges code. It NEVER touches `main`/production (release stays manual). Not a PR-review reporter (that is `/code-review`) and not the full issue→PR delivery flow (that is `feature`).

chienchuanw 4056c97 2 files · 10.3 KB Updated

File contents

chienchuanw/chuan-skills/tree/main/plugins/dev/skills/auto-integrate commit 4056c97b4d

Frequently asked questions

npx skillmds@latest add chienchuanw/auto-integrate