Install
$ agentstack add skill-timzaak-web-dev-skills-t-release ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →About
版本发布
用法
/t-release [版本号]
发布项目版本,更新版本文件,验证后创建 release commit 和 git tag,并推送到远程。
版本号使用语义化版本,如 0.2.0、1.0.0。版本文件写入纯版本号 X.Y.Z,最终 git tag 必须使用 vX.Y.Z 格式。用户输入 0.2.0 或 v0.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.Z和vX.Y.Ztag,但新 tag 一律使用vX.Y.Z。 - 更新
backend/Cargo.toml、frontend/package.json、demo/package.json中存在的版本文件。 - 运行验证,创建 commit
chore: bump version to,创建并推送 tagv。
失败处理
- 按脚本错误输出处理。
- 验证失败时终止,不创建 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.
- Author: timzaak
- Source: timzaak/web-dev-skills
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.