Skip to main content
GitHub 저장소

typespec

typespec에는 microsoft에서 수집한 skills 9개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
9
Stars
5.8k
업데이트
2026-08-04
Forks
382
직업 범위
직업 카테고리 2개 · 89% 분류됨
저장소 탐색

이 저장소의 skills

generate-from-typespec
미분류

Generate Python SDK code from a TypeSpec specification using the local emitter. Use this skill when the user wants to generate/regenerate a Python client from a TypeSpec spec, provides a GitHub URL or local path to a TypeSpec project, or says things like "generate from this spec", "emit Python from this tsp", "regenerate the SDK", or "compile this TypeSpec for Python".

2026-08-04
csharp-spector-coverage-gaps
소프트웨어 품질 보증 분석가·테스터

Discovers and implements gaps in Spector test coverage for the C# HTTP client emitter. Use when asked to find missing Spector scenarios, add Spector test coverage, or implement a specific Spector spec for the C# emitter.

2026-07-21
minimal-repro
소프트웨어 품질 보증 분석가·테스터

Help create a minimal reproduction for a TypeSpec compiler or emitter bug. Use when a user provides TypeSpec source (pasted code or a GitHub URL) and describes an issue. Reproduces locally and reduces to a single-file repro.

2026-06-01
emitter-prep-for-pr
소프트웨어 개발자

Prepare language emitter changes for PR: validate (build, format, lint), add a changeset, and push. This skill is specifically for the language emitter packages (http-client-python, http-client-csharp, http-client-java) - NOT for core TypeSpec packages like compiler, http, openapi3, etc. Use when the user wants to finalize emitter changes, says things like "prep for pr", "prepare for PR", "validate and push", "add changeset", or "finalize changes".

2026-04-21
writing-python-sdk-spector-mock-api-tests
소프트웨어 품질 보증 분석가·테스터

Writes TypeSpec http-client-python generator mock API tests (azure/unbranded/shared) from a Spector case. Use when given a Spector case link or a PR link that modifies Spector cases under http-specs/azure-http-specs.

2026-04-09
diff-upstream
소프트웨어 개발자

Regenerate the local emitter and diff the generated code against the upstream baseline checked into autorest.python. Use this skill when the user wants to see how their emitter changes affect generated code compared to what's currently in production, says things like "diff upstream", "compare to baseline", "what changed vs production", "show me the diff", "how does this affect generated code", or wants to validate their changes produce the expected output differences.

2026-02-27
test-unbranded-emitter
소프트웨어 품질 보증 분석가·테스터

Build and test the @typespec/http-client-python emitter. Use this skill whenever the user wants to test their local changes to the emitter, run the generator test suite, check if their http-client-python changes are passing, or validate a fix. Triggers on phrases like "test the emitter", "run tests", "check if my changes pass", "run test:generator", "run CI", or any mention of testing/validating changes in the emitter package.

2026-02-27
pnpm-format
소프트웨어 개발자

Format the codebase with pnpm and recover from common formatting failures.

2026-02-25
http-client-python-bump-and-release
소프트웨어 개발자

Create a PR to bump TypeSpec/Azure Tools dependencies, update peer dependencies, or release a new version of the http-client-python package.

2026-02-11