スキル一覧に戻る
abatilo

bits

by abatilo

My personal vim settings

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

SKILL.md


name: bits description: Track and manage work items, tasks, issues, and todos with dependencies using bits. Use when user needs to create tasks, track progress, manage blockers, find ready work, claim/release tasks, close completed work, or organize multi-step projects. Triggers on "bits", "task", "issue", "backlog", "blockers", "dependencies", "what's ready", "track this", "add to my list", "what should I work on". argument-hint: "[command or task description]" allowed-tools:

  • Bash(bits:*)
  • Bash(git:*)
  • Read

Bits Task Tracking

When to Use

ScenarioTool
Multi-step work with dependenciesbits
Tasks that block other tasksbits
Tracking progress across sessionsbits
Simple one-off checklistTaskCreate
Quick session-scoped todosTaskCreate

Commands

TaskCommand
Find ready workbits ready --json
Create taskbits add "Title" -d "Description" --json
Start workbits claim <id>
Pause workbits release <id>
Complete workbits close <id> "reason"
View detailsbits show <id>
List tasksbits list

Run bits --help for full reference.

Dependencies

bits add "Feature B" --json  # Returns: bits-abc123
bits dep bits-abc123 bits-blocker  # B blocked by blocker

Tasks with unresolved dependencies won't appear in bits ready.

Session Commands

CommandPurpose
bits session claimClaim primary session (reads stdin)
bits session releaseRelease session (reads stdin)
bits session pruneManual cleanup of stale sessions
bits session hookStop hook with session ownership check

Drain Commands

CommandPurpose
bits drain claimActivate drain mode (reads stdin)
bits drain releaseDeactivate drain mode (reads stdin)

Task Description Format

# Description
What and why.

# Acceptance Criteria
- [ ] Criterion 1
- [ ] Criterion 2

# Session Notes
[Date] COMPLETED: X | IN PROGRESS: Y | NEXT: Z

スコア

総合スコア

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

レビュー

💬

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