.claude/skills/committing-staged-with-message/SKILL.md
Generate commit message for staged changes, pause for approval, then commit. Stage files first with `git add`, then run this skill.
npx skillsauth add qte77/claude-code-plugins committing-staged-with-messageInstall 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.
Run these commands using the Bash tool to gather context:
git diff --staged --name-only - List staged filesgit diff --staged --stat - Diff stats summarygit log --oneline -5 - Recent commit stylegit diff --staged - Review detailed staged changes. Size guard: if --stat shows >10 files or >500 lines changed, skip the full diff and rely on --stat + --name-only to generate the message.Use the Read tool to check .gitmessage for commit message format and syntax.
The commit message body MUST include (concisely — no padding, no redundancy):
--stat summary line) — MUST be the last line of the body
+ symbol_name, - symbol_nameKeep the message laser-focused. Do not repeat the subject line in the body.
Please review the commit message.
Once approved:
git commit --gpg-sign -m "[message]" - Commit staged changes with approved message (GPG signature mandatory)git status - Verify successdocumentation
Generate or update README.md files across three scopes — repo (with project-type detection), account (GitHub user profile), and org (organization profile). Use when creating, updating, or aligning a README to org conventions.
development
Audit README.md files against best practices for repos, accounts, or orgs. Detects missing sections, stale links, inconsistent formatting, and convention violations. Use when reviewing README quality across one or many repos.
development
Analyzes industry websites for design patterns, layout, typography, and content strategies using first-principles thinking. Use when researching website design, UI patterns, or competitive design analysis.
development
Audits website usability for UX optimization, covering forms, navigation, validation, and microcopy. Use when reviewing user experience, task completion flows, or interface friction points.