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.
Decision snapshot
Is this a fit?
Writing, Includes SKILL.md, Reusable instructions
Compatibility not yet detected.
Permission behavior not yet detected.
Copy skill directory
2 months ago · MIT license
No specific cautions were detected. Review the source and requested permissions before installing.
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. See how SkillIndex evaluates profiles.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Writing
- Writing use cases
Declared skill metadata
- Declared author: spboyer
- Source file: .github/skills/azd-publish/SKILL.md
These fields retain source and confidence evidence from the indexed SKILL.md.
Compatibility and setup
- 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 —
Verified compatibility and discovery
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.
Project health auto-fetched from the source repository.
Maintain this resource?
Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.