What problem does it solve?
This Skill solves the problem of turning ad-hoc GitHub maintenance into a reliable, event-driven issue-to-merge workflow that keeps branches, PRs, CI, and staging merges coordinated.
Core Features & Use Cases
- Event-driven orchestration: Installs routines that react to issue/PR/comment/CI events and advance work through plan, implement, review, and merge steps.
- Scheduled staging batch reviews: Merges into a staging branch on a cron cadence, runs batch correctness analysis, and fixes findings before progressing to main.
- Automated learning into memory: Extracts merge outcomes and writes lessons to shared memory to reduce regressions and cycle time.
- Use case: When a maintainer asks for changes, the workflow gate decides whether to update the plan or continue implementation, then the PR monitor resolves remaining review threads and refreshes the branch.
Quick Start
Ask the AI to install the IronClaw workflow routines for your repository by setting repository, allowed maintainers, and the staging/main branch names, then validate it using a synthetic issue.opened event.