Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Prepare the next release of the application (tag, docs, release notes)
This workflow uses gh to fetch releases, compare branches, and draft release notes via the GitHub API. Follow the check-github-cli skill first (ensure gh auth status succeeds; if not, guide the user to install/configure gh and do not proceed). The account needs read access to the repo and, if you publish or draft releases, appropriate write access.
Prepare the next release of the application.
gh release list --limit 1 (or gh release view for the latest). Retrieve its tag name (e.g. v1.2.3).v1.2.3 → v1.3.0).v2.0.0) or patch (e.g. v1.2.4) version accordingly.v1.3.0) as the release tag for all following steps../docs/ENVS.md and ./docs/DEPRECATED_ENVS.mdnpx skills add blockscout/frontend --skill prepare-releaseHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Very clear and well structured, with almost no room for misunderstanding.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Highly actionable with clear, concrete steps that an agent can follow directly.