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