Description 724 -> 214 chars, body 1102 -> 343 words, Gotchas 12 -> 3. Create, rewrite, and cherry-pick flows move to self-contained references/ files behind a dispatch table. The audit caught that moving the secret scan into the create flow left the amend/squash path with no check in its loaded context; it is now a gate common to every flow. Also re-homes the interactive-rebase reflog warning git-history dropped, since this skill owns rebase.
2.3 KiB
2.3 KiB
topic, source_keys
| topic | source_keys | ||||
|---|---|---|---|---|---|
| commits |
|
Research Sources for git-commits Skill
Sources extracted from the git plugin research phase. Only sources that directly informed this skill are listed; sibling skills (git-branches, git-history, git-remotes, etc.) have their own sources.md.
conventional-commits-spec
- Description: Conventional Commits Specification (v1.0.0) — message format, types, breaking changes, footer rules
- Research doc: plugins/git/docs/research/docs/git/commits.md § "Conventional Commits Specification (v1.0.0)"
- Contributing files: SKILL.md, references/conventional-commits-spec.md, references/create-commit.md
- Status: extracted
commitlint-config-conventional
- Description: commitlint config-conventional preset — validation constraints (max 100 chars header, no trailing periods, lowercase type, 11-type set enforcement)
- Research doc: plugins/git/docs/research/docs/git/commits.md § "commitlint Constraints (
config-conventional)" - Contributing files: SKILL.md, references/conventional-commits-spec.md, references/create-commit.md
- Status: extracted
org-commit-conventions
- Description: Organization commit message body template and git conventions (atomic commits, no
--no-verify, no force-push main/master,rtk gitwrapper) — content fully embedded in this skill; the org'score/instructions/git.mdandcore/instructions/commits.mdare provenance only and are not a live dependency - Research doc: core/instructions/commits.md, core/instructions/git.md (org convention, not part of the plugin's research corpus)
- Contributing files: SKILL.md, references/commit-template.md, references/create-commit.md, references/rewrite-history.md
- Status: extracted
context7-git-htmldocs
- Description: Official Git HTML documentation —
git commit --squash/--fixup,git rebase --autosquash, andgit cherry-pickrange and abort semantics - Research doc: plugins/git/docs/research/docs/git/cli-reference.md § "Committing", § "Rebasing", § "Cherry-picking"
- Contributing files: SKILL.md, references/rewrite-history.md, references/cherry-pick.md
- Status: extracted