원클릭으로
version-control
Best practices and rules for Git version control, branch management, pull requests, and commit/PR descriptions.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Best practices and rules for Git version control, branch management, pull requests, and commit/PR descriptions.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Guides the agent through step-by-step checklists to safely compile, tag, release, and promote versions (dev, beta, prod) of EmuLinker-K.
Builds, deploys, and restarts the EmuLinker-K server on the 'nue-prod' EC2 instance safely by checking the server status first.
Inspects the remote EmuLinker-K server log file via SSH to determine the active users, active games, and their current states.
| name | version-control |
| description | Best practices and rules for Git version control, branch management, pull requests, and commit/PR descriptions. |
This skill defines the mandatory workflow rules and formatting requirements for managing source code history, branching, and pull requests in this repository.
master branch.master branch, unless explicitly and directly ordered by the user.master branch. Other merge strategies (e.g., rebase merge or merge commit) are forbidden.release/setup.sh) have an immediate public-facing impact when merged to master. Dedicated branches and CI enforcement prevent accidental deployment of untested or broken changes.master branch history clean, atomic, and organized.When creating and editing Pull Requests, follow the Google Engineering Practices for CL Descriptions. The PR description acts as a permanent record of the change.
Treat the PR title as the "first line of a CL description":
Delete the widget API instead of Deleted the widget API or Deletes the widget API).feat:, chore:, fix:, or docs:.The description body must communicate the What and Why of the change in detail: