@serithemage/solo-maintainer-release
BRuns solo-maintainer release work end-to-end: release readiness review, notes, tags, GitHub release creation, deploy workflow dispatch, and post-release verification. Auto-executes unless the shared suspicious-change policy is triggered.
Install
agr install @serithemage/solo-maintainer-release --target claudeWrites 1 file into .claude/skills/, pinned to git-c0e8e559.
- .claude/skills/solo-maintainer-release/SKILL.md
Document
name: solo-maintainer-release description: Runs solo-maintainer release work end-to-end: release readiness review, notes, tags, GitHub release creation, deploy workflow dispatch, and post-release verification. Auto-executes unless the shared suspicious-change policy is triggered. argument-hint: "[target version or release scope]"
Solo Maintainer Release
Required Context
Read these first:
Release Flow
- Verify the release candidate is not blocked by suspicious pending changes.
- Run the local release gate:
npm run checknpm run buildnpm run web:buildnpm run testnpm run test:e2e
- Run integration tests when the required live environment variables exist.
- Update or confirm release notes and changelog entries before tagging.
- Create the tag and GitHub release only after the evidence is collected.
- If the request includes deployment, dispatch the relevant workflow with
gh workflow run, monitor it, and handle environment approval when expected and safe. - After deployment, verify the run result and note any follow-up cleanup.
Parallelism Rule
- If the platform supports subagents or workers, parallelize independent review lanes.
- If not, run the same lanes sequentially and keep a compact approval or reject note for each lane.
Stop Conditions
- Any suspicious-change signal from the shared policy
- failed verification that changes release safety
- unexplained drift between release notes and shipped behavior
Trustgrade B
- passBody integrity
Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.
- passType matchnot applicable to this artifact type
Whether the artifact is really the kind of thing its metadata claims it is.
- passFreshness
How long since the source repository was last pushed to.
- passPrompt injection
Scans the artifact's own text for instructions aimed at your agent rather than at you.
- warnLicenseno SPDX license detected
Whether the source repository declares an SPDX license permissive enough to redistribute.
How the grade is calculated
Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:
- Aevery check passed
- Bone warning
- Ctwo warnings
- Dprompt injection or body integrity failed, or three warnings
- Fone of those failed, and something else is wrong
These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.
Versions
git-c0e8e55939e22026-07-31