Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Bytedance Commit Conventions

Claude Code skill for standardizing commit message format across Bytedance projects.

Format

type(scope): subject
  • type (required): feat | fix | refactor | release | style | chore | docs
  • scope (optional): Module/layer affected, e.g. auth, front-end, api
  • subject (required): ≤50 chars, lowercase verb, no trailing period

Body (optional)

Multi-line details for complex changes:

feat(front-end): click affix to back to homepage

- add affix component in all detail pages
- add css styles for user interface

Footer (optional)

For breaking changes:

refactor(api): rename public exports for consistency

BREAKING CHANGE: getUser → getCurrentUser, setUser → setCurrentUser

Usage

Place in ~/.claude/skills/bytedance-commit/. Claude Code auto-discovers it on next session — the skill triggers when creating commits.

To reference in a project, add to CLAUDE.md:

Commit 格式遵循 bytedance-commit skill

About

Agent Skills : Bytedance commit message conventions — type(scope): subject format with feat, fix, refactor, release, style, chore, docs

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors