From base-tools
Triages GitHub issues assigned to you: fetches via GH CLI with cc-triage-scope label, builds dependency graph, categorizes resolved issues, and applies labels (cc-create-issue, cc-exec-issue, cc-update-issue).
npx claudepluginhub getty104/claude-code-marketplace --plugin base-toolsThis skill uses the workspace's default tool permissions.
ユーザーにアサインされたIssueを取得し、各Issueの状態に応じて適切なラベルを付与するトリアージスキルです。
Fetches open GitHub issues for current repo, analyzes mechanically via Python script (file paths, labels, staleness), ranks by impact, and displays dashboard with recommended work order. Supports readiness, label, and milestone filters.
Lists open issues from local planning files and GitHub, filters by area, selects one to work on, loads context, and routes to actions. Handles todo-to-issue migration.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Share bugs, ideas, or general feedback.
ユーザーにアサインされたIssueを取得し、各Issueの状態に応じて適切なラベルを付与するトリアージスキルです。
以下はユーザーにアサインされたIssue一覧です。
Issue一覧: !gh issue list --assignee "$(gh api user --jq '.login')" --label "cc-triage-scope" --search "sort:created-asc" --json number,title,labels,body,state --limit 5
上記のデータを使い、issue-dependency-analyzer サブエージェントを起動して依存関係グラフを構築し、各Issueの依存状態(resolved / blocked / circular)を判定する。
サブエージェントには、Issue一覧のJSONデータをそのまま渡すこと。
サブエージェントの結果から、各Issueの依存状態を把握した上でステップ2に進む。
ステップ1で取得したresolvedステータスのIssueのうち、cc-create-issue, cc-update-issue, cc-exec-issue, cc-pr-createdラベルがついていないものに対して、それぞれissue-triage-processor サブエージェントを起動し、トリアージ処理を委譲する。
エージェントは並列で実行する。
各Issueに対して以下の情報を渡すこと:
サブエージェントが各Issueの最後のコメント確認、パターン判定、ラベル付与を実行する。
処理結果を以下の形式で報告してください。