원클릭으로
verify-build
Check build config consistency (meson, pyproject.toml, CI).
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Check build config consistency (meson, pyproject.toml, CI).
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 | verify-build |
| description | Check build config consistency (meson, pyproject.toml, CI). |
Check build configuration consistency.
Details: references/checks-detail.md
meson.build — Build systempyproject.toml — Python packaging.github/workflows/ — CIsrc/supy/data_model/schema/version.py — CURRENT_SCHEMA_VERSIONsrc/supy/sample_data/sample_config.yml — schema_version field[check-build] Build Configuration Analysis
=== Source Inclusion ===
Fortran: N found, M in meson.build
MISSING: <files>
=== Dependencies ===
Mismatches: <list>
Summary: N critical, M warnings
Each release creates:
YYYY.M.D (NumPy ≥2.0)YYYY.M.Drc1 (UMEP, NumPy 1.x)references/checks-detail.md - Full check descriptions