Skip to main content

changes

수동 코드 수정 후 changes.md에 누락된 변경사항 추가

跳到安装

来源信息

仓库
JiHong88/suneditor
最近来源活动
2026年9月5日 15:27
检测到的 SKILL.md 语言
英语
星标
2,014
分支
348

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
changes
description
수동 코드 수정 후 changes.md에 누락된 변경사항 추가
The user has manually modified code and needs `changes.md` updated. (When an AI agent (Claude, Codex, ...) modifies code, `changes.md` is updated automatically per its instructions (CLAUDE.md / AGENTS.md). This skill is only for user-initiated changes.) Follow the rules defined in `prompts/changes-guide.md` exactly. Steps: 1. Read `prompts/changes-guide.md` for formatting rules 2. Run `git diff --staged` and `git diff` to find current changes 3. If no changes found, run `git diff HEAD~1` for the last commit 4. Read the current `changes.md` 5. Analyze the diff — classify each user-facing change as `feat`, `fix`, `change`, or `breaking` 6. Skip internal-only changes (`style`, `docs`, `test`, `chore`, `ci`, `build`) 7. Add new entries to the appropriate section in `changes.md` (do not duplicate existing entries) 8. If unsure about a change's classification, ask before adding
在 GitHub 查看