Skip to main content

Azure/azure-sdk-for-python

SkillsMP は Azure/azure-sdk-for-python から 25 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

記録された最新のソース活動
SkillsMP カタログ更新
収集済み skills
25
GitHub スター
5,587
GitHub フォーク
3,348

収集済み skill 25 件中 25 件を表示しています。

職業分類
ソフトウェア開発者
説明

EXPERIMENTAL. Create and test a classify-and-route Azure AI Content Understanding pipeline for packets that contain multiple document types (e.g. invoice + bank statement + loan application in one PDF). Walks per-type schema authoring → outer classifier…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

EXPERIMENTAL. Iteratively author and test a custom Azure AI Content Understanding analyzer for a folder of **document** files (PDFs, page images) of a single type. Walks layout extraction → schema authoring → validation → batch test → agent review → refine…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Run a specific sample for the Azure AI Content Understanding SDK. Use when users want to run a particular sample like sample_analyze_url.py or sample_analyze_invoice.py.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Guide SDK users through setting up their Python environment for Azure AI Content Understanding. Use this skill when users need help installing the SDK, configuring Azure resources, deploying required models, setting environment variables, or running samples.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Create an API review PR for an Azure SDK package using API Review Hub. **UTILITY SKILL**. USE FOR: "create API review", "open API review", "compare package versions", "APIView PR". DO NOT USE FOR: fixing APIView comments, SDK code generation, pipeline…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Update CHANGELOG.md by comparing public APIs between the current branch and the latest released version on PyPI. WHEN: "update changelog", "generate changelog", "add changelog entry", "what changed in this version". DO NOT USE FOR: other Azure SDK packages.…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Author and validate Vally evals for Agent Skills under .github/skills. WHEN: "write a skill eval", "add trigger eval", "test skill routing", "add anti-trigger tests", "create skill capability eval", "harden skill graders". DO NOT USE FOR: single MCP tool…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Author and validate hermetic single-tool Vally evals under evals/tools. WHEN: "write a tool eval", "add prompt-to-tool coverage", "test MCP tool selection", "add tool catalog eval", "create single-tool scenario", "harden tool-call grader". DO NOT USE FOR:…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Author and validate multi-tool, multi-turn, mock, and live Vally scenarios under evals/workflows. WHEN: "write a workflow eval", "add end-to-end eval", "test tool sequence", "create multi-turn eval", "add mock workflow scenario", "add live eval". DO NOT USE…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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)…

原文の言語: 英語

更新
職業分類
プロジェクト管理専門家
説明

Drafts concise team status updates with progress, plans, and blockers.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Create a GitHub PR for API review by comparing a baseline API surface against a target tag or branch. Use this when the user wants to create an API review PR, compare API changes between versions, or review API surface differences for a package.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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",…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Automatically fix black code formatting issues in any Azure SDK for Python package

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Automatically fix mypy type checking issues in any Azure SDK for Python package following Azure SDK Python patterns.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Automatically fix pylint issues in any Azure SDK for Python package following Azure SDK Python guidelines and existing code patterns.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Automatically fix Sphinx documentation issues in any Azure SDK for Python package following Azure SDK Python documentation standards.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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>]"

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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>]"

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

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.

原文の言語: 英語

更新
収集済み skill 25 件中 25 件を表示しています。