Skip to main content

이 저장소의 skills

tomevault-io/tomes - 19페이지

SkillsMP는 tomevault-io/tomes에서 18,034개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

tomevault-io/tomes

수집된 skill 18,034개 중 40개를 표시합니다.

직업 분류
소프트웨어 개발자
설명

Use when upgrading Go emitter package and TypeSpec packages in eng/emitter-package.json to their latest versions.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Analyze and resolve APIView review feedback on Azure SDK PRs. **UTILITY SKILL**. USE FOR: APIView comments, API review feedback, SDK API surface changes. DO NOT USE FOR: general code review, non-APIView feedback. INVOKES:…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Generate, build, and test Azure SDKs locally from TypeSpec with automatic customization. WHEN: "generate SDK locally", "build SDK", "run SDK tests", "run CI checks", "validate package", "run checks", "update changelog", "fix SDK build errors", "fix breaking…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Manage Azure SDK release plans and associated SDK PRs. **UTILITY SKILL**. USE FOR: "prepare a release plan", "plan the next SDK release", "create release plan for my package", "get or update release plan", "update API spec or SDK details in release plan",…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Check release readiness and trigger the release pipeline for Azure SDK packages. **UTILITY SKILL**. USE FOR: "release SDK", "trigger release", "check release readiness", "release pipeline", "publish package", "ship SDK", "release checklist", "release…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Interactive wizard that walks service teams through creating a package-specific skill for their Azure SDK package. Scans the package, detects customization patterns, scaffolds a SKILL.md with references, and validates with vally lint. The skill is placed…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

**UTILITY SKILL** — Must be consulted before making any changes to packages under sdk/. Discovers and loads package-specific domain knowledge that prevents common mistakes. WHEN: add feature to package; fix bug in package; modify package code; regenerate from…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Generate code from TypeSpec via tsp-client (update, sync, generate). Requires a tsp-location.yaml in the current working directory. Supports updating the commit hash before running. Use when this capability is needed.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Suppress generated Java classes that duplicate openai-java models, using @@alternateType in TypeSpec and manual serialization bridges. Use after dup-classes has identified actionable duplicates. Use when this capability is needed.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Verify whether generated Java classes duplicate openai-java models by comparing fields/types (names may differ). Use when checking for duplicate model coverage. Use when this capability is needed.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries. Use when this capability is needed.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Update CHANGELOG.md and README.md for an Azure SDK for Java package based on a GitHub PR. Use when the user wants to write or update release notes, changelogs, or readme docs from a PR reference. Use when this capability is needed.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Run project tests using Maven (mvn). Use when the user asks to run tests. Use when this capability is needed.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Search for Java classes inside Maven dependencies in ~/.m2. Use when the user asks to locate classes or inspect JARs. Cross-reference pom.xml files in the current directory to resolve dependency names/versions. Use when this capability is needed.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Push test-proxy recordings/assets using the test-proxy CLI (e.g., test-proxy push -a assets.json). Use when publishing recordings. Use when this capability is needed.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Fix Java codegen parameter names that end with a numeric suffix (e.g. createAgentRequest1) caused by TypeSpec model names colliding with synthetic body type names. Use when generated Java client methods have parameter names ending in '1'. Use when this…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Override TypeSpec types with Java-native types (e.g. OffsetDateTime, DayOfWeek) using @@alternateType in a client.java.tsp file. Use when a TypeSpec model field has an incorrect or too-generic type that should map to a specific Java type. Use when this…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Add typed getters and setters over BinaryData properties that represent TypeSpec union types in generated Java models. Use when generated classes expose BinaryData for union-typed fields and you need ergonomic, type-safe accessors instead. Use when this…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Domain knowledge for Azure AI Content Understanding. Use this skill to answer questions about Content Understanding concepts, analyzers, field schemas, API operations, and Java SDK usage. Always consult official documentation before answering. Use when this…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Post-regeneration customization guide for azure-search-documents SDK. Covers error diagnosis, customization patterns, and search-specific fixes after tsp-client update. WHEN: regenerate azure-search-documents; fix azure-search-documents build errors;…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Domain knowledge for @azure/search-documents. Covers architecture, type conversions, data flow, and common pitfalls. WHEN: regenerate search-documents; modify search-documents; fix search-documents bug; add search-documents feature; search-documents…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

