dispatch

ユーザーがタスク一覧に対して実装を求めてきた際に参照するスキル。複数のイシューを同時に取り組むためのワークフロー。

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "dispatch" with this command: npx skills add myuon/agent-skills/myuon-agent-skills-dispatch

Dispatch

GitHub Issues と PR を triage → tasks → reviews の流れで処理する。 サブコマンドを指定すると該当フェーズだけ実行し、省略すると全フェーズを順に実行する。

dispatch triage

まだトリアージラベルがついていない Issue 一覧を確認し、以下のいずれかに振り分けてラベルを付与する:

  • リファイン必要 — 要件が曖昧でユーザーの判断待ちの分岐がある
  • 調査必要 — 方針を決めるために調査が必要
  • 実装着手可能 — 何を作る・変更するかが一意に解釈でき、完了条件が明確

dispatch tasks

以下の両方を並列で行う:

調査必要ラベルの Issue

  • 「調査必要」ラベルの Issue を抜き出す
  • Agent ツールで並列に調査を開始する
  • 調査内容を Issue にコメントとして残したら完了

実装着手可能ラベルの Issue

  • 「実装着手可能」ラベルの Issue を抜き出す
  • Agent ツール + isolation: "worktree" で並列に実装を開始する
  • 各 Agent には以下を指示:
    • 対象 Issue の番号・内容・完了条件
    • 実装後に commit & push し、Closes #<number> を含む PR を作成すること

dispatch reviews

2段階で処理する:

1. レビュー

  • open な PR 一覧を確認する
  • Agent ツールと /review skill を使って並列にレビューを開始する
    • 注意: skill 名は review であり、review-pr など類似名と間違えないこと
  • レビュー内容を PR コメントとして反映したら完了

2. レビュー指摘の修正

  • 上記レビューがすべて完了したら、修正が必要な PR について Agent ツール + isolation: "worktree" で並列に修正を行う

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

commit

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

vercel-composition-patterns

React composition patterns that scale. Use when refactoring components with boolean prop proliferation, building flexible component libraries, or designing reusable APIs. Triggers on tasks involving compound components, render props, context providers, or component architecture. Includes React 19 API changes.

Repository Source
86.3K23Kvercel
Automation

vercel-react-native-skills

React Native and Expo best practices for building performant mobile apps. Use when building React Native components, optimizing list performance, implementing animations, or working with native modules. Triggers on tasks involving React Native, Expo, mobile performance, or native platform APIs.

Repository Source
60.6K23Kvercel
Automation

supabase-postgres-best-practices

Postgres performance optimization and best practices from Supabase. Use this skill when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.

Repository Source
35.3K1.6Ksupabase