dotfiles/dot_claude/skills/commit/SKILL.md
Stage and commit changes with a concise message. Use when the user asks to commit.
npx skillsauth add smithbr/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.
git status --short and git diff --stat to review what changed.git diff --cached --stat to check for already-staged changes.git add -A unless the user specifies particular files.testing
Audit agent skills for compliance with the AgentSkills specification. Use when adding, modifying, or reviewing skills in the skills directory.
development
Audit and refactor shell scripts for consistency, safety, and modern best practices. Use when adding, modifying, or reviewing shell scripts.
development
Reviews code for security issues including injection vulnerabilities, auth flaws, and secrets in code.
tools
--- name: charm-ux description: Redesign shell script UX using Charmbracelet tools (gum, glow, etc). Use when the user asks to improve, redesign, or add interactive UX to a shell script, or mentions Charmbracelet/gum/glow. allowed-tools: Read Grep Glob Bash Edit Write WebFetch compatibility: Requires gum (brew install gum). Optional: glow (brew install glow). --- # Charmbracelet UX Redesign for Shell Scripts ## When to Use - When the user asks to redesign or improve UX of a shell script - Whe