Custom slash commands for Claude Code to automate development workflows.
/commit- Analyzes your changes and creates well-structured commits following conventional commit format/pr- Creates pull requests with comprehensive descriptions and structured commit history
mkdir -p .claude/commands
cp commit.md .claude/commands/
cp pr.md .claude/commands/mkdir -p ~/.claude/commands
cp commit.md ~/.claude/commands/
cp pr.md ~/.claude/commands/MIT