← Corpus / dididecks-ai / agent-skill
dididecks-ai/agent-skills/loops/git-conventions/references/header-patterns
- Path
- agent-skills/loops/git-conventions/references/header-patterns.md
Header Patterns — Action Verbs & Effort Groupings
Status: Scaffold — to be filled with catalog of observed patterns from Lossless repos.
Action Verb Catalog
Primary actions:
feat— New feature, new capabilityfix— Bug fix, correctiondoc— Documentation changesrefactor— Code restructure without behavior changestyle— Formatting, whitespacetest— Adding/updating testschore— Maintenance, deps, tooling
Lossless-specific actions:
skill— Skill file changes (lossless-skills repo)changelog— Changelog entry added/updatedsubmodule— Submodule pointer update
TBD: When to use each, edge cases, combining actions.
Effort Grouping Patterns
TBD: Catalog of effort grouping styles from real commits:
- Package/site names (
theme-system,reach-edu-hub) - File names (
mode-switcher,theme.css) - System names (
frontend,api,content-pipeline) - Concern names (
auth,seo,og-images)
Combining Patterns
TBD: When to use multiple effort groupings, when to chain actions, examples of complex headers.