用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/FlorianBruniaux/claude-code-ultimate-guide --skill source-command-changelog命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | source-command-changelog |
| description | View recent CHANGELOG entries |
Use this skill when the user asks to run the migrated source command changelog.
Display recent entries from CHANGELOG.md with optional count limit.
/changelog # Show last 5 entries (default)
/changelog 10 # Show last 10 entries
/changelog all # Show all entries
Read CHANGELOG.md and extract the last N version entries with:
📋 Recent CHANGELOG Entries
═══════════════════════════════════════════════════════════
## [3.9.11] - 2026-01-20
### Added
- Production Safety Rules (Section 14.3)
- Critical safety practices for production deployments
- Rollback procedures and monitoring guidelines
### Documentation
- Enhanced deployment workflow documentation
- Added safety checklist templates
═══════════════════════════════════════════════════════════
## [3.9.10] - 2026-01-19
### Added
- DevOps & SRE Guide with FIRE Framework
- Fault tolerance patterns
- Incident response protocols
- Recovery procedures
- Escalation guidelines
### Documentation
- New Section 9.18: DevOps & SRE Practices
- 45+ operational best practices
═══════════════════════════════════════════════════════════
[... more entries ...]
───────────────────────────────────────────────────────────
Showing 5 of N total entries
Use /changelog 10 for more, or /changelog all for complete history
## \[(\d+\.\d+\.\d+)\] - (\d{4}-\d{2}-\d{2})[Unreleased] section if present at top