Skip to content

Adds Dev Proxy skill#1611

Open
waldekmastykarz wants to merge 2 commits intodotnet:mainfrom
waldekmastykarz:skill
Open

Adds Dev Proxy skill#1611
waldekmastykarz wants to merge 2 commits intodotnet:mainfrom
waldekmastykarz:skill

Conversation

@waldekmastykarz
Copy link
Copy Markdown
Collaborator

Verified with sensei and checked against VSCode skills- and Anthropics docs.

Copilot AI review requested due to automatic review settings April 11, 2026 11:10
@waldekmastykarz waldekmastykarz requested a review from a team as a code owner April 11, 2026 11:10
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds a new “dev-proxy” skill package under skills/dev-proxy/ to guide scenario-based usage of Dev Proxy (mocking, resilience testing, LLM testing, traffic analysis, and CI/CD integration) via a main skill entrypoint and a set of reference docs.

Changes:

  • Introduces skills/dev-proxy/SKILL.md with scenario routing and a config quick reference.
  • Adds multiple reference guides covering installation, configuration, plugin catalog, mocking, resilience testing, LLM testing, API-usage analysis, and CI/CD templates.
  • Documents “best practices” for file layout, URL ordering, plugin ordering, and hot reload.

Reviewed changes

Copilot reviewed 10 out of 10 changed files in this pull request and generated 13 comments.

Show a summary per file
File Description
skills/dev-proxy/SKILL.md Skill definition + scenario routing + config quick reference
skills/dev-proxy/references/installation.md Installation + first-run cert trust + verification steps
skills/dev-proxy/references/best-practices.md Recommended conventions (ordering, paths, hot reload, curl)
skills/dev-proxy/references/configuration.md Config structure, plugin types, URL matching, proxy settings
skills/dev-proxy/references/plugin-catalog.md Plugin/property catalog by category
skills/dev-proxy/references/mock-api-responses.md MockResponse/CRUD/STDIO/Auth/Graph mocking recipes
skills/dev-proxy/references/test-api-resilience.md Error injection, rate limiting, throttling, latency recipes
skills/dev-proxy/references/test-llm-apps.md OpenAI/LLM mocking, failures, token limiting, telemetry recipes
skills/dev-proxy/references/analyze-api-usage.md Recording workflow + reporting/analysis plugin recipes
skills/dev-proxy/references/ci-cd-integration.md GitHub Actions + Azure Pipelines guidance and templates

- Update schema versions from v2.1.0 to v2.4.0
- Use errorsfile/mocksfile schema variants for data files
- Fix --auto-record to --record (CLI flag)
- Fix GraphMinimalPermissionsPlugin type casing to lowercase
- Remove '.' from PATH in installation docs (security)
- Fix API endpoint casing (stopProxy, mockRequest)
- Fix CI/CD version references to v2.4.0
- Fix startup log pattern and mkdir path in CI scripts
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.

2 participants