返回 Skills 目錄
blockmatic/basilic-skills已通過檢查

SKILL DETAIL

w-release

blockmatic/basilic-skills/w-release

Advisory review of release impact, changelog, and template contracts.

安裝量 · 405查看來源

Installation

npx skills add https://github.com/blockmatic/basilic-skills --skill w-release

技能檔案

SKILL.md

最近同步 · 2026年9月21日

SKILL.md
---
name: w-release
description: Advisory review of release impact, changelog, and template contracts.
disable-model-invocation: true
---

Advisory only. Do not bump versions, merge a release PR, or use publish credentials. Read the repository's release docs first.

1. Diff against `main` (feature PR) or the previous `v*` tag (release PR). List payload paths from those docs (Basilic example: `apps/api|web|mobile`, `packages/`, `tools/`, `scripts/`, `.cursor/`, `.agents/`, generator).
2. Suggest a conventional title. Flag `docs`/`chore`/`test`/`ci`/`style` when payload paths changed unless the body has `skip-release: true`.
3. Note generator CLI, template include/exclude, and docs snapshot impact. Generated trees must not gain the documentation app or the generator.
4. Draft user-facing changelog bullets and required adopter actions. Keep the repo's release changelog authoritative (Basilic: Release Please).
5. Link tests, classification, and (on a release PR) scaffold acceptance. Stop if a human gate is missing.