chore(skills): add release-widget skill - #2370
Conversation
Automates widget/module release pipeline: version bump, GitHub draft release, OSS clearance SBOM, Marketplace publish. Sharing for team feedback before promoting out of private trial.
AI Code Review
What was reviewed
Skipped (out of scope): CI checks not available in this run. Findings
|
| Read the unreleased changelog and current version: | ||
|
|
||
| ```bash | ||
| sed -n '/## \[Unreleased\]/,/## \[/p' $RELEASE_PATH/CHANGELOG.md | head -40 | ||
| grep '"version"' $RELEASE_PATH/package.json | head -1 | ||
| ``` |
There was a problem hiding this comment.
This should be a cli helper that return this, we already have all the code that parses those nicely.
|
|
||
| ### Phase 4 — OSS clearance SBOM (autonomous prep, manual submission) | ||
|
|
||
| Download the MPK from the draft release and generate the SBOM zip directly — don't use the interactive `oss-clearance` wizard, call the same underlying helpers: |
There was a problem hiding this comment.
All those helpers (applies to all places where agent is asked to write js code) should not be written here in the skill, those have to be helpers that agent can use as cli tools.
Summary
Test plan