Relay10 release
Skill minwoo19930301/relay10/plugins/relay10/skills/relay10-release
Prove that an authorized release or handoff is reproducible, traceable, and honestly described. Use for packaging, GitHub delivery, artifact reports, or launch preparation; do not publish without explicit authorization.From its SKILL.md
npx -y skills add minwoo19930301/relay10 --skill relay10-releaseAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 29 days oldThe repository was created 29 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.7 KB, 290 tokens by cl100k_base, as published. Nobody here has run it
DisciplinedRun Release
Make release claims match checked artifacts and current support boundaries.
Preflight gates
- Confirm version, target commit, remote, branch, tag policy, and publication authority.
- Run the project test, lint, build, package, and doctor commands that apply.
- Test the install or package from a clean location when practical.
- Record artifact paths, sizes, and cryptographic hashes.
- Verify docs, examples, licenses, provenance, and unsupported-path labels.
- Inspect the final diff and repository status.
For HTML reports, run deterministic structure checks first and semantic Reader-10 after the final bytes are generated. Bind the semantic result to the report hash; any report edit invalidates the old result.
Publication boundary
Committing does not imply permission to push. Pushing does not imply permission to tag, create a release, deploy, or message users. Perform only the external actions the user requested.
Never move an existing release tag to include later work. Publish a new version only when explicitly requested and release gates pass.
Handoff contract
Report:
- exact commit and version;
- commands executed and exit status;
- artifact hashes and locations;
- supported, experimental, and unsupported surfaces;
- release notes and upgrade instructions;
- remaining owner actions.
Promotion copy must use measured results and reproducible examples. Do not imply benchmark superiority before a published comparison exists.