Open
Conversation
Contributor
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
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.
Verified with sensei and checked against VSCode skills- and Anthropics docs.