Token导航 LogoToken导航TokenDH.com
开发external-servicegithub未标认证来源可访问许可证需确认审计提醒

bump-mgmt-base-version凹凸管理基础版本

Agent Skill

bump-mgmt-base-version 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

605

周安装

26

GitHub Stars

5,980

下载量

212
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:bump-mgmt-base-version(凹凸管理基础版本)
来源仓库:https://github.com/azure/azure-sdk-for-net
仓库路径:skills/bump-mgmt-base-version
安装命令:
npx skills add https://github.com/azure/azure-sdk-for-net --skill bump-mgmt-base-version
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/azure/azure-sdk-for-net --skill bump-mgmt-base-version

简介

用于更新 Azure SDK 管理平面生成器的基础依赖版本。

  • 自动读取 http-client-csharp 最新版本并同步到 npm 和 NuGet。
  • 会重建测试项目以确保兼容性。
  • 触发词包括“bump mgmt base version”或“update mgmt dependency”。
  • 需确认目标版本来源文件路径和当前项目结构是否匹配。

SKILL.md

Skill: bump-mgmt-base-version

Bump the base http-client-csharp dependency used by the management-plane generator (http-client-csharp-mgmt). This updates both the npm emitter dependency and the NuGet generator dependency, then rebuilds and regenerates test projects.

When Invoked

Trigger phrases: "bump mgmt base version", "update http-client-csharp in mgmt", "bump generator version", "update mgmt dependency".

Instructions

1. Determine the target version

Read the latest version of @azure-typespec/http-client-csharp from:

eng/azure-typespec-http-client-csharp-emitter-package.json

Look at the dependencies["@azure-typespec/http-client-csharp"] value. This is the target version.

2. Identify current versions

Check the current versions in these two files:

FileFieldPurpose
eng/packages/http-client-csharp-mgmt/package.jsondependencies["@azure-typespec/http-client-csharp"]Emitter npm dependency
eng/centralpackagemanagement/Directory.Generation.Packages.props<AzureGeneratorVersion>Generator NuGet dependency (used by Azure.Generator.Management.csproj via <PackageReference Include="Azure.Generator" />)

If both already match the target version, no update is needed — inform the user and stop.

3. Update version references

Update both files to the target version:

  1. eng/packages/http-client-csharp-mgmt/package.json: Change the @azure-typespec/http-client-csharp version in dependencies.
  2. eng/centralpackagemanagement/Directory.Generation.Packages.props: Change the <AzureGeneratorVersion> value.

4. Run npm install

cd eng/packages/http-client-csharp-mgmt
npm install

This updates package-lock.json to resolve the new dependency version.

5. Build the emitter

cd eng/packages/http-client-csharp-mgmt
npm run build:emitter

If TypeScript compilation fails, examine the errors — they likely indicate breaking API changes in the base @azure-typespec/http-client-csharp package. Fix the emitter source code under eng/packages/http-client-csharp-mgmt/emitter/ accordingly.

6. Lint and format the emitter

cd eng/packages/http-client-csharp-mgmt
npm run lint
npm run prettier

If lint or prettier checks fail, fix with:

npm run lint:fix
npm run prettier:fix

These checks are required to pass CI. Always run them after any emitter code changes.

7. Build the generator

cd eng/packages/http-client-csharp-mgmt
npm run build:generator

This runs dotnet build./generator. The Azure.Generator.Management project references the Azure.Generator NuGet package, whose version is controlled by AzureGeneratorVersion in eng/centralpackagemanagement/Directory.Generation.Packages.props.

If C# compilation fails, examine the errors — they likely indicate breaking API changes in the Azure.Generator package. Fix the generator source code under eng/packages/http-client-csharp-mgmt/generator/Azure.Generator.Management/ accordingly.

8. Regenerate test projects

pwsh eng/packages/http-client-csharp-mgmt/eng/scripts/Generate.ps1

This script:

  • Rebuilds the emitter and generator (via Refresh-Mgmt-Build)
  • Regenerates the Mgmt-TypeSpec test project under generator/TestProjects/Local/Mgmt-TypeSpec/
  • Builds the regenerated test project to verify correctness

If regeneration produces file changes, they must be included in the commit.

9. Verify

  • Run git status to see all modified files
  • Ensure package.json, package-lock.json, Directory.Generation.Packages.props, and any regenerated test project files are included
  • All changes should be committed together

Key Files Reference

FileRole
eng/azure-typespec-http-client-csharp-emitter-package.jsonSource of truth for latest base version
eng/packages/http-client-csharp-mgmt/package.jsonMgmt emitter npm dependencies
eng/packages/http-client-csharp-mgmt/package-lock.jsonResolved npm dependency tree
eng/centralpackagemanagement/Directory.Generation.Packages.propsNuGet version properties (AzureGeneratorVersion)
eng/packages/http-client-csharp-mgmt/generator/Azure.Generator.Management/src/Azure.Generator.Management.csprojGenerator project referencing Azure.Generator
eng/packages/http-client-csharp-mgmt/eng/scripts/Generate.ps1Test project regeneration script
eng/packages/http-client-csharp-mgmt/eng/scripts/Generation.psm1Build and generation helper functions

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

35.6%
按下载量换算75

Claude

29.16%
按下载量换算62

Cursor

17.65%
按下载量换算37

Gemini CLI

9.17%
按下载量换算19

安全审计

Gen Agent Trust Hub

通过

Socket

可疑

Snyk

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills