npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

publish-verified-github-release

v0.2.0

Published

Install a portable, cross-provider skill for evidence-based GitHub releases.

Readme

Publish Verified GitHub Release

Turn a verified change range into useful GitHub release notes, then create or edit only the explicitly authorized release.

npm version CI License: MIT Support on SupportKori

Publish Verified GitHub Release helps an AI coding agent write release notes from the target tag, comparison range, manifests, commits, documentation, and checks actually run. It keeps drafting separate from GitHub mutation and refuses to turn unverified package, compatibility, or test claims into release copy.

npx --yes --package=publish-verified-github-release@latest publish-verified-github-release --target codex

npm package · source · issues

Use it when

  • A version tag needs outcome-focused notes rather than a rewritten commit log.
  • Draft or existing notes must be checked against the actual release range.
  • A named GitHub release should be created or edited after explicit approval.
  • Installation, migration, breaking-change, or verification sections should appear only when evidence supports them.

Use verify-github-npm-release for a read-only audit of an existing release. Use release-agent-skill when GitHub release creation is one stage of a complete Agent Skill shipment.

Install and invoke

The installer and bundled evidence collector require Node.js 18 or newer. Git is required for repository evidence; authenticated GitHub access is needed only for an authorized remote mutation.

npx --yes --package=publish-verified-github-release@latest publish-verified-github-release \
  --target codex --scope project

The shared installer supports Codex, Claude Code, Gemini CLI, Google Antigravity, Antigravity CLI, ZCode, Cursor, GitHub Copilot, and OpenCode. --target all installs every preset; --path /absolute/skills/root supports another compatible host.

Draft only:

Use $publish-verified-github-release to draft notes for v1.4.0 from v1.3.2. Do not change GitHub.

Authorized update:

/publish-verified-github-release Update the v1.4.0 GitHub release with evidence from the tag. Do not move or create tags.

Release-note workflow

  1. Resolve repository, target tag, comparison base, release state, and mutation boundary.
  2. Collect evidence from the target ref so working-tree metadata cannot silently describe a different build.
  3. Cross-check commits, manifests, lockfiles, changelogs, documentation, checks, and relevant remote state.
  4. Draft a concise summary and user-value highlights; add breaking changes, installation, migration, verification, and links only when supported.
  5. If publication is authorized, verify GitHub identity, repository, tag target, flags, and package claims before mutation.
  6. Create or edit the named release and read it back to verify URL, tag, target commit, state, and rendered structure.

The result names the comparison range, evidence used, uncertainty, validation performed, and external actions actually completed.

Collect target-ref evidence directly

node /absolute/skill/root/scripts/collect-release-evidence.mjs /absolute/repository \
  --tag v1.4.0 --base v1.3.2

The dependency-light collector reads package and Git evidence from the requested ref. It does not run tests, publish packages, query every registry, or create releases.

What strong notes contain

| Section | Included when | | --- | --- | | Summary | The release purpose and audience are established | | Highlights | User-visible outcomes are supported by the verified range | | Breaking changes | A compatibility break and affected users are proven | | Install or upgrade | The exact command is valid for the target version | | Verification | The listed commands actually ran against the target code | | Links | Package, comparison, tag, or docs URLs resolve to canonical sources |

Empty sections are omitted. Generic celebration, unsupported superlatives, contributor guesses, and exhaustive internal refactor lists are excluded.

Authorization boundaries

| Request | Allowed behavior | | --- | --- | | “Draft release notes” | Inspect and draft; no GitHub mutation | | “Create this GitHub release” | Mutate only the resolved repository and named release | | “Edit the existing release” | Preserve the tag unless separately authorized |

Package publication, tag creation, pushes, deployments, and changes to another repository remain separate actions.

Bundled resources and installer

publish-verified-github-release/
├── SKILL.md
├── agents/openai.yaml
├── references/release-note-standard.md
└── scripts/collect-release-evidence.mjs

Use --scope user|project, --dry-run, --force, --migrate, a comma-separated --target, or --path. Installation copies the portable skill only; it does not inspect a repository or contact GitHub.

Develop and verify

git clone https://github.com/montasim/skills.git
cd skills
npm ci
npm test --workspace skills/publish-verified-github-release
npm run pack:check --workspace skills/publish-verified-github-release

Tests cover provider presets, exact-path installation, guarded replacement, dry runs, unsafe destinations, package structure, and collector behavior.

Limits and safety

  • A missing or ambiguous tag, base, version, or repository blocks a trustworthy release narrative.
  • Test, compatibility, and package-publication results appear only when directly verified.
  • Existing tags are never silently moved.
  • Credentials are not written to notes, project files, or logs.

Support, contribution, and license

Use GitHub Issues for reproducible defects. Follow the repository support, contribution, and security guidance.

Built and maintained by Montasim. Optional SupportKori funding supports maintenance. Licensed under the MIT License.