Conversation
…nd Ask Copilot button - Rename 'Analyse Repository' button to 'Analyze Repo for Best Practices' - Add documentation links for each check in the analysis results panel - Add 'Ask Copilot to Improve' button after recommendations that opens Copilot Chat with a pre-filled prompt listing failed/warning checks - Handle openCopilotChatWithPrompt message in extension.ts Co-authored-by: rajbos <6085745+rajbos@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add .env.example and .editorconfig files
Enhance repo hygiene analysis: rename button, add docs links, and Ask Copilot to Improve
Feb 28, 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.
The repo hygiene analysis panel lacked context on why checks matter and had no quick path to act on findings.
Changes
Button rename
"Analyse Repository"→"Analyze Repo for Best Practices"to clarify intent upfrontPer-check documentation links
Each check row now renders a
📖 View documentationlink pointing to the relevant official resource:git-repo,gitignore,env-example,commit-messages,ci-config,devcontainer,dockerfile,licenseconventional-commitstype-safetyeditorconfigscriptstask-runnerversion-pinning.nvmrcdocs"Ask Copilot to Improve" button
When failed/warning checks are present, a
🤖 Ask Copilot to Improvebutton appears after the recommendations section. It synthesizes all failing checks into a structured prompt and opens Copilot Chat pre-filled (not auto-submitted):💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.