Co-Pilot / 辅助式
更新于 24 days ago

hf-changelog-skill

Ggary149
0.0k
gary149/hf-changelog-skill
82
Agent 评分

💡 摘要

该技能自动生成Hugging Face Hub功能的变更日志条目。

🎯 适合人群

参与Hugging Face项目的开发者负责功能文档的项目经理记录软件变更的技术写作者寻求简化流程的开源贡献者

🤖 AI 吐槽:该技能似乎不执行shell命令或访问敏感数据,但依赖于外部PR描述,可能会被操纵。确保对输入进行适当验证以降低风险。

安全分析低风险

该技能似乎不执行shell命令或访问敏感数据,但依赖于外部PR描述,可能会被操纵。确保对输入进行适当验证以降低风险。


name: changelog description: Write changelog entries for Hugging Face Hub features. Use when asked to write a changelog, create a changelog entry, or document a new feature/PR for hf.co/changelog. Triggers on "write changelog", "changelog entry", "document this PR/feature for changelog".

Changelog

Write changelog entries for hf.co/changelog that match the existing style.

Workflow

  1. Identify the change: Get the PR/branch name or ask the user
  2. Gather context: Read the PR description and changed files to understand the feature
  3. Write the entry: Follow the format and patterns below

Format

**[Date in "Mon D, YY" format]** ## [Short Title] [1-2 paragraphs]

Title Patterns

Keep titles short (2-5 words). Common patterns:

  • Noun phrase: "Trending Papers", "GGUF Metadata Editor", "Cleaner Collection URLs"
  • Feature location: "JSON Support in the Dataset Viewer", "HuggingChat for Papers"
  • Action: "Sort Models by Parameter Count", "Set Default Sorting in the Community Tab"

Opening Sentence Patterns

Choose based on the type of change:

| Type | Pattern | Example | |------|---------|---------| | New user feature | "You can now..." | "You can now sort models by their number of parameters..." | | Platform addition | "All Hugging Face [X] now include/feature..." | "All Hugging Face Papers now include a built-in assistant..." | | Specific users | "[Users/Authors/Owners] can now..." | "Repository owners can now set the default sorting..." | | Page improvement | "[Feature] pages now have..." | "Collection pages now have shorter, cleaner links..." | | Existing feature | "The [feature] now includes..." | "The Daily Papers page now includes Trending Papers..." | | Breaking change | "We've renamed/overhauled..." | "We've renamed huggingface-cli to hf..." |

Style Rules

  • Date: Mon D, YY (e.g., "Jan 9, 26")
  • 1-2 short paragraphs max
  • Link to relevant HF pages: [Models](https://huggingface.co/models)
  • Use backticks for code/commands: hf download
  • Mention where feature is available (page, profiles, settings)
  • Second paragraph (optional): who it helps, examples, or migration notes
  • Stay neutral - no marketing fluff
  • Include screenshot recommendation when visual

Examples

New feature:

**Jan 22, 26** ## Sort Models by Parameter Size You can now sort models by their number of parameters on the [Models](https://huggingface.co/models) page and on user and organization profiles. Two new sorting options are available: "Most parameters" and "Least parameters."

Platform-wide addition:

**Jan 7, 26** ## HuggingChat for Papers All Hugging Face [Papers](https://huggingface.co/papers) now include a built-in assistant, powered by [HuggingChat](https://huggingface.co/chat) and the [Hugging Face MCP server](https://huggingface.co/docs/huggingface_hub/main/en/package_reference/mcp). It helps you quickly understand papers by answering questions, summarizing key ideas, and providing context as you browse the latest research.

Breaking change with migration:

**Jul 25, 25** ## Introducing a better Hugging Face CLI We've renamed `huggingface-cli` to `hf` and overhauled the command structure for speed and clarity. The new CLI now uses the format `hf <resource> <action>`, so commands like `hf auth login`, `hf repo create`, or `hf download Qwen/Qwen3-0.6B` are now consistent and intuitive. Migration is easy, the old CLI still works and will gently point you to the new commands.

Improvement with examples:

**Oct 9, 25** ## Organization tagging for Papers Authors can now tag an Organization when submitting a paper. Each Organization has a dedicated Papers page that automatically lists its tagged publications. See examples: https://huggingface.co/nvidia/papers and https://huggingface.co/google/papers. This makes it easier for teams to showcase their research and for readers to discover work by lab, company, or community.
五维分析
清晰度9/10
创新性7/10
实用性8/10
完整性8/10
可维护性9/10
优缺点分析

优点

  • 简化变更日志创建
  • 遵循既定格式指南
  • 增强文档一致性

缺点

  • 仅限于Hugging Face项目
  • 可能需要手动输入上下文
  • 不适合非技术用户

相关技能

pytorch

S
toolCode Lib / 代码库
92/ 100

“它是深度学习的瑞士军刀,但祝你好运能从47种安装方法里找到那个不会搞崩你系统的那一个。”

agno

S
toolCode Lib / 代码库
90/ 100

“它承诺成为智能体领域的Kubernetes,但得看开发者有没有耐心学习又一个编排层。”

nuxt-skills

S
toolCo-Pilot / 辅助式
90/ 100

“这本质上是一份组织良好的小抄,能把你的 AI 助手变成一只 Nuxt 框架的复读机。”

免责声明:本内容来源于 GitHub 开源项目,仅供展示和评分分析使用。

版权归原作者所有 gary149.