azd-publish Skill
Prepare and publish a new version of the waza azd extension. USE FOR: "publish extension", "release new version", "bump version", "prepare release", "update changelog", "azd publish", "new release", "version bump", "cut a release". DO NOT USE FOR: running evals (use waza), writing skills (use skill-authoring), CI/CD pi Published by microsoft in waza.
What is azd-publish Skill?
Prepare and publish a new version of the waza azd extension. USE FOR: "publish extension", "release new version", "bump version", "prepare release", "update changelog", "azd publish", "new release", "version bump", "cut a release". DO NOT USE FOR: running evals (use waza), writing skills (use skill-authoring), CI/CD pi Published by microsoft in waza. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Writing
- Writing use cases
Technical details
- Install or run with Copy skill directory
When to use azd-publish Skill
- Use it for writing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/waza
- Skill file: .github/skills/azd-publish/SKILL.md
What it does
Prepare and publish a new version of the waza azd extension. USE FOR: "publish extension", "release new version", "bump version", "prepare release", "update changelog", "azd publish", "new release", "version bump", "cut a release". DO NOT USE FOR: running evals (use waza), writing skills (use skill-authoring), CI/CD pi
Skill instructions
azd Extension Publish Automate version bumps, changelog updates, and PR creation for waza azd extension releases. When to Use - Preparing a new release of the waza azd extension - Bumping the version number (major, minor, or patch) - Updating the changelog with changes since last release - Creating a release PR for review Workflow Follow these steps in order. Ask the user for input at each decision point. Step 1: Gather Changes and Update Changelog Get the current version from version.txt and extension.yaml, then collect commits since the last release: bash cat version.txt Find the latest azd extension version tags git tag --list 'azd-ext-microsoft-azd-waza' --sort=-v:refname | head -5 Get commits since last azd extension tag lasttag=$(git tag --list 'azd-ext-microsoft-azd-waza' --sort=-v:refname | head -1) git log "${lasttag}..HEAD" --oneline --no-decorate If version.txt and extension.yaml differ, flag it to the user before proceeding. Summarize the changes grouped by type: - Added —
Explore related resources
Frequently asked questions
What is azd-publish?
azd-publish is a open-source AI agent skill with Copy skill directory. Prepare and publish a new version of the waza azd extension. USE FOR: "publish extension", "release new version", "bump version", "prepare release", "update changelog", "azd publish", "new release", "version.
Who is azd-publish best for?
azd-publish is best for reusing agent instructions, scripts, and references, writing workflows.
How do I install azd-publish?
Install or run azd-publish using Copy skill directory. Check azd-publish for the latest setup command.
Is azd-publish actively maintained?
azd-publish may need a closer maintenance check before production use.
Auto-fetched from GitHub.