Git Workflows
Git Workflows
A comprehensive suite of git workflow skills for local repository operations.
Input Sanitization
- Branch names: alphanumeric, hyphens, underscores, forward slashes, and dots only — reject
.., shell metacharacters, or null bytes - Remote names: alphanumeric and hyphens only
- File paths for stash/diff: reject
..traversal, null bytes, and shell metacharacters
Available Skills
Sync & Remote Operations
| Skill | Purpose | Invoke |
|---|---|---|
/git-sync |
Fetch and show remote changes | git sync, what's new upstream |
/git-pull |
Pull with merge/rebase strategy | git pull, get latest |
/git-push |
Push with upstream handling | git push, push changes |
More from dtsong/my-claude-setup
web-security-hardening
Security audit checklist for web applications. Use when reviewing, auditing, or hardening a web app's security posture. Covers rate limiting, auth headers, IP blocking, CORS, security middleware, input validation, file upload limits, ORM usage, and password hashing. Triggers on requests like "review security", "harden this app", "security audit", "check for vulnerabilities", or when building/reviewing API endpoints.
26web-design-guidelines
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".
8soc-security-skills
>
6tdd
>
3vercel-react-best-practices
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
3workflow
Use when planning implementation steps, deciding commit format, or structuring development approach. Provides brainstorm-plan-implement flow with conventional commits. Triggers on 'how should I approach this', 'commit format'.
2