Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates GitHub Copilot prompt files under .github/prompts/ to refine descriptions and adjust the declared toolsets used by prompt workflows (notably for code review, prompt generation, skill generation, and build pipeline updates).
Changes:
- Updated several prompt frontmatters (descriptions / tools) to reflect revised workflows and tool usage.
- Expanded the
code-reviewprompt to support reviewing either a PR number or a branch name and added additional GitHub-related tools. - Added/adjusted tool declarations for
generate-skill,generate-prompt, andupdate-build-pipelines.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| .github/prompts/update-build-pipelines.prompt.md | Swaps the search tool identifier in the prompt’s allowed tools list. |
| .github/prompts/generate-skill.prompt.md | Adds agent + tool restrictions for skill generation. |
| .github/prompts/generate-prompt.prompt.md | Adds a tools list for prompt generation. |
| .github/prompts/code-review.prompt.md | Broadens scope to PR-or-branch reviews and expands GitHub tool access. |
paulmedynski
approved these changes
Apr 6, 2026
cheenamalhotra
approved these changes
Apr 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Enhance the functionality of various prompt tools by updating descriptions and improving the workflow for reviewing pull requests and generating prompts and skills. The changes include refining the descriptions for clarity, updating the tools used in the workflows, and ensuring that the prompts align with best practices.
Issues
No relevant issues are linked.
Testing
No automated tests were created or modified. Manual testing was performed to ensure that the updated descriptions and workflows function as intended.
Guidelines
Please review the contribution guidelines before submitting a pull request: