feature: polish appinsights-instrumentation skill - #3107
Open
JasonYeMSFT (JasonYeMSFT) wants to merge 2 commits into
Open
feature: polish appinsights-instrumentation skill#3107JasonYeMSFT (JasonYeMSFT) wants to merge 2 commits into
JasonYeMSFT (JasonYeMSFT) wants to merge 2 commits into
Conversation
JasonYeMSFT (JasonYeMSFT)
requested a review
from Rick Winter (RickWinter)
as a code owner
August 24, 2026 20:02
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request polishes the Application Insights instrumentation skill by adding Python support and clarifying instrumentation guidance.
Changes:
- Adds Python apps to the prerequisites.
- Removes body-level routing guidance.
- Encourages applying code changes when tools are available.
Show a summary per file
| File | Review summary |
|---|---|
plugins/azure-skills/skills/appinsights-instrumentation/SKILL.md |
Restore the required “When to Use This Skill” section and scope code-editing instructions to manual instrumentation. |
Review details
💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Suppressed comments (2)
plugins/azure-skills/skills/appinsights-instrumentation/SKILL.md:51
- This change removes the only
When to Use This Skillsection, while this service skill still has noQuick Reference,MCP Tools,Workflow/Steps, orError Handlingsections. Those sections are required for everyplugins/*/skills/**/SKILL.md; please restore/add the required structure rather than removing the section.
If you have tools to edit code, make the changes and explain what they do. Otherwise, show what changes need to be made.
plugins/azure-skills/skills/appinsights-instrumentation/SKILL.md:51
- After this edit, the SKILL.md is still roughly 3,200 characters (about 800 tokens at the repository's 4-character estimate), above the
<500token target. The new sentence adds more prose while detailed resource and SDK procedures already live in references; move that detail behind links and keep this file as a concise workflow/index.
If you have tools to edit code, make the changes and explain what they do. Otherwise, show what changes need to be made.
- Files reviewed: 1/1 changed files
- Comments generated: 2
- Review effort level: Lite
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
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
Polish appinsights-instrumentation skill content:
Additional note:
I ran a set of comparison tests for this skill using the comparison script. The result indicates the skill brings two differentiating benefits:
Checklist
cd tests && npm test)fix:,feat:,feature:,chore:,misc:,test:,eval:tests/,npm run test:vally -- --plugin <plugin-dirname> --skill <skill>)Related Issues