From copilot-consultant
Designs, creates, and reviews VS Code prompt files (.prompt.md) for slash commands (/commands) in .github/prompts. Useful for reusable commands on repetitive tasks like templates, reviews, or checklists.
npx claudepluginhub yuma-722/github-copilot-consultantThis skill uses the workspace's default tool permissions.
このSkillは、VS Code の **prompt files**(`.prompt.md`)を、再利用可能なスラッシュコマンドとして設計し、ワークスペースへ追加する。
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Automates semantic versioning and release workflow for Claude Code plugins: bumps versions in package.json, marketplace.json, plugin.json; verifies builds; creates git tags, GitHub releases, changelogs.
このSkillは、VS Code の prompt files(.prompt.md)を、再利用可能なスラッシュコマンドとして設計し、ワークスペースへ追加する。
${selection} / ${file} / ${input:...} のどれを使うか使い分け(重要)
/ で呼び出すワークスペース内の標準配置は次の通り:
.github/prompts/(ワークスペース限定)補足: 追加の配置場所は chat.promptFilesLocations 設定で増やせる。
kebab-case を使う(例: review-pr.prompt.md)name を省略すると ファイル名が / 名として使われる最低限は description だけでもよい。
description: 何をする prompt かargument-hint: 入力欄に表示するヒント(例: topic=... output=...)agent: 実行するエージェント(未指定なら現在のエージェント)tools: 使えるツールのリスト(指定すると tool 制約がかかる)model: 使用モデル(未指定なら model picker の選択)ツールの優先順位(競合時):
toolstools.github/copilot-instructions.md や .instructions.md に寄せ、prompt file では そのタスク固有に集中する${selection} / ${fileBasename} / ${workspaceFolder} / ${input:name} など#tool:<tool-name>(本文中で明示したい場合)/ を入力して候補に出るか確認する.github/prompts/<name>.prompt.md の新規作成、または既存 prompt file の改善