一键导入
fluo-release-operations
fluo release operations knowledge pack. Captures Changesets, Version Packages PR, GitHub Actions-only publish, and release metadata sources.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
fluo release operations knowledge pack. Captures Changesets, Version Packages PR, GitHub Actions-only publish, and release metadata sources.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
fluo package audit knowledge pack. Captures package groups, label allowlist, finding schema, and issue draft constraints.
fluo behavioral contract governance knowledge pack. Captures behavioral contract precedence, package README/docs/test/change impact, and release-impact changesets awareness.
fluo documentation governance knowledge pack. Captures EN/KO parity, docs hub companion pages, tooling/CI enforcement, and regression evidence expectations.
| name | fluo-release-operations |
| description | fluo release operations knowledge pack. Captures Changesets, Version Packages PR, GitHub Actions-only publish, and release metadata sources. |
| compatibility | opencode |
| metadata | {"language":"en","domain":"operations","mode":"knowledge"} |
This skill provides the knowledge required for managing releases within the fluo repository. It enforces the "Changesets-only" workflow and prevents unsafe local publishing.
npm publish must NEVER be run locally. All publishing is handled via GitHub Actions..github/workflows/release.yml.main and the canonical Changesets GitHub Actions workflow.patch, minor, and major changesets may all target main; reviewers must verify the semver intent matches the behavioral impact.major changesets require explicit maintainer approval and consumer-facing migration notes before merge.packages/*/package.json version deltas and changelog entries match the committed changesets.main, allow the Changesets action to create or update the Version Packages PR, then merge that Version Packages PR to publish through GitHub Actions.next, beta, or rc dist-tags.pnpm verify:changeset-release-lane -- --lane=stable --base-ref=<ref> in PR CI and release automation.patch, minor, and major bumps, while still parsing pending .changeset/*.md files and generated packages/*/package.json version deltas.--lane=prerelease remains available for future prerelease workflow checks..changeset/*.md files define pending releases..changeset/config.json contains the workspace release configuration.CHANGELOG.md files are generated by the release process.docs/contracts/release-governance.md defines the overarching release policy..changeset/*.md files and updates package versions.main; it may contain patch, minor, and major deltas that match committed changesets.main; this publishes the stable release through GitHub Actions.tooling/release/intents/*.json are legacy references and should not be used as the primary source of truth for new work.@fluojs/* packages.patch, minor, major) based on the behavioral contract impact.