ワンクリックで
merging
Expert procedure for merging commits in the monorepo, ensuring standardized commit messages and proper attribution.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Expert procedure for merging commits in the monorepo, ensuring standardized commit messages and proper attribution.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Bundle micro-commits into one squash commit. Triggers C, bundle, squash — execute immediately. Agent must analyze last bundle state and the full diff, decide bundle attribution (not automatic), then write new summaries. Prepare stdout: four git fences, tag name, full commit message (six blocks total).
Instant WIP micro-commit. Triggers g, go, c, commit, +1, bump — execute immediately, no reasoning. Default level from micro-commit.json (prepare-only). Reply with commit message only in one ``` fence; preserve every newline from stdout.
Convert a semio design to a coda
| name | merging |
| description | Expert procedure for merging commits in the monorepo, ensuring standardized commit messages and proper attribution. |
Follow this procedure to merge commits while maintaining monorepo standards.
git log to find the commits being merged..repo/🧑💻/{{user}}/contributor.json.Co-authored-by. If you are not the author of the merged commits, ensure you are also listed appropriately..repo/🎫/YY/MM/DD/TICKETSLUG/ticket.json.The commit message MUST follow this strict scheme:
{{dev-emoji}}{{dev-alias}}🎆{{YY}}🌙{{MM}}☀️{{DD}}🔀
🎆{{YY}}🌙{{MM}}☀️{{DD}}
- {{ticket-emoji}} {{ticket-title}}
{{co-authored-by}}
{{signed-off-by}}
dictionary.csv based on the ticket's domain or content.ticket.json.Co-authored-by: Name <email> for every contributor other than the committer.Signed-off-by: Name <email> for the current committer.🐙ueli🎆26🌙04☀️07🔀
🎆26🌙04☀️07
- 🔌Add Max Children to Port and Type Connector
- 📚Refactor UI Levels from Stories to Storybook Decorator
🎆26🌙04☀️06
- 📊Server Baseline Diffs Studio Adapter E2e Tests
- 🔖Use Mod Instead of Region for Rust Sections
- 🧪Consolidate Server Into Bin Rs With Integration Tests
- ⌛Fix Mcp App Scene and Diagram Without Timeout
🎆26🌙04☀️03
- 💍Fix Type Connector Ring Detail Panel
- 🍩Fix Workbench Piece Addition to Show Correct Type 3D Model in Scene
Co-authored-by: Kinan Sarakbi <kinan.sarak@gmail.com>
Signed-off-by: Ueli Saluz <ueli@semio-tech.com>
dictionary.csv.