dev-daily
Installation
SKILL.md
Dev Daily Skill
開発者の日常を支援する。タスク把握と日報生成の2つの機能を持つ。
1. タスク把握
自分にアサインされているタスクをGitHub Projectから取得し、整理して表示する。
手順
gh api graphql -f query='{ viewer { login } }'で自分のユーザー名を取得gh repo viewで owner/repo を取得gh project item-list {number} --owner {owner} --format jsonで全アイテムを取得- 自分がAssigneeのアイテムをStatus別に分類して表示
表示形式
## あなたのタスク
Related skills