bulk-complete

Efficiently mark tasks complete in project steps.md files.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "bulk-complete" with this command: npx skills add abdullahbeam/nexus-design-abdullah/abdullahbeam-nexus-design-abdullah-bulk-complete

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)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

mental-models

No summary provided by upstream source.

Repository SourceNeeds Review
General

notion-connect

No summary provided by upstream source.

Repository SourceNeeds Review
General

google-tasks

No summary provided by upstream source.

Repository SourceNeeds Review
General

airtable-master

No summary provided by upstream source.

Repository SourceNeeds Review