원클릭으로
repo-public-release-checklist
Prepare a local project for a first public GitHub release without leaking internal AI/session artifacts.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Prepare a local project for a first public GitHub release without leaking internal AI/session artifacts.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Pattern for keeping a rolling temperature-trend sample buffer in Hubitat state, computing slope over a configurable window, and classifying rising/falling/steady/unknown.
Implement Tuya Local v3.3 Groovy drivers on Hubitat using rawSocket, AES-128-ECB, queued retries, and defensive frame parsing.
Use Hubitat async HTTP plus a request queue to authenticate with Cognito, cache tokens in state, refresh proactively, and replay a single 401-failed request.
When two agents produce overlapping skills in one session, consolidate by merging unique content into the highest-confidence existing skill.
Never let cached-state dedup bypass session validity in cloud-backed Hubitat drivers.
Standard guard pattern for async HTTP response callbacks in Hubitat drivers
| name | repo-public-release-checklist |
| description | Prepare a local project for a first public GitHub release without leaking internal AI/session artifacts. |
| domain | release |
| confidence | high |
| source | earned |
Use this when promoting a locally developed project to its first public GitHub repo, especially when the working directory contains internal AI/team state, capture files, editor caches, or local automation scaffolding.
git add .; at minimum cover internal coordination dirs (for example .squad/, .copilot/), packet captures, editor state, and machine-local caches.git status --short before committing and explicitly verify excluded paths are not staged..vs/, .github/agents/, internal workflows, or .gitattributes files that only exist to support local team tooling).hubitat-drivers v0.4.0 public release on 2026-05-16
https://github.com/madskristensen/hubitat-drivershttps://raw.githubusercontent.com/madskristensen/hubitat-drivers/main/drivers/gemstone-lights/packageManifest.jsongit add . before the ignore rules exist.squad/, .copilot/, .pcap, or editor/system caches.squad/ is private and missing adjacent local automation files under .github/