Skip to content

Conversation

@Arggon
Copy link

@Arggon Arggon commented Dec 19, 2025

Pull Request Checklist

  • I have read and followed the CONTRIBUTING.md guidelines.
  • My contribution adds a new instruction, prompt, or chat mode file in the correct directory.
  • The file follows the required naming convention.
  • The content is clearly structured and follows the example format.
  • I have tested my instructions, prompt, or chat mode with GitHub Copilot.
  • I have run npm start and verified that README.md is up to date.

Description


Type of Contribution

  • New instruction file.
  • New prompt file.
  • New chat mode file.
  • New collection file.
  • Update to existing instruction, prompt, chat mode, or collection.
  • Other (please specify):

Additional Notes


By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.

Copilot AI review requested due to automatic review settings December 19, 2025 12:16
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request removes an unsupported prompts: field from the front matter of the dotnet-upgrade.prompt.md file and cleans up trailing whitespace throughout the document. The PR title indicates awareness that "prompt are not supported on .prompt.md files," addressing a metadata structure issue.

  • Removal of the invalid prompts: field from the YAML front matter
  • Cleanup of trailing whitespace on empty lines throughout the file
  • Preservation of all content structure and formatting

@@ -1,115 +1,114 @@
---
name: ".NET Upgrade Analysis Prompts"
Copy link

Copilot AI Dec 19, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The name field should be replaced with a mode field. According to the prompt file guidelines, .prompt.md files must have a mode field specified with a value of either agent or ask.

Copilot generated this review using guidance from repository custom instructions.
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot open a new pull request to apply changes based on this feedback. The 'mode' attribute has been deprecated. The 'agent' attribute is used instead.
agent: agent

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant