Internal maintainer SOP for version bumps, release PRs, tagging, publishing, and post-publish verification in this repository.
48
52%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./.agents/skills/release-maintainer/SKILL.mdThis is a project-local maintainer skill for agent-tty releases. The canonical process lives in docs/RELEASE-PROCESS.md; use this skill as an agent wrapper around that document, not as a second copy of the release recipe.
Use this skill when you are asked to:
docs/RELEASE-PROCESS.md before making release changes.main.AGENTS.md when creating the release PR.gh auth status as advisory only. When access looks suspicious, verify with a real API call instead.NODE_BIN at an explicit Node 24 binary.doctor --json, the health signal is .result.ok; the outer .ok field only says the CLI command envelope succeeded.docs/RELEASE-PROCESS.md, stop and update the skill or ask for direction before continuing.RELEASE.md, ROADMAP.md, and docs/RELEASE-PROCESS.md.main.docs/RELEASE-PROCESS.md are available.gh api graphql -f query='query { viewer { login } }'mise run ci when mise is available; otherwise use npm run verify.docs/RELEASE-PROCESS.md.Release Changelog workflow possibly pushing a CHANGELOG.md commit back to the branch.gh run view ... --json status,conclusion,jobs output for agent-driven CI waiting.main commit only.Release workflow run before attempting any manual repair.gh auth status looks broken but the real API calls succeed, keep using real gh command results as the source of truth.EBADENGINE warning because npm itself is running under an older Node, rerun the installed CLI under Node 24 before deciding whether the release is healthy.a05d4e5
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.