robimweld-release-check

robimweld-release-check is a skill for Claude Code from grasscaograss/AwesomeWeldoneSkills. It costs 164 tokens per session (2,779 once invoked), scanned A, original, Apache-2.0.

A release checker for two RobimWeld code repositories and their NuGet packages, which are reusable .NET libraries. It checks two supported version lines and can tag a confirmed release to start CI package publishing.

In plain words
What is it for?
Use it to check RobimWeld.Algorithm and RobimWeld.Devices versions, verify their package release order, and trigger a confirmed release with a Git tag.
Why use it?
It helps find cases where code was merged and version numbers changed but packages were not published or no longer match. It also helps investigate missing-package restore errors.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to check RobimWeld.Algorithm and RobimWeld.Devices versions, verify their package release order, and trigger a confirmed release with a Git tag.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/grasscaograss/awesomeweldoneskills/robimweld-release-check
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add grasscaograss/AwesomeWeldoneSkills --skill robimweld-release-check
Clone the repo
git clone --depth 1 https://github.com/grasscaograss/AwesomeWeldoneSkills

Made for: Claude Code.

Its marketplace also offers this one on its own, as the plugin robimweld-release-check/plugin install robimweld-release-check after adding the marketplace above.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for robimweld-release-check

README.md
[![agentmods](https://agentmods.dev/badge/skills/grasscaograss/awesomeweldoneskills/robimweld-release-check/github.svg)](https://agentmods.dev/skills/grasscaograss/awesomeweldoneskills/robimweld-release-check)
Your own site
<a href="https://agentmods.dev/skills/grasscaograss/awesomeweldoneskills/robimweld-release-check"><img src="https://agentmods.dev/badge/skills/grasscaograss/awesomeweldoneskills/robimweld-release-check/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for robimweld-release-check

Your own site · 80×15
<a href="https://agentmods.dev/skills/grasscaograss/awesomeweldoneskills/robimweld-release-check"><img src="https://agentmods.dev/badge/skills/grasscaograss/awesomeweldoneskills/robimweld-release-check.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 164 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,779 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00164 $0.02779
Opus 5 $0.00082 $0.01389
Sonnet 5 $0.00033 $0.00556
Haiku 4.5 $0.00016 $0.00278

Measured 12d ago against content hash 5f3eb89ec3a4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

robimweld-release-check scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/check-robimweld-versions.ps1), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

fallback 用 PackageBaseAddress(curl,包名小写):
robimweld-release-check/SKILL.md · 168 lines

How it starts

The opening of the file, as written. The whole thing — 168 lines — stays where its author put it; the contents beside it link to each section on GitHub.

RobimWeld 发布一致性校验

校验 RobimWeld.AlgorithmRobimWeld.Devices 两个私有仓库的 NuGet 包发布状态,定位"代码已合并、版本号已改、但没发包"这类问题,并在确认后打 tag 触发 CI 发包。

规则权威来源:README.md §"包版本与发布顺序"(196-202 行)。本 skill enforce 而非重写这些规则。

两条版本线

版本线 主仓分支 源仓库分支 tag 前缀
护圈龙门 v1.x feature/merge护圈龙门-nuget master v1.0.x(Algorithm)/ v1.1.x(Devices)
Kuka 悬臂 v2.x-alpha feature/kuka-nuget-2.0 kuka v2.0.x-alpha

判定版本线:读主仓当前分支名,匹配上表。无法匹配时停止并询问用户当前属于哪条线。

仓库 → 产出包映射

源仓库 本地路径 产出包
RobimWeld.Algorithm D:\RobimWeld.Algorithm(WSL /mnt/d/RobimWeld.Algorithm RobimWeld.Algorithm.WeldRobimWeld.Data.Weld
RobimWeld.Devices D:\RobimWeld.Devices(WSL /mnt/d/RobimWeld.Devices RobimWeld.DevicesRobimWeld.Devices.RobotRobimWeld.Devices.VisionRobimWeld.Scanning.Contracts

git 地址:[email protected]:robimweld/RobimWeld.Algorithm.git[email protected]:robimweld/RobimWeld.Devices.git

版本号读取规则

两条线的版本号存放位置不同,必须都覆盖:

Kuka v2.x-alpha 线

两个仓库均在 Directory.Build.props 用单一字段:

  • Algorithm:<Version>2.0.x-alpha</Version>
  • Devices:<RobimWeldPackageVersion>2.0.x-alpha</RobimWeldPackageVersion> + <Version>$(RobimWeldPackageVersion)</Version>

读取 Directory.Build.props 一个文件即可。

护圈龙门 v1.x 线

  • AlgorithmDirectory.Build.props<Version> 字段(1.x 早期);版本号写在各 csproj<Version>。必须遍历 src/**/*.csproj 取所有 <Version> 值并集校验同号。
  • DevicesDirectory.Build.props 单一 <Version>1.1.x</Version>,一个文件即可。

一致性硬规则

仓库内同号(强制)

同一仓库产出的所有包,版本号必须一致。

违反示例:护圈龙门线 v1.0.6 tag 时,Algorithm 仓库 RobimWeld.Algorithm.Weld.csproj = 1.0.5RobimWeld.Data.Weld.csproj = 1.0.6 → 仓库内不同号 → 阻断发版,提示先修版本号。

跨仓库可不同(允许)

护圈龙门线 Algorithm = 1.0.x / Devices = 1.1.x 合法,不校验跨仓库。

主仓引用 vs 源仓库 tag

主仓 Directory.Packages.props 引用的版本,必须在对应源仓库已打 tag,且 tag 指向的 commit 包含该版本号。否则判定"代码合并了但没发包"。

CI 触发机制

两个仓库 .gitlab-ci.yml 均为:

publish:
  rules:
    - if: $CI_COMMIT_TAG   # 只有 tag 推送才发包

分支推送只 build,不 publish。漏打 tag = 没发包,这是最常见的问题根因。

Read the full file on GitHub · 168 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 168 lines · 164 tokens per session scan A 5f3eb89ec3a4

Subscribe to this mod's changes

robimweld-release-check is a skill published in the GitHub repository grasscaograss/AwesomeWeldoneSkills (2 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 164 tokens to every session and 2,779 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.