hf-release-notes Skill
Generate Hugging Face Hub (huggingfacehub) release notes from cached PR JSON files. Use when asked to draft release notes from PR files. Published by huggingface in huggingface_hub.
What is hf-release-notes Skill?
Generate Hugging Face Hub (huggingfacehub) release notes from cached PR JSON files. Use when asked to draft release notes from PR files. Published by huggingface in huggingface_hub. 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
- Documentation
- Data analysis
- Documentation use cases
- Data analysis use cases
Technical details
- Install or run with Copy skill directory
When to use hf-release-notes Skill
- Use it for documentation.
- Use it for data analysis.
Built with
Editorial notes
Source
- Creator: huggingface
- Repository: huggingface/huggingface_hub
- Skill file: .opencode/skills/hf-release-notes/SKILL.md
What it does
Generate Hugging Face Hub (huggingfacehub) release notes from cached PR JSON files. Use when asked to draft release notes from PR files.
Skill instructions
HF Release Notes Overview Generate release notes for huggingfacehub from cached PR JSON files. This skill reads PR metadata, categorizes entries, and produces a formatted markdown release notes document. Output directory: The prompt will specify the output directory as <outputdir. All paths below use this placeholder. Workflow 1. Read PR data Read all PR JSON files from <outputdir/tmp/pr.json. Each file contains: json { "number": 1234, "title": "...", "author": "username", "mergedat": "2026-01-15T10:30:00Z", "body": "...", "labels": ["highlight", "cli"], "url": "https://github.com/huggingface/huggingfacehub/pull/1234", "docdiffs": [ { "filename": "docs/source/en/guides/cli.md", "status": "modified", "patch": "@@ -10,6 +10,10 @@ ..." } ] } The docdiffs field contains unified diffs for any .md files under docs/ that were changed in the PR. This is empty ([]) for PRs with no documentation changes. 2. Identify highlights A PR should be highlighted if: - It has the "highlight" label on GitH
Explore related resources
Frequently asked questions
What is hf-release-notes?
hf-release-notes is a open-source AI agent skill with Copy skill directory. Generate Hugging Face Hub (huggingfacehub) release notes from cached PR JSON files. Use when asked to draft release notes from PR files.
Who is hf-release-notes best for?
hf-release-notes is best for reusing agent instructions, scripts, and references, documentation workflows, data analysis workflows.
How do I install hf-release-notes?
Install or run hf-release-notes using Copy skill directory. Check hf-release-notes for the latest setup command.
Is hf-release-notes actively maintained?
hf-release-notes may need a closer maintenance check before production use.
Auto-fetched from GitHub.