TypeSpec validation skill for Azure.Search.Documents SDK. Performs a COMPLETE validation of ALL operations, ALL models, ALL enums, and ALL properties against the TypeSpec definition at any pinned commit. Works for any API version. Generates a full gap report:…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Analyze and resolve APIView review feedback on Azure SDK PRs. **UTILITY SKILL**. USE FOR: APIView comments, API review feedback, SDK API surface changes. DO NOT USE FOR: general code review, non-APIView feedback. INVOKES:…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Generate, build, and test Azure SDKs locally from TypeSpec with automatic customization. WHEN: "generate SDK locally", "build SDK", "run SDK tests", "run CI checks", "validate package", "run checks", "update changelog", "fix SDK build errors", "fix breaking…

원문 언어: 영어

업데이트
직업 분류
프로젝트 관리 전문가
설명

Manage Azure SDK release plans and associated SDK PRs. **UTILITY SKILL**. USE FOR: "prepare a release plan", "plan the next SDK release", "create release plan for my package", "get or update release plan", "update API spec or SDK details in release plan",…

원문 언어: 영어

업데이트
직업 분류
프로젝트 관리 전문가
설명

Check release readiness and trigger the release pipeline for Azure SDK packages. **UTILITY SKILL**. USE FOR: "release SDK", "trigger release", "check release readiness", "release pipeline", "publish package", "ship SDK", "release checklist", "release…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Interactive wizard that walks service teams through creating a package-specific skill for their Azure SDK package. Scans the package, detects customization patterns, scaffolds a SKILL.md with references, and validates with vally lint. The skill is placed…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Automate updating the emitter package dependencies in eng/emitter-package.json for the Azure SDK for Python repository, then open a PR. Use this skill when the user wants to update @azure-tools/typespec-python (or any other dependency in emitter-package.json)…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Automate promoting next-* tool versions (pylint, mypy, pyright) to become the current pinned versions in azure-sdk-for-python. Use this skill when the weekly next-* CI checks are passing and you want to update the pinned tool versions for all packages. Use…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

**UTILITY SKILL** — Must be consulted before making any changes to packages under sdk/. Discovers and loads package-specific domain knowledge that prevents common mistakes. WHEN: "add feature to package", "fix bug in package", "modify package code",…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Automatically fix black code formatting issues in any Azure SDK for Python package Use when this capability is needed.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Automatically fix mypy type checking issues in any Azure SDK for Python package following Azure SDK Python patterns. Use when this capability is needed.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Automatically fix pylint issues in any Azure SDK for Python package following Azure SDK Python guidelines and existing code patterns. Use when this capability is needed.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Automatically fix Sphinx documentation issues in any Azure SDK for Python package following Azure SDK Python documentation standards. Use when this capability is needed.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Generate an API markdown file and token file using ApiView. Use this when the user wants to generate an API markdown file and review API changes. Use when this capability is needed.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Reviews code changes in azure-ai-ml package for quality, Azure SDK compliance, and best practices. Use when reviewing code, checking pull requests, or when user asks to review changes or check code quality in azure-ai-ml. Use when this capability is needed.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Automatically fix mypy type checking issues in azure-ai-ml package following Azure SDK Python patterns. Expects GitHub issue URL and optional virtual env path in the request. Format "fix mypy issue <issue-url> [using venv <path>] Use when this capability is…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Automatically fix pylint issues in azure-ai-ml package following Azure SDK Python guidelines and existing code patterns. Expects GitHub issue URL and optional virtual env path in the request. Format "fix pylint issue <issue-url> [using venv <path>] Use when…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Emit the azure-ai-projects Python SDK from TypeSpec, apply post-emitter fixes, and create a Pull Request. WHEN: \"emit SDK from TypeSpec\", \"generate azure-ai-projects SDK\", \"update azure-ai-projects from TypeSpec\", \"emit from TypeSpec\", \"regenerate…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Domain knowledge for Azure AI Content Understanding. Use this skill to answer questions about Content Understanding concepts, analyzers, field schemas, API operations, and SDK usage. Always consult official documentation before answering. Use when this…

원문 언어: 영어

업데이트
수집된 skill 18,034개 중 40개를 표시합니다.