Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/onevcat/Prowl --skill release명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
| name | release |
| description | Build, sign, notarize, and publish a Prowl release. |
Build, sign, notarize, and publish a Prowl release.
main: git branch --show-current
git status --porcelain
docs-ai/001-fork-bootstrap-and-release-pipeline/release-runbook.md's
Workflow UI release scope and Agent contract release check, and surface their status to the user. Follow the linked
contract runbook: run the full --mode verify suite with the owner's configured model
routes, then --mode publish --report PATH before bump/tag. Commit the generated receipt,
version baseline, and matrix. Publication requires the original artifacts/result bundles
and unchanged source, binaries, and routes within 24 hours; rerun after relevant changes.
Report T1 headless results separately from D3 handoff acceptance in R2b and D2 review acceptance in R3;
inventory alone is not a contract pass, and T1 success does not establish workflow release readiness.sync-docs skill. It diffs docs/.sync-meta.json's last_synced_commit
against the current main HEAD (the code about to ship), updates any docs whose
implementation changed, and sets last_synced_commit to the current HEAD —
the exact commit being released, recorded before the bump/tag.docs/**, which includes
docs/.sync-meta.json; never git add .): e.g. git commit -m "Sync docs for <VERSION>".
This is required: release.sh aborts on a dirty tree, and the doc commit must land
on main now so it is an ancestor of the tag and ships inside the release.sync-docs skill's cost notes.$ARGUMENTS is provided, use it as the version (e.g., 2026.3.18)./scripts/release-notes.sh <VERSION>
build/release-notes.md.build/release-notes.md, show the content to the user, and wait
for explicit confirmation. If the user wants changes, edit the file directly../scripts/release.sh <VERSION>
build/release-notes.md (required — refuses to run without it).