bulk-complete

bulk-complete

Bulk-complete tasks/steps in a project. Load when user says "bulk complete [project]", "mark all done", "complete phase X", or needs to finish project tasks efficiently. Works with both steps.md and tasks.md formats.

1星標
1分支
更新於 1/22/2026
SKILL.md
readonlyread-only
name
bulk-complete
description

Bulk-complete tasks/steps in a project. Load when user says "bulk complete [project]", "mark all done", "complete phase X", or needs to finish project tasks efficiently. Works with both steps.md and tasks.md formats.

Bulk Complete

Efficiently mark tasks complete in project steps.md files.

When to Use

  • User says "bulk complete [project]" or "mark all tasks done"
  • User says "complete Phase 2" or "finish Section 3"
  • Project work is done, need to mark all steps [x]
  • During close-session if project complete (auto-triggered)

Quick Start

Auto-detect and run:

python scripts/bulk-complete.py --project [ID] --all --no-confirm

Usage Patterns

Complete all tasks (project finished):

python scripts/bulk-complete.py --project 01 --all --no-confirm

Complete specific phase (phase done):

python scripts/bulk-complete.py --project 01 --section "Phase 2"

Complete task range (selective):

python scripts/bulk-complete.py --project 01 --tasks 1-5,7,10-15

Interactive mode (pick tasks):

python scripts/bulk-complete.py --project 01

Script Details

  • Auto-detects: steps.md (new) OR tasks.md (legacy)
  • Validates: Re-reads file to confirm completion
  • Cross-platform: Works on Windows, Mac, Linux
  • Tested: 27 unit tests, 100% passing

Run python scripts/bulk-complete.py --help for all options.


Integration: Used by close-session skill (Step 2 auto-complete)

You Might Also Like

Related Skills

apple-notes

apple-notes

179Kproductivity

Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks OpenClaw to add a note, list notes, search notes, or manage note folders.

openclaw avataropenclaw
獲取
apple-reminders

apple-reminders

179Kproductivity

Manage Apple Reminders via the `remindctl` CLI on macOS (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output.

openclaw avataropenclaw
獲取
bear-notes

bear-notes

92Kproductivity

Create, search, and manage Bear notes via grizzly CLI.

moltbot avatarmoltbot
獲取
voice-call

voice-call

88Kproductivity

Start voice calls via the Moltbot voice-call plugin.

moltbot avatarmoltbot
獲取
spotify-player

spotify-player

88Kproductivity

Terminal Spotify playback/search via spogo (preferred) or spotify_player.

moltbot avatarmoltbot
獲取
video-frames

video-frames

88Kproductivity

Extract frames or short clips from videos using ffmpeg.

moltbot avatarmoltbot
獲取