بنقرة واحدة
release-maintainer
// Internal maintainer SOP for version bumps, release PRs, tagging, publishing, and post-publish verification in this repository.
// Internal maintainer SOP for version bumps, release PRs, tagging, publishing, and post-publish verification in this repository.
Triage issues through a state machine driven by triage roles. Use when user wants to create an issue, triage issues, review incoming bugs or feature requests, prepare issues for an AFK agent, or manage issue workflow.
Guide for running statistically meaningful agent-tty evals with trials, parallelism, and A/B comparison. Covers non-determinism baseline, recommended sample sizes, and result interpretation.
Terminal and TUI automation CLI for AI agents. Use when the user needs to create a terminal session, run a command in a terminal, automate an interactive CLI or TUI, wait for terminal output, capture a TUI screenshot, export a terminal recording, or test a CLI workflow with reviewable artifacts.
Structured TUI dogfooding and QA workflow using agent-tty. Use for exploratory testing, bug hunting, release-readiness validation, and UX review of terminal applications.
Terminal and TUI automation CLI for AI agents. Use when the user needs to create a terminal session, run a command in a terminal, automate an interactive CLI or TUI, wait for terminal output, capture a TUI screenshot, export a terminal recording, or test a CLI workflow with reviewable artifacts.
Terminal and TUI automation CLI for AI agents. Use when the user needs to create a terminal session, run a command in a terminal, automate an interactive CLI or TUI, wait for terminal output, capture a TUI screenshot, export a terminal recording, or test a CLI workflow with reviewable artifacts.
| name | release-maintainer |
| description | Internal maintainer SOP for version bumps, release PRs, tagging, publishing, and post-publish verification in this repository. |
| advertise | false |
This 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.