Skip to content

Add more detailed steps for skill testing#37959

Merged
AndriySvyryd merged 2 commits into
mainfrom
CopilotSWE
Mar 20, 2026
Merged

Add more detailed steps for skill testing#37959
AndriySvyryd merged 2 commits into
mainfrom
CopilotSWE

Conversation

@AndriySvyryd

Copy link
Copy Markdown
Member

Add shared MCP settings for CI failure investigation
Change CCA setup steps to allow .NET MCP servers

@AndriySvyryd AndriySvyryd requested a review from a team as a code owner March 20, 2026 05:11
Copilot AI review requested due to automatic review settings March 20, 2026 05:11
@AndriySvyryd AndriySvyryd marked this pull request as draft March 20, 2026 05:13

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Copilot skill authoring/testing guidance and adjusts repository configuration to support more detailed skill testing and CI failure investigation (including shared MCP server settings and Copilot agent setup steps).

Changes:

  • Add a shared VS Code MCP server configuration (.vscode/mcp.json) and stop ignoring the entire .vscode/ directory.
  • Expand the make-skill skill with additional testing guidance (multi-model testing, anti-patterns, testing patterns references).
  • Update the Copilot agent setup workflow to check out the repo and attempt to restore the repo-local .NET SDK.

Reviewed changes

Copilot reviewed 6 out of 7 changed files in this pull request and generated 5 comments.

Show a summary per file
File Description
.vscode/mcp.json Adds shared MCP server definitions for investigation workflows.
.gitignore Stops ignoring .vscode/, allowing MCP config to be committed.
.github/workflows/copilot-setup-steps.yml Adds checkout + .NET restore + environment export for agent sessions.
.agents/skills/make-skill/references/testing-patterns.md New reference doc describing multi-model testing methodology.
.agents/skills/make-skill/references/anti-patterns.md New reference doc cataloging common pitfalls/anti-patterns in skill design.
.agents/skills/make-skill/SKILL.md Adds script-writing guidance and a multi-model testing step pointing to new references.
.agents/skills/ci-analysis/references/manual-investigation.md Minor formatting/spacing tweaks for readability.

Comment thread .github/workflows/copilot-setup-steps.yml Outdated
Comment thread .github/workflows/copilot-setup-steps.yml Outdated
Comment thread .github/workflows/copilot-setup-steps.yml Outdated
Comment thread .vscode/mcp.json Outdated
Comment thread .agents/skills/make-skill/SKILL.md Outdated

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 6 out of 7 changed files in this pull request and generated 1 comment.

Comment thread .github/workflows/copilot-setup-steps.yml Outdated
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@AndriySvyryd AndriySvyryd marked this pull request as ready for review March 20, 2026 05:23
Copilot AI review requested due to automatic review settings March 20, 2026 05:23

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 6 out of 7 changed files in this pull request and generated 2 comments.

Comment thread .vscode/mcp.json
Comment thread .vscode/mcp.json
@AndriySvyryd AndriySvyryd merged commit aeda6f5 into main Mar 20, 2026
16 checks passed
@AndriySvyryd AndriySvyryd deleted the CopilotSWE branch March 20, 2026 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants