task-kanban

Installation
SKILL.md

task-kanban

プロジェクトの TASKS.md を看板ボードとして管理する。

CLI リファレンス

gh task add <title> [-s status]            # タスク追加(デフォルト: 最初のカラム)
gh task ls                                 # 看板ボード表示
gh task move <id> <status>                 # カラム移動
gh task edit <id> <new-title>              # タイトル変更
gh task rm <id>                            # 削除
gh task columns                            # カラム一覧
gh task pull <owner> <project-number>      # GitHub Project → TASKS.md
gh task push <owner> <project-number>      # TASKS.md → GitHub Project

ワークフロー

Installs
1
First Seen
Mar 23, 2026