sweep-issues

Create GitHub issues for deferred items and improvements from a session.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/ckallum/calsuite --skill sweep-issues-ckallum
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sweep-issues
Source: https://github.com/ckallum/calsuite/tree/main/skills/sweep-issues
Command: npx skills add https://github.com/ckallum/calsuite --skill sweep-issues-ckallum

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Sweep the current session to identify deferred items, fast-follows, enhancements, minor bugs, and improvements, then auto-create GitHub issues for each.

Core Features & Use Cases

  • Automatically detects deferred items, follow-ups, and improvements mentioned in the session.
  • Creates one GitHub issue per captured item with helpful summaries and context.
  • Supports a dry-run preview to review what would be created.
  • Runs automatically at the end of a session (after /ship or plans) or via manual invocation, handling both single-item and multi-item scenarios.

Quick Start

Invoke /sweep-issues to scan the session and auto-create GitHub issues for captured items.

Frequently Asked Questions about sweep-issues

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

FAQPage Schema
How do I automatically create GitHub issues from deferred items and bugs in my session?

To automatically create GitHub issues from deferred items and bugs, invoke /sweep-issues to scan the current session and generate labeled, deduplicated issues with concise bodies for each captured item.

Can I preview GitHub issues before they are automatically created from my session?

Yes, you can preview GitHub issues before creation by using the dry-run mode, which scans the session for deferred items and follow-ups to review exactly what would be generated.

When does the automatic GitHub issue creation trigger during a development session?

Automatic GitHub issue creation triggers at the end of a session after /ship or plans, or via manual invocation, capturing both single-item and multi-item deferred work and enhancements.

Does sweep-issues prevent duplicate GitHub issues from being created?

Yes, sweep-issues enforces deduplication when creating GitHub issues, ensuring that deferred items, fast-follows, and minor bugs captured from the session do not result in redundant entries.

How are GitHub issues formatted when automatically generated from session items?

Automatically generated GitHub issues are formatted with concise issue bodies aligned to the repository context, applying appropriate labels to each detected enhancement, fast-follow, or bug.

What is the best way to track fast-follows and enhancements mentioned during a coding session?

The best way to track fast-follows and enhancements is to use /sweep-issues, which identifies deferred improvements from the session context and automatically creates structured GitHub issues for them.