What problem does it solve?
Coordinating parallel feature work across git worktrees, specs, reviews, and security alerts in the Crowi monorepo requires constant manual polling; this Skill automates that per-tick orchestration so nothing stalls or gets missed.
Core Features & Use Cases
- Worktree integration watcher: Detects tasks marked READY_TO_INTEGRATE, verifies the signal against the actual branch HEAD, and hands off to the integrate-worktree flow.
- Spec groomer: Validates implementation specs with a shared validator script and reports which are ready, which are missing elements, and which are deletion candidates.
- Main-branch review watcher: Triggers a code review once meaningful non-merge commits accumulate directly on main.
- Alert and stall detection: Reports new Dependabot security alerts, stalled worktrees, and new or updated flaky-test GitHub issues.
- Use Case: Run it on a loop in the main session so that every tick it integrates one ready worktree, grooms specs, reviews accumulated main commits, and surfaces new Dependabot or flaky-test events without pushing or deleting anything autonomously.
Quick Start
Run the crowi-orchestrate skill on a loop in the main session to monitor worktrees, specs, reviews, and alerts each tick.