Loading...
Loading...
Found 422 Skills
Git commit message best practices. Use when writing commit messages, reviewing commits, or setting up commit conventions for a project. Ensures clear, consistent, and useful commit history.
Summarize code changes by author type and scope. Inputs are author and scope with product plus PR as defaults.
Advanced git workflows including worktrees, bisect, interactive rebase, hooks, and recovery techniques
Git workflow patterns and version control best practices — branching strategies, commit conventions, PR workflows, release management, and monorepo patterns. Use when establishing team git conventions, reviewing branching strategies, or improving version control practices.
Create a well-formatted commit message from staged changes
Github integration. Manage project management and ticketing data, records, and workflows. Use when the user wants to interact with Github data.
Fetch a GitHub pull request body and its messages for the current repository.
DoltHub integration. Manage data, records, and automate workflows. Use when the user wants to interact with DoltHub data.
Guide a safe git rebase of the current branch onto a target branch, including conflict triage and resolution steps. Use when asked to rebase, update a branch, or resolve rebase conflicts.
Ensures commit messages follow conventional commit format with proper type, scope, and description. Use when generating commit messages, reviewing staged changes, or when the user asks for help writing commit messages.
Submit commits as Phabricator diffs for code review using Sapling.
Create a pull request following project conventions.