원클릭으로
cleanup-changelog
Format changelog and remove empty sections.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Format changelog and remove empty sections.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Present the status of the git repository to the user. Use to display the status of the repository after a successful git commit by the agent. The agent should not use this internally for its own needs.
Fix lint, formatting, and prose issues in markdown files using Prettier and Vale. Use when the user or agent needs to fix lint, formatting, and prose issues in markdown files.
Autonomously select files to stage for an atomic Git commit. Use when the agent wants to stage selected files for a git commit. Only stages selected files, but does not commit them.
Iteratively, commit atomic changes to the respository. Use when the user or agent needs to autonomously commit atomic changes to the repository. Employs the "git-add", "git-message", and "git-status" in skills in sequence to perform the commit.
Generate a commit message for changes already in the Git staging area, and await approval from the user. Use when the agent needs to generate a commit message for staged changes. Only generates the commit message, but does not perform the commit.
Creates a new agent skill. Use when agent or user needs to create a new skill for the agent.
| name | cleanup-changelog |
| description | Format changelog and remove empty sections. |
GOAL: fix formatting and remove empty sections in CHANGELOG.md.
WHEN: after generating or updating the changelog.
fix-markdown skill on CHANGELOG.mdscripts/remove-empty-headers.sh CHANGELOG.mdfix-markdown skill on CHANGELOG.md againDONEFiles modified:
CHANGELOG.md - Formatted and cleanedStatus communication:
SUCCESS - Cleanup completedERROR - Operation failed