ワンクリックで
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