Loading...
Loading...
Found 487 Skills
Fetch, preview, merge, and test GitHub PRs locally. Great for trying upstream PRs before they're merged.
Read this skill before making git commits
Create semantic git commits following best practices and Conventional Commits specification.
Git operations guide. Provides how-to for common git tasks. Use when: - Writing commit messages (Conventional Commits format) - Understanding git workflows
Complete PRD implementation workflow - create branch, push changes, create PR, merge, and close issue
Resolve merge conflicts non-interactively, validate build and tests, and finalize conflict resolution
A comprehensive Git agent skill combining strategic workflows, strict conventional commit standards, and safe execution protocols. Acts as a senior engineer to guide users through atomic, verifiable, and standardized git operations.
This skill should be used when creating conventional commits for current changes and then submitting the current branch as a pull request for code review. It combines the git:commit and git:submit-pr skills into a single workflow.
Advanced git workflows including worktrees, bisect, interactive rebase, hooks, and recovery techniques
Optimizes algorithms via autoresearch loop: benchmark, research, hypothesize, keep/discard
Generates properly formatted Git branch names following project conventions. Use this skill whenever the user wants to name a branch, create a branch, or asks things like "what should I call this branch?", "what branch name should I use?", "help me with the branch name", or describes a feature/fix and needs a branch name. Always use this skill when the user needs a git branch name, even if they don't explicitly say "branch".
Commit changes and push to origin without creating a PR