examples-auto-run

Run repository examples in auto mode with per-script logs and start/stop controls.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/redacharf/fin-punk --skill examples-auto-run-redacharf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: examples-auto-run
Source: https://github.com/redacharf/fin-punk/tree/main/.agents/skills/examples-auto-run
Command: npx skills add https://github.com/redacharf/fin-punk --skill examples-auto-run-redacharf

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Automates running repository examples in auto mode with per-script logs and simple start/stop helpers, reducing manual overhead and coordination.

Core Features & Use Cases

  • Preflight build and readiness checks before starting examples.
  • Auto mode execution with parallel starts and per-script log capture under .tmp directory.
  • Comprehensive controls via start/stop/status/logs/tail helpers, and automatic rerun collection for failed entries.

Quick Start

Start the auto-run to execute all examples in parallel, with per-script logs and automatic approvals.

Frequently Asked Questions about examples-auto-run

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

FAQPage Schema
How do I automate running multiple example scripts in parallel with logging?

Parallel execution of example scripts with logging is handled by running auto mode, which captures per-script logs under a .tmp directory and manages unattended task coordination automatically. Preflight builds ensure readiness before execution starts.

What is the best way to rerun failed example scripts automatically?

Automatic reruns of failed example scripts are triggered using the rerun workflow with auto-approval parameters. This collects failed entries and re-executes them while preserving per-script logging under the .tmp directory.

How do I start and stop unattended example execution in a dev workflow?

Unattended example execution is managed via start and stop helpers, which control parallel script execution alongside status and tail commands for monitoring per-script logs during development workflows.

Does auto mode perform preflight builds before running repository examples?

Yes, preflight builds and readiness checks are performed automatically before starting auto mode execution to ensure all repository examples are prepared for parallel runs with proper logging.

Can I view per-script logs for parallel task execution without manual setup?

Per-script logs for parallel task execution are captured automatically under the .tmp directory without manual setup, and can be accessed using logs, status, and tail helpers provided for monitoring.