auto-run

Execute queued tasks with security scans and rate-limit retries.

3|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/adihebbalae/Attacca --skill auto-run-adihebbalae
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-run
Source: https://github.com/adihebbalae/Attacca/tree/main/.github/skills/auto-run
Command: npx skills add https://github.com/adihebbalae/Attacca --skill auto-run-adihebbalae

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires claude-code-cli, security-checks, and includes scripts (resource) and references (resource) components.

What problem does it solve?

The auto-run skill automates the sequential execution of a task queue, handling security scans, rate-limiting, and ensuring tasks complete without manual intervention.

Core Features & Use Cases

  • Task Execution: Sequentially run tasks in a queue with security checks and rate-limit handling.
  • Security Checks: Perform security scans after all tasks are completed.
  • Rate-Limit Handling: Wait and retry tasks if Claude Code CLI encounters rate limits.
  • Use Case: Ideal for CI/CD pipelines, automated testing, or batch processing tasks that need to be executed reliably and securely.

Quick Start

Run the auto-run skill to execute all pending tasks in the queue.

Frequently Asked Questions about auto-run

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

FAQPage Schema
How do I automate task execution in a CI/CD pipeline without manual intervention?

You can automate task execution by running a sequential queue that handles rate limiting and performs security scans. This ensures CI/CD pipelines complete tasks without manual intervention.

When do I need automated security scanning and rate-limit handling for batch processing?

You need automated security scanning and rate-limit handling for batch processing when tasks run sequentially in a queue. The system performs security scans after completion and retries failed tasks hitting rate limits.

Does the Claude Code CLI support automated testing with rate-limit retry logic?

Yes, the Claude Code CLI supports automated testing with rate-limit retry logic by waiting and retrying tasks when it encounters rate limits. This ensures your task queue executes reliably without manual intervention.

What's the best way to run a queue of tasks sequentially with security checks?

The best way to run a queue of tasks sequentially with security checks is to use an automated execution system that scans for security issues after all tasks finish. This approach handles rate limiting and ensures reliable completion.

How do I handle rate limiting when executing automated testing tasks in a queue?

You handle rate limiting during automated testing by using a task queue that automatically waits and retries tasks when the Claude Code CLI encounters rate limits. This ensures all queued tasks complete without manual intervention.