汎用個人生産性⭐ リポ 34品質スコア 75/100
shortcut
Shortcut.comのカンバンボード上でストーリーを管理できます。Shortcutプロジェクト管理ボード上でタスク/ストーリーを作成、更新、または一覧表示する際に使用します。説明とタイプ(機能/バグ/雑務)を含むストーリーの作成、ストーリーステータスの更新、進行中/完了ストーリーの一覧表示に対応しています。チェックリストタスク管理とコメント機能も完全にサポートしています。
description の原文を見る
Manage stories on Shortcut.com kanban boards. Use when creating, updating, or listing tasks/stories on Shortcut project management boards. Supports creating stories with descriptions and types (feature/bug/chore), updating story status, and listing active/completed stories. Includes full checklist task management and comment support.
SKILL.md 本文
注意: このスキルのライセンスは ライセンス未確認 です。本サイトでは本文プレビューのみを表示しています。利用前に GitHub の原本でライセンス条件をご確認ください。
Shortcut Kanban インテグレーション
Shortcut.com のプロジェクトボードをAPI経由でタスクとストーリーを管理します。
前提条件
- Shortcut API トークンが以下のいずれかで設定されていること:
- 環境変数:
SHORTCUT_API_TOKEN - ファイル:
~/.config/shortcut/api-token
- 環境変数:
- 適切なパーミッションを持つ Shortcut ワークスペースへのアクセス
セットアップ
- Shortcut.com から API トークンを取得します (Settings → API Tokens)
- 以下のいずれかの方法で保存します:
- 環境変数として:
export SHORTCUT_API_TOKEN="your-token" - ファイルに:
echo "your-token" > ~/.config/shortcut/api-token && chmod 600 ~/.config/shortcut/api-token
- 環境変数として:
- 永続化のため、オプションで
~/.bashrcに追加します:export SHORTCUT_API_TOKEN=$(cat ~/.config/shortcut/api-token
...
詳細情報
- 作者
- diegosouzapw
- ライセンス
- 不明
- 最終更新
- 2026/3/2
Source: https://github.com/diegosouzapw/awesome-omni-skill / ライセンス: 未指定