AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

T Release

skill-timzaak-web-dev-skills-t-release · by timzaak

Bump project version, create git tag, and push release commit to remote.

No reviews yet
0 installs
36 views
0.0% view→install

Install

$ agentstack add skill-timzaak-web-dev-skills-t-release

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-timzaak-web-dev-skills-t-release)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of T Release? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

版本发布

用法

/t-release [版本号]

发布项目版本,更新版本文件,验证后创建 release commit 和 git tag,并推送到远程。

版本号使用语义化版本,如 0.2.01.0.0。版本文件写入纯版本号 X.Y.Z,最终 git tag 必须使用 vX.Y.Z 格式。用户输入 0.2.0v0.2.0 时,都按版本号 0.2.0 发布,并创建 tag v0.2.0

执行流程

使用发布脚本,不要手工拼接 release 命令:

uv run ${CLAUDE_PLUGIN_ROOT}/scripts/release.py [版本号]

如果用户未提供版本号,先运行脚本获取推荐版本:

uv run ${CLAUDE_PLUGIN_ROOT}/scripts/release.py

用户确认后,再用推荐版本执行:

uv run ${CLAUDE_PLUGIN_ROOT}/scripts/release.py 

脚本负责:

  • 检查 main 分支、干净工作区、远程可访问、tag 不冲突。
  • 识别历史 X.Y.ZvX.Y.Z tag,但新 tag 一律使用 vX.Y.Z
  • 更新 backend/Cargo.tomlfrontend/package.jsondemo/package.json 中存在的版本文件。
  • 运行验证,创建 commit chore: bump version to ,创建并推送 tag v

失败处理

  • 按脚本错误输出处理。
  • 验证失败时终止,不创建 commit/tag。
  • 推送失败时提示用户本地 commit/tag 状态和手动推送命令。

Forbidden

  • 绕过 ${CLAUDE_PLUGIN_ROOT}/scripts/release.py 手工执行发布。
  • 创建或推送不带 v 前缀的 release tag。
  • 使用 --force 推送。

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.