Azure
- 10 skills
- 0 followers
- 1 week ago last updated
- ▌ Update Rust · azure-azure-sdk-for-rustUpdate the pinned stable and nightly Rust toolchain versions used by the repository
- ▌
- ▌ Create Hotfix · azure-azure-sdk-for-rust bundleCreate a hotfix (patch) release branch for an Azure SDK Rust crate.
- ▌ Lint Markdown · azure-azure-sdk-for-rustCheck and fix formatting and other issues in markdown files using markdownlint-cli2.
- ▌ Check Spelling · azure-azure-sdk-for-rustCheck and fix spelling in project source files using cSpell.
- ▌ Update Emitter · azure-azure-sdk-for-rustUpdate the TypeSpec emitter for Rust and optionally regenerate all clients
- ▌ Agentic Workflows · azure-azure-sdk-for-rustRoute gh-aw workflow design/create/debug/upgrade requests to the right prompts.
- ▌
- ▌ Cosmos Design Struct · azure-azure-sdk-for-rustEnforce consistent struct design conventions across sdk/cosmos crates. Validates visibility modifiers, field privacy, #[non_exhaustive] usage, and construction API patterns (`Default`/`new` with `with_*` setters, or optional separate builders with `builder()`/`build()`), and construction correctness on public structs. Can auto-fix violations or report them as errors.
- ▌ Cosmos Pre Commit Validation · azure-azure-sdk-for-rustRun pre-commit checks for a specific set of crates. Use this when validating changes under sdk/cosmos before committing or during code review.