sweep

Identifies and surfaces work items that require human decision in software projects.

1|Updated Jun 17, 2026
One-click install
npx skills add https://github.com/bildzeitung/lode --skill sweep-bildzeitung
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sweep
Source: https://github.com/bildzeitung/lode/tree/main/.claude/skills/sweep
Command: npx skills add https://github.com/bildzeitung/lode --skill sweep-bildzeitung

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the surfacing of work requiring human decision, streamlining the workflow for project management and ensuring that critical decisions are not overlooked.

Core Features & Use Cases

  • Human-Decision Queue Surfacing: Identifies and surfaces work items that require human decision, such as tickets labeled 'human' or epic-audited epics ready for a human close-decision.
  • Deduplication: Eliminates duplicates based on stable IDs, ensuring each item is only reported once.
  • Notification: Sends notifications to inform humans of new items requiring their attention.
  • Use Case: Use /sweep to get a list of all work items that need a human decision at the moment.

Quick Start

Run the sweep skill to surface work requiring human decision.

Frequently Asked Questions about sweep

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

FAQPage Schema
How do I automate surfacing work items that require human decision in software projects?

To automate surfacing human-decision work items, use this Skill to scan your project management tool for tickets labeled 'human' or epic-audited epics ready for a close-decision. It identifies and aggregates these items into a single queue for review.

What is the best way to filter project management tickets for human decisions without duplicates?

The best way to filter project management tickets for human decisions while preventing duplicates is to use automated scanning with deduplication. This Skill evaluates stable IDs to ensure each work item is only reported once during the surfacing process.

How do I send notifications for work items needing human attention?

You can send notifications for work items needing human attention by running this Skill. It surfaces items requiring human decisions and includes built-in notification capabilities to inform relevant team members that their review is required.

Do I need Python and project management tool APIs to surface human-decision work items?

Yes, you need Python and access to your project management tool APIs to surface human-decision work items. This Skill requires Python for processing the API data to identify, deduplicate, and notify on target work items.

How does epic auditing identify epics ready for a human close-decision?

Epic auditing identifies ready epics by scanning project management tool APIs for items marked as epic-audited. The Skill then surfaces these specific epics, determining they are fully evaluated and ready for a human close-decision.

When should I not use an automated human-decision queue?

You should not use an automated human-decision queue if your software project lacks labeled 'human' tickets or lacks API access for your project management tool. The Skill relies on these specific stable IDs and API connectivity to function properly.