This skill enables an agent to generate, modify, and manage GitHub Actions workflow files. It leverages the GitHub Actions REST API and workflow_dispatch events to streamline CI/CD setup.
Use this skill when you need to set up a new CI pipeline, implement matrix builds, create reusable workflows, or automate the deployment of composite actions within a GitHub repository.
Highly compatible with coding agents like Claude Code, Cursor, Codex, and OpenClaw that have GitHub API access.
This skill has not been reviewed by our automated audit pipeline yet.
Complexity Trend Tracker
Analyzes codebase complexity (cyclomatic & cognitive) with lizard/radon and generates weekly reports attributing complexity changes per module.
DALL·E Batch Image Generator
Create and manage batch image generation jobs using the OpenAI Images API (DALL·E 3), with prompt revision tracking and size/style controls.
Outline Knowledge Base Integration
Collaborative team knowledge base and wiki platform providing real-time editing, Markdown support, and rich API integrations.
Kubernetes CrashLoop Diagnostician
Automates the diagnosis of pods in CrashLoopBackOff using client-go and kubectl debug to analyze exit codes and OOMKill events.
Jinja2 Template Engine
Advanced template rendering with variable injection, macro expansion, and inheritance using the Jinja2 environment.
Durable Python Agent Schedules with APScheduler
Implement persistent, recurring, and one-off Python agent jobs that survive restarts using APScheduler.