一键导入
release-docs
Generate or update release documentation — README.md styling with badges and navigation, CHANGELOG entries, and release notes for version management
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate or update release documentation — README.md styling with badges and navigation, CHANGELOG entries, and release notes for version management
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Create or update lightweight phased development plan documents with checkbox tasks, test cases, and completion criteria for implementation work
Automated test-driven fix loop — run tests, analyze failures, investigate root causes, fix code, and re-run until all tests pass with configurable max iterations
Dual-mode review skill — review implementation plans before coding (plan mode) or review code changes after implementation (code mode) with architecture, risk, and test analysis
Plan and coordinate parallel development workstreams using Claude Code sub-agents with worktree isolation for safe concurrent implementation
基于 SOC 职业分类
| name | release-docs |
| description | Generate or update release documentation — README.md styling with badges and navigation, CHANGELOG entries, and release notes for version management |
| allowed-tools | ["Read","Write","Edit","Glob","Grep","Agent","Bash(ls:*)","Bash(git:*)","Bash(git log:*)","Bash(git tag:*)","Bash(git diff:*)"] |
| arguments | ["target"] |
| argument-hint | [readme, changelog, release-notes, or all] |
| user-invocable | true |
| when_to_use | Use when the user wants to update release documentation, restyle a README, generate changelog entries, or create release notes. Examples: 'README redesign', 'modernize README', 'add badges', 'changelog update', 'release notes', 'README 스타일링', 'README 꾸며줘', 'CHANGELOG 업데이트', '릴리즈 노트', '문서 정리', 'README 다시 만들어줘' |
세 가지 문서 생성 기능을 제공한다:
$target: readme, changelog, release-notes, 또는 allpackage.json, pyproject.toml 등), 라이선스, 디렉토리 구조를 파악한다.references/readme-style-guide.md 스타일 가이드를 따른다.references/changelog-template.md의 Keep a Changelog 형식으로 작성한다.| 커밋 prefix | CHANGELOG 카테고리 |
|---|---|
feat:, add: | Added |
change:, update:, refactor: | Changed |
fix:, bugfix: | Fixed |
remove:, delete: | Removed |
security: | Security |
deprecate: | Deprecated |
| prefix 없음 | 내용으로 판단 |