loopy

Checkpoint and push the Git branch, then execute and monitor Loopy recipe workflows.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/olliecrow/codex --skill loopy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: loopy
Source: https://github.com/olliecrow/codex/tree/main/skills/loopy
Command: npx skills add https://github.com/olliecrow/codex --skill loopy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the execution and monitoring of Loopy recipes, ensuring project branches are checkpointed, the correct recipe is selected, and runs are tracked for health and delivery correctness.

Core Features & Use Cases

  • Automated Workflow Execution: Launches and monitors Loopy recipes for development tasks.
  • Branch Management: Enforces checkpointing and pushing of the current branch before execution.
  • Recipe Selection: Intelligently selects the appropriate Loopy recipe based on project context and user goals.
  • Monitoring & Intervention: Tracks run health, provides status updates, and intervenes when necessary.
  • Use Case: A developer needs to run a complex build and deployment pipeline defined by a Loopy recipe. This Skill ensures the pipeline runs smoothly, from preflight checks to monitoring the live execution and reporting the outcome.

Quick Start

Use the loopy skill to checkpoint and push the current branch, select the matching loopy recipe for this project, then launch and monitor it live.

Frequently Asked Questions about loopy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate workflow execution and monitoring for CI/CD pipelines?

Automated workflow execution launches and tracks recipe pipelines from start to finish. This Skill autonomously selects the appropriate recipe based on project context, monitors run health, and intervenes only when necessary to ensure delivery correctness.

Why does my automation recipe fail to run without checkpointing the Git branch?

Checkpointing and pushing the current Git branch before execution enforces branch management safety. This preflight step ensures project state is saved before autonomously selecting and launching any Loopy recipe workflows.

How do I select the right recipe for my development task from a local recipe tree?

Selecting the right recipe requires analyzing project context and user goals. This Skill intelligently matches your development objectives against a local recipe tree to autonomously choose the most appropriate workflow execution path.

What is the best way to monitor run health during a live deployment pipeline?

Monitoring run health during live deployment pipelines requires tracking execution status and delivery correctness in real time. This Skill provides continuous status updates and detailed terminal state reporting upon workflow completion.

Can I use automated recipe selection for complex build and deployment pipelines?

Automated recipe selection supports complex build and deployment pipelines by matching project context to local recipes. It handles preflight checks, live execution monitoring, and terminal state reporting to ensure smooth pipeline delivery.

When should I not use autonomous workflow monitoring for my development tasks?

Autonomous workflow monitoring requires a local recipe tree and existing Git branch context to function. You should avoid using it when your project lacks defined recipes or requires manual intervention for every execution step.