Add slnf and slnx solution formats to run-tests skill#857
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Skill Coverage Report
|
There was a problem hiding this comment.
Pull request overview
Updates the run-tests skill documentation to explicitly include additional solution file formats (.slnf, .slnx) alongside .sln, ensuring users know they can target these with the skill’s --solution workflow.
Changes:
- Expanded the Inputs table description to list
.sln,.slnf, and.slnxas supported solution formats. - Added example
dotnet test --solutioncommands demonstrating.slnfand.slnxusage.
Show a summary per file
| File | Description |
|---|---|
| plugins/dotnet-test/skills/run-tests/SKILL.md | Documents .slnf/.slnx solution formats in inputs and provides explicit example commands. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 1/1 changed files
- Comments generated: 0
|
/evaluate |
Skill Validation Results
[1] (Plugin) Quality unchanged but weighted score is -2.4% due to: tokens (25249 → 34603), time (10.5s → 12.6s) Model: claude-opus-4.6 | Judge: claude-opus-4.6 🔍 Full Results - additional metrics and failure investigation steps
▶ Sessions Visualisation -- interactive replay of all evaluation sessions |
|
✅ Evaluation passed for |
Summary
Extends the
run-testsskill (plugins/dotnet-test/skills/run-tests) to document.slnfand.slnxsolution formats alongside.sln.Changes
.sln,.slnf,.slnx.dotnet test --solutioncommands for.slnfand.slnxunder the existing "(sln, slnf, slnx)" example.Co-authored-by: Copilot App 223556219+Copilot@users.noreply.github.com