b3os-release-ops

b3os-release-ops is a skill for Claude Code, Codex from b3rys/b3rys-team-os. It costs 113 tokens per session (1,505 once invoked), scanned A, original, Apache-2.0.

A release and deployment checklist for the b3os project. It covers merging code, live releases, urgent fixes, and changes to public Git history.

In plain words
What is it for?
Use it before merging, deploying, making hotfixes, changing databases or permissions, or rewriting public repository history.
Why use it?
It helps determine which reviews, tests, approvals, backups, and rollback plans are required before public or production changes.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it before merging, deploying, making hotfixes, changing databases or permissions, or rewriting public repository history.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/b3rys/b3rys-team-os/b3os-release-ops
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 b3rys/b3rys-team-os --skill b3os-release-ops
Clone the repo
git clone --depth 1 https://github.com/b3rys/b3rys-team-os

Made for: Claude Code, Codex.

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 b3os-release-ops

README.md
[![agentmods](https://agentmods.dev/badge/skills/b3rys/b3rys-team-os/b3os-release-ops/github.svg)](https://agentmods.dev/skills/b3rys/b3rys-team-os/b3os-release-ops)
Your own site
<a href="https://agentmods.dev/skills/b3rys/b3rys-team-os/b3os-release-ops"><img src="https://agentmods.dev/badge/skills/b3rys/b3rys-team-os/b3os-release-ops/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 b3os-release-ops

Your own site · 80×15
<a href="https://agentmods.dev/skills/b3rys/b3rys-team-os/b3os-release-ops"><img src="https://agentmods.dev/badge/skills/b3rys/b3rys-team-os/b3os-release-ops.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 113 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,505 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 2 findings, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Tool Misuse · line 66
    Tool parameters are crafted to achieve unintended or unsafe behavior. Parameter abuse can bypass intended safety checks (e.g. shell=True, --force, dangerous glob patterns).
    Fix: Validate all tool parameters against an allowlist. Reject dangerous parameter values (shell=True, --force, -rf /) and use safe defaults.
  • high Tool Misuse · line 71
    Tool parameters are crafted to achieve unintended or unsafe behavior. Parameter abuse can bypass intended safety checks (e.g. shell=True, --force, dangerous glob patterns).
    Fix: Validate all tool parameters against an allowlist. Reject dangerous parameter values (shell=True, --force, -rf /) and use safe defaults.
How audits are shown
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.00113 $0.01505
Opus 5 $0.00056 $0.00753
Sonnet 5 $0.00023 $0.00301
Haiku 4.5 $0.00011 $0.00151

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

Security

Grade A, and why

b3os-release-ops scanned grade A with 0 findings 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 10d ago.

The scan reads SKILL.md. This mod also ships 6 executable files (scripts/approver-check.mutants.sh, scripts/approver-check.py, scripts/approver-check.test.py, …), 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/b3os-release-ops/SKILL.md · 139 lines

How it starts

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

b3os-release-ops — 공개 배포·머지·핫픽스 게이트

정본 문서: docs/DEPLOY_MERGE_HOTFIX_WORKFLOW.md

언제 invoke하나

  • b3os 공개 main에 PR을 merge하기 전.
  • live deploy(라이브 배포)하기 전/후.
  • hotfix(긴급 수정)를 만들거나 머지할 때.
  • force-push/history rewrite/orphan public snapshot 같은 공개 기록 재작성 논의가 있을 때.
  • 봇이 “자동 머지해도 되는가?”를 판단해야 할 때.

빠른 판정

작업 봇 자율 가능? 필수 게이트
문서 오탈자, 링크, 포맷팅 가능 clean worktree, preflight, 가능하면 리뷰
테스트만 수정, 제품 동작 불변 제한적 가능 관련 테스트, preflight, 리뷰 1명
코드 동작 변경 불가 PR, CI/typecheck, member review, 필요 시 harness
DB·권한·보안·시크릿 불가 GD 승인, 리뷰, rollback, 감사 로그
live deploy/restart 불가 GD/운영 승인, dry-run, build, acceptance, rollback
branch protection/force-push 불가 GD 승인, 2명 또는 harness review, backup, audit

표준 실행 절차

1. PR merge 전

# 작업 브랜치에서
skills/b3os-release-ops/scripts/release-preflight.sh --mode merge
bun run typecheck   # 코드 변경일 때

확인:

  • git status가 clean인지.
  • 브랜치가 main이 아닌지.
  • origin/main..HEAD commit author·committer email이 GitHub noreply인지.
  • GitHub main branch protection이 켜져 있는지.
  • PR 리뷰 1명 이상을 받았는지.

2. clean merge

  • 공개 기록에 남길 author가 GD라면 gd.on noreply email로 재작성한다.
  • merge 수행 계정은 GitHub Settings → Emails에서 “Keep my email addresses private”를 먼저 켠다. GitHub 웹/squash merge commit은 브랜치 commit이 all-noreply여도 머지 수행 계정의 author·committer email을 남길 수 있다.
  • rebase/amend/fast-forward merge도 committer email이 로컬 실명 email로 남을 수 있으므로 author와 committer를 모두 확인한다.
  • squash/rebase는 PR 범위 안에서만 한다.
  • branch protection을 우회하거나 완화하지 않는다.
  • merge 후 git fetch origin main을 실행하고 skills/b3os-release-ops/scripts/release-preflight.sh --mode post-mergeorigin/main tip author·committer email이 모두 noreply인지 확인한다.
  • post-merge 검증 뒤 main을 fast-forward로 맞춘다.

3. live deploy

git fetch origin main
git --no-pager log --oneline HEAD..origin/main        # 반영될 commit 확인(dry-run)
skills/b3os-release-ops/scripts/release-preflight.sh --mode deploy --live-dir "$PWD"

PREV="$(git rev-parse HEAD)"                          # 롤백 지점 — 보고에 남긴다
git reset --hard origin/main
bun install && bun run build
bun run service restart                               # 상시가동 미등록이면 `bun run start` 재기동

Read the full file on GitHub · 139 lines

Files

What ships with it

6 files 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. 10d ago First seen · 139 lines · 113 tokens per session scan A 078e4c3dd430

Subscribe to this mod's changes

b3os-release-ops is a skill published in the GitHub repository b3rys/b3rys-team-os (13 stars, last pushed yesterday), licensed Apache-2.0. It adds 113 tokens to every session and 1,505 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.