.claude/skills/commit/SKILL.md
Create a commit using git ai-commit. Use this when the user asks to commit changes, make a commit, or save changes to git. Ensures each commit contains a single logical context.
npx skillsauth add asonas/dotfiles commitInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Create commits using git ai-commit command. Do NOT use git commit directly. Always use git ai-commit.
/commit # CWDで実行
/commit .worktrees/feature/xxx # 指定パスで実行
git ai-commit to create commits. Never use git commit directly.Each commit must contain only one logical change:
Execute these steps in order:
/commit .worktrees/feature/xxx), use that as the target directory. All subsequent git commands MUST use git -C <path>.-C flag needed).git status (or git -C <path> status) to see all changes and show the output to the user/commit .worktrees/feature/xxx"git worktree list to show available worktrees as a referencegit diff (or git -C <path> diff) to review the content of changes and show the output to the usergit add <specific-files> (or git -C <path> add <specific-files>)git ai-commit (or cd <path> && git ai-commit) to create the commit# Basic usage (commit staged changes)
git ai-commit
# Stage all changes and commit (use only when all changes are one context)
git ai-commit -a
# Add context information
git ai-commit --context "description of the change"
# Amend the previous commit
git ai-commit --amend
data-ai
Summarize the day's work and append to the daily note in Obsidian.
data-ai
memory-vector と memory-graph を横断検索して過去の記憶を呼び出す。「思い出して」「覚えていますか」「前に話した」等の記憶呼び出し時に使う。
development
Review GitHub Pull Requests. When given a PR URL, fetches diff and comments using gh command, then performs objective and critical code review.
tools
Use when starting the day. Organizes tasks, calendar, and context from previous sessions, then coaches through blockers on Linear issues via interactive dialogue.