What problem does it solve?
This skill automates creating, listing, and deleting GitHub Actions cron workflows that run Soleur skills on a recurring schedule, removing manual workflow authoring, validation, and scheduling errors.
Core Features & Use Cases
- Create scheduled workflows: Generate pinned, validated .github/workflows/scheduled-<name>.yml files that invoke /soleur:<skill> with configured model, timeout, and max-turns.
- Manage schedules: List existing scheduled workflows and safely delete schedules with confirmation and merge-based deactivation.
- Security and validation: Resolve and pin action SHAs, validate cron expressions and schedule names, and verify workflow syntax and successful post-merge runs.
- Use case: Run weekly security audits, periodic data collection, or automated maintenance tasks across repositories using claude-code-action.
Quick Start
Create a schedule named weekly-security-audit that runs /soleur:security-audit every Monday at 09:00 using claude-sonnet-4-6 with a 30 minute timeout.