agent-pool

Orchestrate GitHub Issue triage and CI-gated PR workflows with autonomous agents.

Updated Jul 31, 2026
One-click install
npx skills add https://github.com/fsolla/teqo --skill agent-pool
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-pool
Source: https://github.com/fsolla/teqo/tree/main/.cursor/skills/agent-pool
Command: npx skills add https://github.com/fsolla/teqo --skill agent-pool

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill solves the bottleneck of manual task management by enabling an autonomous, deterministic supervisor to manage Cursor Cloud agents for GitHub Issues.

Core Features & Use Cases

  • Autonomous Issue Processing: Automatically claims, implements, and opens PRs for ready-to-work GitHub Issues.
  • Deterministic Supervision: Uses GitHub Actions to maintain a stateless, reliable workflow that handles claims, CI integration, and auto-merging.
  • Use Case: A development team can offload routine chore tasks and bug fixes to a pool of agents that operate independently, ensuring continuous progress on the backlog without manual intervention.

Quick Start

Ask the agent to check the status of the agent pool and provide a summary of the current queue.

Frequently Asked Questions about agent-pool

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

FAQPage Schema
How do I automate GitHub Issue triage and assign tasks to autonomous agents?

Automated GitHub Issue triage is handled by an autonomous supervisor that manages Cursor Cloud agents, claiming ready-to-work issues and opening PRs. It uses a deterministic state machine for reliable issue transitions.

Can I use GitHub Actions to orchestrate a pool of AI coding agents?

Yes, GitHub Actions integration is required to orchestrate the agent pool, maintaining a stateless workflow that handles claims, CI integration, and auto-merging. This ensures deterministic supervision of spawned agents.

How do CI-gated pull requests work with automated agent workflows?

CI-gated PR workflows are integrated directly into the agent orchestration state machine, ensuring automated code integration only proceeds when CI checks pass. This enables reliable auto-merging of implemented issue fixes.

What is needed to set up autonomous software development agents for GitHub?

Setting up autonomous software development agents requires GitHub Actions integration and Cursor API access. You must also configure a strict state machine to govern issue transitions and agent spawning within your repository.

Does agent-pool work with Cursor Cloud agents for repository task automation?

Yes, agent-pool operates specifically by managing Cursor Cloud agents for GitHub Issues. It functions within repository-level task automation to offload routine chore tasks and bug fixes without manual intervention.

What are the limitations of using stateless agent orchestration for CI-CD workflows?

Stateless agent orchestration requires strict adherence to the defined state machine for issue transitions, limiting ad-hoc task assignment. It focuses narrowly on repository-level task automation and CI-gated PR workflows.