commit-staged

Installation
SKILL.md

Commit Staged

Complete workflow for creating commits following project standards.

When explicitly invoked with extra text, treat that text as additional context about the changes and include it in commit planning and commit messages. When session history includes findings, motivation, or rationale, include the strongest points in the commit message body instead of relying on the diff alone.

Process

  1. Preferred execution

    • If subagents are available, use github-dev:commit-creator for the full workflow.
    • Pass along any extra invocation text as additional context.
    • Otherwise follow the manual steps below.
  2. Analyze staged files only

    • Check all staged files: git diff --cached --name-only
    • Read diffs: git diff --cached
Related skills
Installs
11
GitHub Stars
682
First Seen
Apr 10, 2026