Azure/azure-sdk-for-java

This repository is for active development of the Azure SDK for Java. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/java/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-java.

2.6kStars on the repository
33Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

Azure/azure-sdk-for-java

Skill Claude CodeCodex

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: azure-sdk-mcp:azsdkapiviewgetcomments, azure-sdk-mcp:azsdkcustomizedcodeupdate…

2.6k 2d ago A 125 tokens copy · 100% MIT

Azure/azure-sdk-for-java

Skill Claude CodeCodex

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 changes", "resolve SDK generation errors", "customize…

2.6k 2d ago A 202 tokens copy · 100% MIT

Azure/azure-sdk-for-java

Skill Claude CodeCodex

Analyze Azure SDK CI/CD pipeline failures into a structured diagnosis, and define the required output format. Load this skill before calling azsdkanalyzepipeline, which returns raw failure data that this skill interprets and formats. USE FOR: "pipeline failed", "build failure", "CI check failing", "tests failing in…

2.6k 2d ago A 192 tokens copy · 100% MIT

Azure/azure-sdk-for-java

Skill Claude CodeCodex

Automatically fix Azure SDK CI/CD pipeline failures by applying code changes and verifying locally. USE FOR: "fix pipeline failure", "fix CI", "fix failing tests", "auto-fix and commit the fix", "fix build error", "fix mypy/pylint/type-check/lint errors", "auto-fix pipeline", "resolve pipeline failure". DO NOT USE…

2.6k 2d ago A 150 tokens copy · 100% MIT

Azure/azure-sdk-for-java

Skill Claude CodeCodex

Create, get, update, abandon, and link SDK PRs to release plan work items for Azure SDK releases. UTILITY SKILL. USE FOR: "create release plan", "get release plan", "update release plan", "update API spec in release plan", "update SDK details in release plan", "abandon release plan", "link SDK PR to plan", "namespace…

2.6k 2d ago A 231 tokens copy · 100% MIT

Azure/azure-sdk-for-java

Skill Claude CodeCodex

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". DO NOT USE FOR: SDK development, code generation, pipeline debugging, release plan creation. INVOKES…

2.6k 2d ago A 85 tokens copy · 100% MIT

Azure/azure-sdk-for-java

Skill Claude CodeCodex

Prepare a merge-back PR that brings patch-release version, CHANGELOG, and pom.xml updates from a release/patch/YYYYMMDD branch back into main. WORKFLOW SKILL. USE FOR: "merge-back PR", "merge back patches", "patch release merge-back", "bring patch releases into main", "reconcile release/patch branch with main". DO NOT…

2.6k 2d ago A 119 tokens original MIT

Azure/azure-sdk-for-java

Skill Claude CodeCodex

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 inside the package's .github/skills/ directory so…

2.6k 2d ago A 106 tokens original MIT

find-package-skill

10

Azure/azure-sdk-for-java

Skill Claude CodeCodex

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 typespec; change client library.

2.6k 2d ago A 61 tokens original MIT

Azure/azure-sdk-for-java

Skill Claude CodeCodex

Reviews eligible generated Azure Java management-library AutoPR changes for a narrow set of high-value generation risks.

2.6k 2d ago A 25 tokens original MIT

codegen

12

Azure/azure-sdk-for-java

Skill Claude CodeCodex

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.

2.6k 2d ago A 37 tokens original MIT

dedup-openai

13

Azure/azure-sdk-for-java

Skill Claude CodeCodex

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.

2.6k 2d ago A 38 tokens original MIT

dup-classes

14

Azure/azure-sdk-for-java

Skill Claude CodeCodex

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

2.6k 2d ago A 31 tokens original MIT

github

15

Azure/azure-sdk-for-java

Skill Claude CodeCodex

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.

2.6k 2d ago B 44 tokens original MIT

release-notes

16

Azure/azure-sdk-for-java

Skill Claude CodeCodex

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.

2.6k 2d ago A 50 tokens original MIT

run-tests

17

Azure/azure-sdk-for-java

Skill Claude CodeCodex

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

2.6k 2d ago A 21 tokens original MIT

search-m2

18

Azure/azure-sdk-for-java

Skill Claude CodeCodex

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.

2.6k 2d ago A 46 tokens original MIT

test-proxy

19

Azure/azure-sdk-for-java

Skill Claude CodeCodex

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

2.6k 2d ago A 34 tokens original MIT

Azure/azure-sdk-for-java

Skill Claude CodeCodex

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

2.6k 2d ago A 56 tokens original MIT

tsp-type-override

21

Azure/azure-sdk-for-java

Skill Claude CodeCodex

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.

2.6k 2d ago A 62 tokens original MIT

union-type-wrappers

22

Azure/azure-sdk-for-java

Skill Claude CodeCodex

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.

2.6k 2d ago A 49 tokens original MIT

Azure/azure-sdk-for-java

Skill Claude CodeCodex

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.

2.6k 2d ago A 46 tokens original MIT

cu-sdk-sample-run

24

Azure/azure-sdk-for-java

Skill Claude CodeCodex

Run a specific sample for the Azure AI Content Understanding Java SDK. Use when users want to run a particular sample like Sample02AnalyzeUrl or Sample03AnalyzeInvoice.

2.6k 2d ago A 41 tokens original MIT