スキル一覧に戻る
abdullahbeam

bulk-complete

by abdullahbeam

0🍴 1📅 2026年1月22日
GitHubで見るManusで実行

SKILL.md


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)

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です