azure-sdk-for-java
Automate Azure SDK for Java development, testing, and releases
Tells AI agents how the Azure SDK for Java repository is structured, which tasks they may perform (code generation, testing, docs, release support), and which boundaries they must respect such as never editing generated code or disabling lint checks.
All Skills in This Repository (26)
Pure Emerald Level Indicatorsdedup-openai
Suppress duplicate Java classes by mapping TypeSpec types to openai-java models.
search-m2
Search local Maven repository JAR files for Java classes and resolve dependency coordinates.
dup-classes
Compare generated Java models against openai-java classes field by field.
test-proxy
Publish test recordings and assets using the test-proxy CLI.
union-type-wrappers
Add typed getters and setters over BinaryData properties for TypeSpec union types in Java models.
release-notes
Update Azure SDK for Java CHANGELOG.md and README.md from GitHub PR diffs.
tsp-naming-collision
Identify Java codegen parameter collisions and apply @@clientName overrides in TypeSpec.
codegen
Generate code from TypeSpec definitions using the tsp-client tool.
github
Manage GitHub issues, pull requests, and workflow runs via the GitHub CLI.
tsp-type-override
Override TypeSpec types with Java-native types using @@alternateType decorators.
run-tests
Execute Maven tests with options for modules, classes, methods and LIVE/RECORD/PLAYBACK modes.
cu-sdk-setup
Configure Java environments for Azure AI Content Understanding SDK setup and sample execution.
Frequently Asked Questions
FAQPage SchemaHow to install azure-sdk-for-java skills?โผ
Run `npx skills add Azure/azure-sdk-for-java --all -g -y` in your terminal to install all agent skills in this suite globally.
What can AI agents do in the Azure SDK for Java repo?โผ
Agents can generate SDK code from TypeSpec, run Maven builds and tests, write changelogs, analyze CI pipeline failures, and prepare release plans while following strict repository rules.
How do I fix a failing Azure SDK CI pipeline with AI?โผ
The pipeline analysis and fixer skills diagnose build or test failures, identify the root cause, apply a minimal code fix, and verify it locally before committing.
Can AI regenerate an SDK package from TypeSpec?โผ
Yes. The generate-sdk-locally skill runs the full workflow: generate from TypeSpec, build, apply customizations, run checks and tests, then update changelog and version metadata.
Do these skills work with GitHub Copilot and other AI agents?โผ
Yes. The skills follow the standard SKILL.md format and work with GitHub Copilot, MCP servers, and other LLM-based coding assistants.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core