docs(skills): add kfeatures-release-flow skill#53
Merged
Conversation
8ea28ec to
df06d9b
Compare
Captures the release-cut workflow distilled in the v0.5.0 cycle: the staged CHANGELOG → commit → push → tag → push sequence with explicit-approval checkpoints, GH007 / noreply identity recovery, PR-label-driven categorized release notes (labeler workflow ↔ .github/release.yml coupling, additive-labeler retro-labeling recipe), and cosign keyless verification of published artifacts. Co-authored-by: Ona <no-reply@ona.com>
df06d9b to
cfa7bd0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A skill that captures the release-cut workflow used in the v0.5.0 cycle, so the next cut does not re-derive it from
AGENTS.mdand commit history.Layout
SKILL.mdtriggers on phrases like "cut a kfeatures release", "tag vX.Y.Z", "regenerate release notes", "verify a kfeatures download", "GH007".Content
AGENTS.md.<noreply-email>,<username>) and a pointer to.devcontainer/devcontainer.jsonfor the canonical values..github/workflows/labeler.ymland.github/release.ymlcoupling, and the recipe for retro-labeling old PRs (gh pr edit --add-label / --remove-label, then GitHub UI > Edit > "Generate release notes" without re-tagging).cosign verify-blob --bundlecommand and the certificate-identity-pins-the-tag detail.Scope
Release engineering only. Per-PR CLI engineering rules (structcli error contracts,
inMCPMode,printJSON, bats coverage matrix) stay inAGENTS.mdandCONTRIBUTING.md. If they prove worth extracting later, that goes in a separate skill.Validation
name+description).