commit-staged

Creates git commits for already-staged changes following conventional commit format. ALWAYS check git diff --cached FIRST to verify staged changes. Use when user asks to commit staged changes, create a commit, or mentions commit-staged. Generates concise one-liner messages or overview with bullet points. Never stages files - only commits what user already staged.

$ 설치

git clone https://github.com/lattenwald/my-home-manager /tmp/my-home-manager && cp -r /tmp/my-home-manager/claude/skills/commit-staged ~/.claude/skills/my-home-manager

// tip: Run this command in your terminal to install the skill