22-质量门禁体系

22-质量门禁体系 is a skill for Claude Code, Codex from xcodethink/open-claude-code-skills. It costs 234 tokens per session (1,553 once invoked), scanned A, original, MIT.

A quality-gate framework for deciding whether software is ready to release. It organizes checks such as quality baselines, critical user journeys, gradual rollout, automatic rollback, service targets, and error budgets.

In plain words
What is it for?
Use it for release go/no-go decisions, production deployment checks, gradual rollouts, automatic rollback planning, service-level objectives, or periodic quality reviews.
Why use it?
It replaces vague readiness judgments with defined thresholds, decision points, and consequences when standards are not met. It also supports recurring checks after release.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/xcodethink/open-claude-code-skills/22
Any agent
npx skills add xcodethink/open-claude-code-skills --skill 22
Clone the repo
git clone --depth 1 https://github.com/xcodethink/open-claude-code-skills

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 22-质量门禁体系

README.md
[![agentmods](https://agentmods.dev/badge/skills/xcodethink/open-claude-code-skills/22.svg)](https://agentmods.dev/skills/xcodethink/open-claude-code-skills/22)
Your own site
<a href="https://agentmods.dev/skills/xcodethink/open-claude-code-skills/22"><img src="https://agentmods.dev/badge/skills/xcodethink/open-claude-code-skills/22.svg" alt="Measured on agentmods" height="20"></a>
Per session 234 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,553 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00234 $0.01553
Opus 5 $0.00117 $0.00776
Sonnet 5 $0.00047 $0.00311
Haiku 4.5 $0.00023 $0.00155

Measured 4d ago against content hash afb2b5f5d8cc, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

22-质量门禁体系 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 4d ago.

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/22-质量门禁体系/SKILL.md · 77 lines

How it starts

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

22-质量门禁体系 (Quality Gate System)

对标: Google SRE Error Budget + Stripe Financial-Grade Engineering + Microsoft SDL + TikTok Hyperscale Reliability + 金融机构 SOX/ITGC

定位: 不重复已有 skills 的内容,作为跨 skill 编排层 — 定义"达标线"、"决策点"、"节奏",引用已有 skills 执行具体动作。

核心理念 (行业共识)

五家顶级机构殊途同归的 6 条共识:

  1. 量化阈值 — 不说"够好了",说具体数字 (Google SLO / Stripe bug bar / Microsoft quality gate)
  2. 门禁有后果 — 不达标就冻结发布,不是"建议" (Google error budget freeze / Microsoft FSR block)
  3. 分离构建者和验证者 — 自己写的代码不能自己签核通过 (金融 SoD / Google PRR / Microsoft FSR)
  4. 用真实场景测试 — 不只是单元测试,要 CUJ、影子测试、对账 (Google CUJ / TikTok shadow testing / 金融 reconciliation)
  5. 周期性复查 — 不只是发布前查,持续周/月/季/年节奏 (金融 SOX cadence / Google SLO review)
  6. 自动化执行 — 人的纪律会疲劳,编码进 pipeline (Stripe CI / TikTok automated gray release)

适配原则 (Solo/小团队)

  • 不搞 CAB 会议 — 用结构化自审 checklist + 自动化门禁代替
  • 不搞 SoD 分离部署 — 用 CI 自动门禁 + 强制 checklist 签核代替人员分离
  • 渐进采用 — 新项目先 Module 1+3 (基线 + RRG),成熟后加 Error Budget 和巡检

模块架构

22-质量门禁体系/
  SKILL.md                          # 本文件: 总纲
  01-质量基线和阈值.md                # 量化标准 (所有项目的底线)
  02-关键用户旅程(CUJ).md            # 用户视角质量锚点
  03-发布准备就绪门禁(RRG).md         # Go/No-Go 决策流程
  04-渐进发布和自动回滚.md            # 灰度 + 自动回滚
  05-Error-Budget和冻结机制.md        # 错误预算 + 冻结策略
  06-定期巡检节奏.md                  # 周/月/季/半年/年巡检

与已有 Skills 的关系 (编排,不重复)

本 skill 模块 引用的已有 skill 关系
01-质量基线 07-测试规范、01-通用要求 本模块定义"达标数字",07/01 定义"怎么测"
02-CUJ 13-系统体检和审计 本模块定义 CUJ 清单,13 执行真人路径测试
03-RRG 07+04+12+13 全部 本模块是发布前的总检查点,调用各 skill 的输出
04-渐进发布 06-部署和运维 本模块定义灰度策略,06 执行具体部署动作
05-Error Budget 12-系统监控和告警 本模块定义 budget 规则,12 提供监控数据
06-定期巡检 04+06+07+12+13+14 本模块定义节奏,各 skill 提供检查内容
(海拔正交) 23-跨对话执行纪律 22 是发版门禁层 (Go/No-Go); 23 是跨对话执行层 (项目跨 N 对话不跑偏)。22 的 RRG 可作为 23 某 session DoD 的验收门; 两者正交, 冲突时严的赢

触发规则

自动触发

  • 任何生产部署前 → 必须过 Module 3 (RRG) 的 Go/No-Go checklist
  • 项目新建时 → 定义 Module 1 (基线) + Module 2 (CUJ)
  • 生产事故后 → 检查 Module 5 (Error Budget) 消耗情况

Read the full file on GitHub · 77 lines

Files

What ships with it

9 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. 4d ago First seen · 77 lines · 234 tokens per session scan A afb2b5f5d8cc

Subscribe to this mod's changes

22-质量门禁体系 is a skill published in the GitHub repository xcodethink/open-claude-code-skills (2 stars, last pushed 29d ago), licensed MIT. It adds 234 tokens to every session and 1,553 once invoked, about $0.0012 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-31.

Related

Other skills, from other repositories

continuous-llm-red-teaming-with-promptfoo

Wire Promptfoo and DeepTeam into CI/CD for automated regression red-teaming of LLM apps against OWASP LLM Top 10 and OWASP Agentic presets, failing the build when jailbreak or injection vulnerabilities regress.

adriannoes/awesome-agentic-ai · 56 tokens

hooksmith

Use when designing or reviewing safe Grok Build hooks for linting, tests, formatting, notifications, command guards, lifecycle automation, or project hook trust decisions.

DominikTobureto/awesome-grok-build · 35 tokens

mlops-automation

Automate an MLOps project with mise tasks, lefthook hooks, Docker images, GitHub Actions, and MLflow tracking on a SQL backend. Use when adding a task runner, git hooks, CI/CD, or experiment tracking to a working package.

MLOps-Courses/mlops-coding-skills · 58 tokens

pdlc-ship

发布工作流(跑测试 → bump VERSION → 更 CHANGELOG → tag → 触发 CI/CD).

kanfu-panda/pdlc-skills · 28 tokens

factory-ci

CI and pull-request review conventions. One canonical .github/workflows/ci.yml is the merge gate (typecheck, lint, test, build, claude-review); branch protection's required-checks list matches the job list 1:1; anthropics/claude-code-action@v1 reviews every PR against the factory-pitfalls.md checklist as a required…

nonlinear-xyz/factory-kit · 110 tokens

factory-deployment

Deployment and infrastructure conventions across builds. Vercel + Neon for web (with PR branch DBs), Cloud Run for Python services (one service per entry-point variant), GitHub Actions matrix-deploy on merge, Terraform with environments/modules layout for AWS / compliance customers, RDS IAM authentication for AWS DBs…

nonlinear-xyz/factory-kit · 108 tokens