changelog-discipline
Quality rules for changelog entries. Use when validating, writing, or reviewing changelog content to ensure user-facing value communication.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Quality rules for changelog entries. Use when validating, writing, or reviewing changelog content to ensure user-facing value communication.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Write Architecture Decision Records when making significant technical choices. Use when selecting tools, patterns, frameworks, or making structural changes that future developers need to understand.
Write AGENTS.md files that serve as operating contracts for AI agents. Use when creating or updating AGENTS.md for a project. Trigger terms: AGENTS.md, agent instructions, agent contract, agent configuration, coding agent setup.
Task completion sequence including verification, git, signaling, and handoff. Use when finishing a task or reporting status.
Architecture diagrams for documentation. Covers ASCII, Mermaid, C4, and D2. Applies C4 methodology by default. Trigger terms: diagram, flowchart, architecture diagram, sequence diagram, C4, mermaid, ascii diagram.
Classify documentation by audience and content type. Use when planning, auditing, or placing project documentation.
Audit project documentation for quality, completeness, and freshness. Use when assessing documentation health, planning cleanup, or measuring improvement.
| name | changelog-discipline |
| description | Quality rules for changelog entries. Use when validating, writing, or reviewing changelog content to ensure user-facing value communication. |
| Commit type | Changelog? | Category |
|---|---|---|
| feat | Yes | Added |
| fix | Yes | Fixed |
| perf | Yes | Changed |
| BREAKING CHANGE | Yes | Changed/Removed |
| docs, chore, test, ci, refactor | No | — |
| ✅ Good (user-facing value) | ❌ Bad (developer activity) |
|---|---|
Projects can now inherit base crews with extends: | Added resolve_extends function to generate.py |
| Orchestrator no longer absorbs analysis tasks | Removed read from orchestrator tools list |
| Fixed crash when project has no theme configured | Fixed bug in line 47 of generate.py |
The legacyAuth option is deprecated — migrate to oauth2 before v3.0 | Deprecated legacyAuth |
When reviewing changelog entries: