Remove skills that violate guidelines#162
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Removes several dotnet-msbuild skills and deletes the precompiled knowledge bundles that are imported by dotnet-msbuild agentic workflows.
Changes:
- Deleted three
plugins/dotnet-msbuildskills (build-perf-diagnostics,build-parallelism,binlog-failure-analysis). - Deleted two auto-generated compiled knowledge lock files under
agentic-workflows/dotnet-msbuild/shared/compiled/.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| plugins/dotnet-msbuild/skills/build-perf-diagnostics/SKILL.md | Removes the build performance diagnostics skill content. |
| plugins/dotnet-msbuild/skills/build-parallelism/SKILL.md | Removes the build parallelism tuning skill content. |
| plugins/dotnet-msbuild/skills/binlog-failure-analysis/SKILL.md | Removes the binlog-based build failure analysis skill content. |
| agentic-workflows/dotnet-msbuild/shared/compiled/performance.lock.md | Removes the compiled performance knowledge bundle used by workflows. |
| agentic-workflows/dotnet-msbuild/shared/compiled/build-errors.lock.md | Removes the compiled build-errors knowledge bundle used by workflows. |
Comments suppressed due to low confidence (5)
plugins/dotnet-msbuild/skills/binlog-failure-analysis/SKILL.md:1
- This skill is still referenced by
agentic-workflows/dotnet-msbuild/build.ps1(in thebuild-errorsknowledge group) and byplugins/dotnet-msbuild/agents/msbuild.agent.md. If the skill is removed to meet guidelines, update the compilation group and agent docs to avoid pointing users/workflows to a non-existent skill.
agentic-workflows/dotnet-msbuild/shared/compiled/performance.lock.md:1 - This file is still imported by the agentic workflow
agentic-workflows/dotnet-msbuild/build-perf-audit.md(imports: - shared/compiled/performance.lock.md). Deleting it will break workflow resolution unless the workflow import is updated or the lock file continues to be generated and committed at this path.
agentic-workflows/dotnet-msbuild/shared/compiled/build-errors.lock.md:1 - This file is still imported by
agentic-workflows/dotnet-msbuild/build-failure-analysis.md(imports: - shared/compiled/build-errors.lock.md). Removing it will cause that workflow to fail to load unless the import is removed/changed or the lock file is regenerated and kept in the repo.
plugins/dotnet-msbuild/skills/build-perf-diagnostics/SKILL.md:1 - This skill name is referenced by the knowledge compilation script (
agentic-workflows/dotnet-msbuild/build.ps1includes it in theperformanceknowledge group) and by agents docs (e.g.,plugins/dotnet-msbuild/agents/build-perf.agent.md,plugins/dotnet-msbuild/agents/msbuild.agent.md). After deleting the skill, those references will be dangling; update/remove them or replace with an alternative skill to keep agent guidance and compiled knowledge consistent.
plugins/dotnet-msbuild/skills/build-parallelism/SKILL.md:1 - This skill is still included in the
performanceknowledge group inagentic-workflows/dotnet-msbuild/build.ps1and referenced by agent documentation (e.g.,plugins/dotnet-msbuild/agents/build-perf.agent.md,plugins/dotnet-msbuild/agents/msbuild.agent.md). Deleting it without updating those references will leave broken pointers and reduce the usefulness of compiled knowledge.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
cdce31d to
933b18e
Compare
Contributor
Skill Validation Results
Model: claude-opus-4.6 | Judge: claude-opus-4.6 |
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.
No description provided.