metro-release Skill
Draft a react/metro GitHub release — build a changelog from commits since the last tag and create a draft release. Published by react in metro.
What is metro-release Skill?
Draft a react/metro GitHub release — build a changelog from commits since the last tag and create a draft release. Published by react in metro. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Writing
- Writing use cases
Technical details
- Install or run with Copy skill directory
When to use metro-release Skill
- Use it for writing.
Built with
Editorial notes
Source
- Creator: react
- Repository: react/metro
- Skill file: .claude/skills/metro-release/SKILL.md
What it does
Draft a react/metro GitHub release — build a changelog from commits since the last tag and create a draft release.
Skill instructions
New Metro Release Overview Creates a draft GitHub release for react/metro by reading commits since the last tag and turning them into a labeled changelog. The release process is manual; this skill automates the mechanical parts (diffing commits, fetching PR/author metadata, formatting notes) and leaves the editorial judgment to you. Source of truth is the react/metro remote on GitHub, not your local checkout. Always fetch fresh before diffing. Never publish. Always create the release as a draft and stop. A human reviews and publishes. Step 1 — Sync from react/metro Fetch the canonical tags and main directly from react/metro so the diff is authoritative regardless of how your local remotes are configured: bash git fetch https://github.com/react/metro.git main --tags Find the latest release tag (tags are vMAJOR.MINOR.PATCH, e.g. v0.84.4): bash LASTTAG=$(git tag --list 'v' --sort=-v:refname | head -1) echo "$LASTTAG" Step 2 — List candidate commits bash git log --oneline "$LASTTAG"..FETCH
Explore related resources
Frequently asked questions
What is metro-release?
metro-release is a open-source AI agent skill with Copy skill directory. Draft a react/metro GitHub release — build a changelog from commits since the last tag and create a draft release.
Who is metro-release best for?
metro-release is best for reusing agent instructions, scripts, and references, writing workflows.
How do I install metro-release?
Install or run metro-release using Copy skill directory. Check metro-release for the latest setup command.
Is metro-release actively maintained?
metro-release may need a closer maintenance check before production use.
Auto-fetched from GitHub.