Adds Dev Proxy skill#1611
Conversation
There was a problem hiding this comment.
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.mdwith 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
garrytrinder
left a comment
There was a problem hiding this comment.
I don't see any reference or mention to detached mode in the skill. We should think about what the primary interaction between the skill and Dev Proxy should be.
Side note: I raised a PR to update the best practices tool in the MCP server, which includes features released since 2.2.0 which includes detached mode that I think we should incorporate into this skill.
Verified with sensei and checked against VSCode skills- and Anthropics docs.