Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计通过

changesetchangeset 命令行

Agent Skill

用于辅助前端页面、组件、样式和交互逻辑的开发与维护。它适合让 Agent 生成或审查 React、Next.js、Vue、Tailwind、CSS 等相关代码,整理组件结构,或定位布局和性能问题。使用时需要结合项目现有设计系统、路由和构建方式,避免只生成孤立片段;涉及页面改动时,应配合本地预览和构建检查确认视觉效果。

总安装

470

周安装

20

GitHub Stars

1,992

下载量

165
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:changeset(changeset 命令行)
来源仓库:https://github.com/reactive/data-client
仓库路径:skills/changeset
安装命令:
npx skills add https://github.com/reactive/data-client --skill changeset
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/reactive/data-client --skill changeset

简介

用于辅助数据变更集的生成与管理,适合在 Codex、Claude、Cursor、Gemini CLI 中快速处理批量更新或回滚操作。

  • 支持识别字段差异、生成补丁文件和校验完整性,提升数据同步可靠性。
  • 通过 npx skills add 命令从指定仓库安装,需确认本地环境是否支持 GitHub 技能加载。
  • 使用前建议核对数据库连接环境和权限范围,避免误操作导致数据丢失。
  • 涉及删除或迁移时,应优先 dry-run 并备份,确保操作安全。

SKILL.md

Create Changesets

Overview

Generate changesets, update documentation, draft blog entries, and update skills for user-facing changes.

Steps

  1. Analyze changes

- Compare current branch to master to identify modified packages - Group changes by impact type (feature, fix, breaking) - Identify transitive dependencies that expose the change - Check for modified skills in .cursor/skills/ and packages/*/.cursor/skills/

  1. Determine affected packages

- Include directly modified packages - Add transitive dependents when interfaces/behaviors are exposed: - @data-client/endpoint → also select @data-client/rest, @data-client/graphql - @data-client/core or @data-client/normalizr → also select @data-client/react, @data-client/vue

  1. Run changesets

- Run yarn changeset once per distinct change - Select all affected packages (direct + transitive) - Choose appropriate version bump (patch/minor/major) - For packages under 1.0, use minor for breaking changes

  1. Update documentation

- Update primary docs in docs/ for any changed public APIs - Search for all usages of changed APIs across docs/, packages/*/README.md, and root README.md - Update all found references to reflect new behavior, signatures, or deprecations - For new exports: add to relevant API reference pages

  1. Update release blog

- Find the latest draft blog post in website/blog/ (has draft: true in frontmatter) - Add the change following @website/blog/.cursor/rules/blog-posts.mdc: - Place in appropriate conceptual category section - Include code example if applicable - Link to PR/commit and relevant docs - For breaking changes: add to summary's Breaking Changes section with anchor link

  1. Update skills

- If code changes affect workflows described in existing skills, update those skills to match - If new APIs or patterns are introduced that agents should know about, add them to the relevant skill - Skill changes don't need changesets — they are development tooling, not published packages

Changeset Format

  • First line: Action verb ("Add", "Fix", "Update", "Remove")
  • Breaking: Prefix with BREAKING CHANGE: or BREAKING:
  • Body: 1–3 lines describing outcome, not implementation
  • New exports: Use "New exports:" with bullet list

Code Examples in Changesets

  • Fixes: // Before:... ❌ // After:... ✓
  • Breaking changes: Use #### Before and #### After headers
  • Multiple use cases: Separate with brief labels

Markdown Formatting

Follow @.cursor/rules/markdown-formatting.mdc for all markdown content.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

35.75%
按下载量换算59

Claude

29.44%
按下载量换算49

Cursor

19.64%
按下载量换算32

Gemini CLI

9.73%
按下载量换算16

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills