dot-claude/skills/git-workflow/SKILL.md
Git branching, commit, and PR conventions. Use when creating branches, making commits, or opening PRs.
npx skillsauth add sutanunandigrami/claude-titan-setup git-workflowInstall 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.
Branches: feat/<desc>, fix/<desc>, chore/<desc>, docs/<desc>
Commits: <type>(<scope>): <description> — types: feat, fix, docs, style, refactor, perf, test, chore, ci
git diff --stat → revert unrelated → shellcheck/ruff check → gitleaks detect
git push -u origin HEAD → gh pr create --fillRules: never force push main, never commit to main, one change per commit, PRs under 400 lines.
tools
Project workspace configuration — auto-detect commands, _workspace.json convention, .envrc templates
development
This skill helps Claude write secure web applications. Use this when working on any web application or when a user requests a scan or audit to ensure security best practices are followed.
tools
Configures Python projects with modern tooling (uv, ruff, ty). Use when creating projects, writing standalone scripts, or migrating from pip/Poetry/mypy/black.
tools
Control tmux sessions — create panes, run commands, read output, monitor processes