sweep

Automate task queue management and enforce code quality standards in a repository.

28|3|Updated Jun 13, 2026
One-click install
npx skills add https://github.com/AndrewDryga/coop --skill sweep-andrewdryga
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sweep
Source: https://github.com/AndrewDryga/coop/tree/main/internal/scaffold/templates/skills/sweep
Command: npx skills add https://github.com/AndrewDryga/coop --skill sweep-andrewdryga

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill manages the task queue in a repository, ensuring each task is completed to a high standard and committed, automating the process of reviewing and iterating on code.

Core Features & Use Cases

  • Automated Task Management: Drains the task queue autonomously, ensuring each task is completed.
  • Code Quality Checks: Self-reviews code against predefined rules and standards.
  • Use Case: For a software development team, the Skill can be used to ensure that every task in the queue is completed to a high standard, reducing the risk of bugs and improving overall code quality.

Quick Start

Run the 'sweep' Skill to process all tasks in the queue of your current repository.

Frequently Asked Questions about sweep

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

FAQPage Schema
How do I automate task queue management and enforce code quality in my repository?

Automated task queue management processes pending repository tasks sequentially while enforcing predefined code quality rules before committing changes. The Skill iterates through the queue, building, gating, and committing code to ensure each task meets your defined standards autonomously.

What is automated repository task draining and how does it work with CI/CD pipelines?

Automated repository task draining completes queued tasks by iterating through each item, building the code, gating it against quality checks, and committing the result. It integrates with CI/CD workflows by enforcing rules autonomously, ensuring every task is completed to a high standard before moving to the next.

Do I need to set up a specific task queue structure before automating repository code commits?

Yes, automating repository code commits requires a predefined task queue structure and a set of code quality rules. You must establish this input format and define the gating standards before the automation can process, review, and commit tasks autonomously.

Can I use automated code review for task management in a software development team environment?

Automated code review for task management is designed for software development teams to ensure every queued task is completed to a high standard. By self-reviewing code against predefined rules, it reduces the risk of bugs and improves overall code quality across the repository.

What are the limitations of autonomous task queue processing for repository automation?

Autonomous task queue processing is limited to the predefined code quality rules and task queue structure you provide. It cannot dynamically generate new quality standards or process tasks outside the established queue, meaning poorly defined rules will result in inadequate code gating.