Back to list
blueraai

atomic-commits

by blueraai

1🍴 0📅 Jan 20, 2026

SKILL.md


name: atomic-commits description: Create atomic commits grouped by logical features with README.md and CLAUDE.md awareness. version: 1.0.0

Atomic Commits with Documentation Awareness

Guidelines for creating well-organized commits with README.md and CLAUDE.md awareness.

Documentation Check

Before committing, evaluate if changes need documentation updates.

README.md (User-facing documentation)

Change TypeREADME Section to Update
New commands or featuresCommands/Usage documentation
CLI interface changesUsage examples
Configuration changesConfiguration/Environment sections
Breaking API changesUpgrade/migration notes
New featuresFeature documentation
Installation changesInstallation section

Trigger files (project-specific - customize in your .claude/skills/):

  • src/cli.ts or src/index.ts - Entry points
  • .claude-plugin/plugin.json - Plugin metadata
  • commands/*.md - Command definitions

CLAUDE.md (Claude Code memory - hierarchical)

CLAUDE.md stores context that helps future sessions "do the right thing". Update when:

  • You struggled with something and the insight would prevent future mistakes
  • Important patterns or conventions that aren't obvious from code alone
  • Workflows or commands that are non-trivial to discover

CLAUDE.md is hierarchical - use the directory level matching the changed files. Use @path/to/file includes to stay DRY.

Change ScopeWhich CLAUDE.md
Project-wide (scripts, CI/CD, build)Root CLAUDE.md
Directory-specific patternsSubdirectory CLAUDE.md (create if needed)

Grouping Rules

Identify logical features by grouping related files:

  • Same feature = same commit
  • Infrastructure/config = separate commit
  • Tests = with their implementation OR separate if test-only

Commit Message Format

<type>(<scope>): <description>

Types: feat, fix, docs, chore, refactor, test, style, build, ci, perf

Note: Commit messages are validated by commitlint (conventional commits format).

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon