Skills Plugins MCP Prompt Model 博客 我的中心

release

Use when preparing or publishing an NGINX UI release, including version bumping with version.sh, release note drafting, release-prep commits, annotated tags, pushing dev and tags, and creating GitHub Releases with Announcements discussions.

DeepseekModel 官方收录技能 质量 优秀 · 90 v1.0.0

获取

https://deepseekmodel.com/api/download.php?id=0xjacky-nginx-ui-claude-skills-release-skill-md&format=skill
下载 .skill 标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name release description Use when preparing or publishing an NGINX UI release, including version bumping with version.sh, release note drafting, release-prep commits, annotated tags, pushing dev and tags, and creating GitHub Releases with Announcements discussions. NGINX UI Release Use this workflow for NGINX UI releases from the repository root. Preconditions Work from the dev branch. Inspect git status --short --branch before changing files. If the user asks to commit existing workspace changes first, inspect recent commit style and commit that work separately before release prep. Keep staging explicit. Do not include unrelated local changes. Treat release-notes-vX.Y.Z.md as a temporary local release artifact, not a committed file. Version Preparation Run ./version.sh outside the sandbox when possible. It updates app/package.json , runs the frontend build, and refreshes generated artifacts that can require network access. Enter the release version as vX.Y.Z when prompted and confirm it. Check the generated diff with git status --short and git diff --stat . Commit only version-preparation artifacts with: git add <version-prep-files> git commit -m "chore: prepare vX.Y.Z" Do not commit release-notes-vX.Y.Z.md . Release Notes Create release-notes-vX.Y.Z.md in the repository root using exactly these sections: ## Features - ... ## Bug Fixes - ... ## Contributors @handle Guidelines: Base the notes on the verified range from the previous release tag to HEAD . Prefer GitHub handles for contributors when known from merged PRs or commit metadata. Use commit SHAs when PR numbers are not needed or not available. If there are no feature entries, use - None. under Features . Do not include test status unless the user explicitly asks for it. Validation ./version.sh already runs the frontend build and Go generation. By default, run lightweight checks such as git diff --check . Run broader tests only when appropriate for the release scope or when the user requests them. If the user says to skip tests, do not keep trying to run them. If local tests are affected by a parent Go workspace, use repo-isolated mode such as GOWORK=off and a writable GOCACHE . Tag, Push, And Publish After the release-prep commit is created: git -c tag.gpgSign= false tag -a vX.Y.Z -F release-notes-vX.Y.Z.md git push origin dev vX.Y.Z gh release create vX.Y.Z --verify-tag --title vX.Y.Z -F release-notes-vX.Y.Z.md --discussion-category Announcements Notes: Use git -c tag.gpgSign=false tag -a ... when local GPG signing blocks tag creation. The GitHub Release command is expected to create the matching Announcements discussion. Verify publication with gh release view vX.Y.Z and, if needed, inspect recent Discussions in the Announcements category. After a successful release, leave the release-note markdown untracked unless the user asks to delete it.
Agent 识别该技能的关键词,点击任意一个即可复制。

该技能未提供触发词。

下载的 .skill 包内含以下字段。
字段 说明
format格式标识(skill/v1)
skill_id技能唯一 ID
name技能名称
version版本号
description技能描述
category所属分类(数组)
trigger_words触发词列表
tags标签列表
source来源标识
source_url来源链接(本页地址)
exported_at导出时间(每次下载生成)
system_prompt系统提示词正文
model_config模型参数:provider / model / temperature / max_tokens / top_p
examples示例
install_guide各平台导入说明(Coze / Dify / Claude / 自定义框架)
同一份技能可按不同平台格式导出。
.skill 标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用 下载
.skillpro 增强格式,额外含脚本 / 工具 / 依赖 / 钩子占位 下载
.json 纯 JSON 导出,只含 system_prompt 与模型参数 下载
Coze 带 frontmatter 的 Markdown,Coze 平台导入用 下载
Dify Dify DSL,创建应用后直接导入 下载

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。