Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始める$pwd:
commit-grouping-hygiene
// Split landed work into focused commits and isolate stale automation cleanup
$ git log --oneline --stat
stars:399
forks:64
updated:2026年5月29日 13:11
SKILL.md
// Split landed work into focused commits and isolate stale automation cleanup
{what this skill teaches agents}
Decide whether a report is a docs mismatch, a real product bug, or both
Handle malformed OpenAPI schema names that collapse to empty generated C# type names, especially trailing-dot definition keys.
Run focused Refitter tests with TUnit treenode filters
Generate Refitter AOT serializer contexts without regex-only type discovery
Run focused Refitter tests with TUnit treenode filters
| name | commit-grouping-hygiene |
| description | Split landed work into focused commits and isolate stale automation cleanup |
| domain | git, review |
| confidence | high |
| source | earned |
| last_updated | 2026-05-29T15:07:47.442+02:00 |
Use this when a working tree already contains a completed feature or fix plus docs and leftover automation artifacts, and your job is to turn that diff into reviewable commits without rewriting history.
.squad\commit-msg.txt, remove it in a final housekeeping commit together with any required Squad history or decision updates.git add <paths> and git commit -m "<message>" commands so the grouping stays deterministic and non-interactive.