What problem does it solve?
This Skill helps you turn coding-agent prompts into reliable, repeatable automation that can run headlessly in CI/cron or dispatch cloud agent tasks to open pull requests asynchronously.
Core Features & Use Cases
- Build deterministic automation around agent CLIs: orchestrate Claude Code, Codex, Gemini CLI, Copilot CLI, or GitHub gh agent-task in non-interactive mode with structured outputs and re-runnable contracts.
- Select a safe execution model: choose local execution for synchronous pipelines or cloud delegation when you want a PR produced without blocking.
- Control safety and observability: enforce non-negotiable flags (auto mode, tool scope allowlists, JSON output/schema, success verification) and emit session IDs and cost/diagnostics for downstream tooling.
Quick Start
Tell the automation engine what you want to run (for example: automate a review-then-fix workflow) and specify that it should execute using a coding-agent CLI in headless mode and output structured JSON suitable for piping into jq.