fix-customization-evaluation-diagnostics

作成者: microsoft

アクティブなプロンプトファイルに対して、Chat Customizations Evaluations拡張機能によって報告された診断を修正します。エディタから現在の診断を読み取り、…

npx skills add https://github.com/microsoft/vscode-chat-customizations-evaluation --skill fix-customization-evaluation-diagnostics

Implement suggestions

Purpose

Fix issues found by the Chat Customizations Evaluations analyzer in prompt, agent, skill, and instruction files. The diagnostics include contradictions, ambiguities, persona conflicts, cognitive load issues, and coverage gaps.

Usage

This skill is invoked automatically when the user clicks the "Implement suggestions" button in the editor title bar. It receives the diagnostics as context and rewrites the affected sections of the file to resolve them.

This skill can also be called directly by the user. In that case search for the diagnostics from the Chat Customizations Evaluations extension and apply the fixes.

Instructions

  • You will either receive a list of diagnostics from the Chat Customizations Evaluations extension or be called without diagnostics.
  • If you receive a list of diagnostics from the Chat Customizations Evaluations extension, then each diagnostic will includes a line number, code, message, and optionally a suggestion.
  • If you are called without diagnostics, you should search and find diagnostics from the Chat Customizations Evaluations extension yourself.
  • For each diagnostic, apply the fix directly to the file content. Use the suggestion if one is provided; otherwise, use your judgment to resolve the issue.
  • Preserve the overall structure, tone, and intent of the prompt file. Only change what is necessary to resolve the diagnostics.
  • If two diagnostics conflict with each other, prefer the fix that keeps the prompt clearer and more consistent.
  • Directly edit the file content to apply the fixes.
  • Do NOT add new instructions or sections that were not in the original file.
  • Do NOT remove instructions unless a diagnostic specifically calls for it (e.g., contradictions).

microsoftのその他のスキル

oss-growth
microsoft
OSS成長ハッカーのペルソナ
official
accessibility-aria-expert
microsoft
React/Fluent UIのWebビューにおけるアクセシビリティ問題を検出・修正します。スクリーンリーダー互換性のコードレビュー時、ARIAラベルの修正時、および…の確認時に使用します。
official
generate-canvas-app
microsoft
[DEPRECATED — 代わりに canvas-app を使用してください] 完全なPower Appsキャンバスアプリを生成します。
official
django
microsoft
Djangoウェブ開発のベストプラクティス(モデル、ビュー、テンプレート、テストを含む)
official
github-issue-creator
microsoft
生のメモ、エラーログ、音声入力、スクリーンショットを、簡潔なGitHub Flavored MarkdownのIssueレポートに変換します。ユーザーがバグ情報やエラーを貼り付けた際に使用します。
official
python-package-management
microsoft
依存関係管理にuvを使用し、タスク自動化にpoethepoetを使用します。
official
runtime-validation
microsoft
移行アプリケーションのランタイム検証 — テスト戦略(計画フェーズ)とテスト実行(検証フェーズ)をカバー:起動検証、…
official
azure-postgres-ts
microsoft
pg(node-postgres)パッケージを使用してAzure Database for PostgreSQL Flexible Serverに接続し、パスワード認証とMicrosoft Entra ID(パスワードレス)認証をサポートします。
official