Skip to main content

Azure/azure-sdk-for-python

O SkillsMP coletou 25 skills de Azure/azure-sdk-for-python. Abra uma skill para revisar a origem e os detalhes.

Última atividade de origem registrada
Catálogo do SkillsMP atualizado
skills coletadas
25
Estrelas no GitHub
5.587
Forks no GitHub
3.348

Mostrando 25 de 25 skills coletadas.

ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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

Idioma do texto original: inglês

atualizado
ocupação
Analistas de garantia de qualidade de software e testadores
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Analistas de garantia de qualidade de software e testadores
descrição

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

Idioma do texto original: inglês

atualizado
ocupação
Analistas de garantia de qualidade de software e testadores
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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

Idioma do texto original: inglês

atualizado
ocupação
Especialistas em gestão de projetos
descrição

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

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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

Idioma do texto original: inglês

atualizado
ocupação
Analistas de garantia de qualidade de software e testadores
descrição

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.

Idioma do texto original: inglês

atualizado
Mostrando 25 de 25 skills coletadas.