원클릭으로
log-changes
Update CHANGELOG.md with recent commits. Follows SUEWS conventions.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Update CHANGELOG.md with recent commits. Follows SUEWS conventions.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Review SUEWS PRs. Drafts comments for approval before posting.
Use whenever the user wants to fix a SUEWS GitHub issue into a validated, PR-ready branch. Trigger for requests like "fix issue
Use whenever auditing, clarifying, rewriting, labelling, or batch-reviewing SUEWS GitHub issues so they become maintainer-ready. Trigger for requests like "audit this issue", "make this issue agent-ready", "rewrite issue
Use whenever auditing, prioritising, or batch-triaging SUEWS draft and stalled pull requests so each gets a clear disposition. Trigger for "triage PRs", "which draft PRs need attention", "what's the disposition of these PRs", "groom the PR backlog", "defer this PR with a reason", "which PRs are ready to advance to merge", or a scheduled PR-backlog sweep. Routes live PRs to prep-pr/split-pr/queue-pr; defers or escalates the rest; never merges or closes.
Prepare SUEWS release with pre-flight checks and tag generation.
Documentation sanity check for SUEWS source files. Two checks under one roof - non-ASCII characters in sphinx-gallery tutorials/RST/docstrings (with context-aware RST/LaTeX/matplotlib replacement), and bibliography topic-tag convention plus metadata backfill on the refs bib files. Use when editing docs/source files or the refs-*.bib files, when a doc hook flags an issue, or when asked to "audit docs", "check docs", "fix non-ASCII", "check bib tags", "curate refs". Complements sync-docs (doc-code content consistency) and lint-code (code style).
| name | log-changes |
| description | Update CHANGELOG.md with recent commits. Follows SUEWS conventions. |
Fill CHANGELOG.md gap from last documented date to today.
git log --format="%ad||%h||%s" --date=format:"%d %b %Y"[feature], [bugfix], [change], [maintenance], [doc]#123 or abc1234)[feature] - New functionality[bugfix] - Bug fixes[change] - User-facing changes[maintenance] - Dev tooling, CLAUDE.md[doc] - User docs (not CLAUDE.md)For [feature] and [change] entries, add a status tag:
[experimental] - Default for new features, excluded from public release notes[stable] - Governance-approved, included in public release notes[internal] - Internal tooling, excluded from public release notesDefault behaviour: New [feature] and [change] entries get [experimental] tag unless explicitly marked otherwise.
Release impact: When prep-release builds version history RST and GitHub Release notes, only [stable] and untagged features/changes are included. [experimental] items remain in the CHANGELOG only. [bugfix], [maintenance], and [doc] entries are always included regardless of status tags.
(#123) for PRs, (abc1234) for commits[experimental] — only governance-approved features get [stable]Details: references/workflow-details.md
references/workflow-details.md - Full workflowreferences/git-commands.md - Useful commands.claude/rules/changelog/format.md - Format conventions