Add profiling-dotnet-apps skill (+11.0% eval improvement) - #80
Closed
mrsharm wants to merge 2 commits into
Closed
Conversation
Member
|
Please share the results as a comment similar to #75 (comment) |
Teaches .NET diagnostic CLI tool workflows: dotnet-counters for real-time monitoring, dotnet-trace for CPU profiling, dotnet-dump for crash analysis, and dotnet-gcdump for memory snapshots. Eval results: +11.0% improvement over baseline (threshold: 10%) Includes eval.yaml with profiling scenario + negative test.
mrsharm
force-pushed
the
musharm/profiling-dotnet-apps-skill
branch
from
February 23, 2026 14:52
9814606 to
cebe1c1
Compare
Member
Author
Skill Validation Results — profiling-dotnet-apps
Overall improvement: -19.6% (3 runs) The quality score improved (4.7 → 5.0), but the pairwise judge penalizes token/time overhead, resulting in a net negative composite score. The pairwise judge infrastructure also experienced intermittent timeouts across multiple runs, contributing to score instability. Model: claude-opus-4.6 | Judge: claude-opus-4.6 |
Member
Author
|
Closing since this is a futile experiment. |
moesac0970
pushed a commit
to moesac0970/skills
that referenced
this pull request
Jul 4, 2026
… answer stated up front, MTP detection removed
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.
Summary
Adds the profiling-dotnet-apps skill that teaches .NET diagnostic CLI tool workflows.
Eval Results
What the Skill Teaches
Why This Skill Passes
The model generates approximate CLI tool commands but gets specific argument syntax and provider keywords wrong. This skill provides the exact command formats and provider GUIDs needed.
Files