plugins/patterns/skills/scheduled-workflows/SKILL.md
CronWorkflow patterns for scheduled automation: time-based execution, concurrency policies, orchestration pipelines, and GitHub Actions integration for DevSecOps.
npx skillsauth add adaptive-enforcement-lab/claude-skills scheduled-workflowsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
CronWorkflows run automation on a schedule: hourly builds, nightly backups, weekly reports. They combine the reliability of Kubernetes cron jobs with the power of Argo Workflows, enabling complex scheduled automation that survives cluster restarts and handles failures gracefully.
| Pattern | Description | | --------- | ------------- | | Basic CronWorkflow | Simple scheduled execution | | Concurrency Policies | Handling overlapping runs | | Orchestration | Scheduled pipelines that spawn child workflows | | GitHub Integration | Triggering GitHub Actions from schedules |
| Pattern | Description | | --------- | ------------- | | Basic CronWorkflow | Simple scheduled execution | | Concurrency Policies | Handling overlapping runs | | Orchestration | Scheduled pipelines that spawn child workflows | | GitHub Integration | Triggering GitHub Actions from schedules |
documentation
Workload Identity Federation implementation guide. GKE setup, IAM bindings, ServiceAccount configuration, migration from service account keys, and troubleshooting patterns.
development
Secure GitHub Actions trigger patterns for pull requests, forks, and reusable workflows. Preventing privilege escalation and code injection through trigger misconfiguration.
development
Structured framework for evaluating GitHub Actions security before adoption. Trust tiers, risk assessment checklist, and decision tree for action evaluation.
testing
Securely store GitHub App credentials across different environments. GitHub Actions secrets, external CI, Kubernetes, and automated rotation patterns.