mini-program-release-skill

mini-program-release-skill is a skill for Claude Code, Codex from NocodeMrLi/mini-program-engineering-skill-suite. It costs 134 tokens per session (1,261 once invoked), scanned A, original, MIT.

A release-readiness checklist for mini-programs, which are small apps that run inside platforms such as WeChat. It checks the code, build files, tests, permissions, privacy details, platform submissions, and rollback plan before release.

In plain words
What is it for?
Use it to review a target branch and version, check test and build evidence, scan for debug paths and sensitive data, verify permissions and privacy declarations, and record upload, review, production-release, and rollback status.
Why use it?
It helps prevent a release from being marked ready when required evidence is missing or different parts of the release do not match. It also keeps uncertain platform states from being treated as successful.

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/nocodemrli/mini-program-engineering-skill-suite/mini-program-release-skill
Any agent
npx skills add NocodeMrLi/mini-program-engineering-skill-suite --skill mini-program-release-skill
Clone the repo
git clone --depth 1 https://github.com/NocodeMrLi/mini-program-engineering-skill-suite

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 mini-program-release-skill

README.md
[![agentmods](https://agentmods.dev/badge/skills/nocodemrli/mini-program-engineering-skill-suite/mini-program-release-skill.svg)](https://agentmods.dev/skills/nocodemrli/mini-program-engineering-skill-suite/mini-program-release-skill)
Your own site
<a href="https://agentmods.dev/skills/nocodemrli/mini-program-engineering-skill-suite/mini-program-release-skill"><img src="https://agentmods.dev/badge/skills/nocodemrli/mini-program-engineering-skill-suite/mini-program-release-skill.svg" alt="Measured on agentmods" height="20"></a>
Per session 134 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,261 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.00134 $0.01261
Opus 5 $0.00067 $0.00630
Sonnet 5 $0.00027 $0.00252
Haiku 4.5 $0.00013 $0.00126

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

Security

Grade A, and why

mini-program-release-skill 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/mini-program-release-skill/SKILL.md · 55 lines

What it actually says

/mini-program-release-skill — 小程序发布治理

默认执行只读发布预检,形成可审计的 release-ready 判断。核对证据不等于获得外部操作权限;每一种外部状态变化都必须单独明确授权。

输入与发布目标

  • 接收目标版本、目标分支、功能范围、验证报告、平台/渠道、计划窗口、回滚策略和用户授权边界。
  • 先记录当前分支、提交、工作区、版本事实源、源码、构建产物和开发者工具加载目标;证据不一致时停止在 not-ready
  • 涉及微信规则、权限、隐私或审核要求且可能变化时,只查询当前官方资料;无法核对时保留 unknown

只读发布预检

  1. 核对目标功能已在当前分支,版本符合语义化策略,源码与构建产物绑定同一指纹。
    • 版本升级必须核对整组版本事实源:VERSION、根 Skill 或项目元数据、README 徽章/正文、CHANGELOG、发布清单、测试断言、构建/导出清单,以及小程序开发者工具上传版本或体验版/审核版备注;不能只改一个显眼版本号。
  2. 核对静态、单元、集成、状态矩阵以及风险所需的真机/云端证据;失败或未执行项必须映射为阻塞或残余风险。
  3. 核对源码和构建产物中的测试开关、模拟数据、调试入口、日志、后门路径和内部文案。
  4. 执行敏感信息扫描与人工匿名化复核;核对权限、隐私声明、域名/服务和实际功能一致性,但不回显凭证值。
  5. 准备版本说明、变更范围、已知问题、监控/观察点、回滚条件、回滚版本与复验步骤。
  6. 分别记录代码推送、平台上传、体验版、审核提交、审核结果和正式发布的证据;任何一层缺证据都保持 unknown
  7. 使用 发布治理工作流 判定阻塞,按 发布就绪记录 输出。

外部动作发生中断、超时或回执不明确时,当前状态保持 unknown;先查询平台记录、目标版本和回执,再判断已生效、未生效或仍不确定。原上传/审核/发布授权不自动成为高风险动作的重放授权。

权限与状态边界

  • Git 提交不等于代码推送;代码推送不等于平台上传;构建成功也不等于平台上传。
  • 平台上传不等于审核提交;审核提交不等于审核通过;审核通过不等于正式发布。
  • 用户说“检查”“准备”“看看能不能发”只授权只读预检,不授权外部动作。
  • 即使用户给出总目标,也应在执行平台上传、审核提交或正式发布前确认具体目标、版本和回滚条件已明确。
  • 输出行动清单或结构化 proposed_actions 时,每个行动条目只能包含一个外部动作。代码推送、平台上传、提交审核、正式发布、云端修改和付费资源创建不得合并授权;每项分别记录目标、版本、影响、回滚条件与 requires_authorization: true
  • 不得自动推送代码、平台上传、提交审核、正式发布、修改云端、创建付费资源或改变外部状态。

最低输出

  • 发布目标、当前分支、提交、版本、源码/构建/工具指纹与工作区状态。
  • 验证证据、安全、测试开关、敏感信息、权限、隐私和回滚检查结果。
  • 关键证据的产生工具、格式、版本、时间、目标指纹、可采信范围和不能证明的内容。
  • 每个发布层的当前状态、证据、缺失项与阻塞项。
  • 当前结论:not-ready / release-ready / uploaded / review-submitted / review-approved / released;只使用证据支持的最高状态。
  • 获准外部动作、未获准动作、残余风险和下一步。

停止条件

目标版本/分支不明、验证失败、源码与产物不一致、敏感信息命中、回滚缺失或平台证据冲突时停止。需要账号、验证码、凭证、真实平台写入或付费操作但未获明确授权时,不尝试绕过。

独立与套件协作

独立安装时可执行发布就绪审查和已授权的发布步骤治理。位于套件中时,接收验证报告和微信平台约束,输出发布状态证据;不会因处于端到端流程而获得额外外部权限。

Files

What ships with it

3 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 · 55 lines · 134 tokens per session scan A 2dc1c9194e2e

Subscribe to this mod's changes

mini-program-release-skill is a skill published in the GitHub repository NocodeMrLi/mini-program-engineering-skill-suite (42 stars, last pushed 3d ago), licensed MIT. It adds 134 tokens to every session and 1,261 once invoked, about $0.0007 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.

Related

Other skills, from other repositories

nature-statistics

Audit, revise, or draft manuscript statistical reporting for Nature / high-impact journal submissions. Use when the user asks to check statistical analysis sections, p values, confidence intervals, sample size, biological versus technical replicates, randomization, blinding, multiple-comparison correction, model…

Yuan1z0825/nature-skills · 139 tokens

baoyu-youtube-transcript

Downloads YouTube video transcripts/subtitles and cover images by URL or video ID. Supports multiple languages, translation, chapters, and speaker identification. Caches raw data for fast re-formatting. Use when user asks to "get YouTube transcript", "download subtitles", "get captions", "YouTube字幕", "YouTube封面"…

JimLiu/baoyu-skills · 107 tokens

review-plan

Review a plan by running internal reviews and a peer review in parallel and returning combined findings. Use when the user asks to "review my plan", "check my plan", "critique my plan", or wants feedback on a plan.

tobihagemann/turbo · 50 tokens

reply-to-pr-threads

Draft, confirm, and post replies to GitHub PR review threads. Handles per-category reply formatting, re-fetches thread resolution state so auto-resolved threads are skipped, and posts via GraphQL. Use when the user asks to "reply to PR threads", "post PR thread replies", or "draft PR reply messages".

tobihagemann/turbo · 71 tokens

answer-reviewer-questions

For each reviewer question on a PR, recall implementation reasoning and compose a raw answer. Use when the user asks to "answer reviewer questions", "draft answers to PR questions", or "explain reviewer questions".

tobihagemann/turbo · 48 tokens

to-issues

Decompose a PRD and/or SPEC into implementable, vertically-sliced Issues with real blocking edges, then create them in your chosen platform (GitHub or Local). Use after /prd (and optionally /prd-to-spec) to turn requirements into agent-ready tickets. Triggers on: create issues, to-issues, 创建issue, 拆解issue, 生成卡片, 创建卡片…

smallnest/goal-workflow · 96 tokens