Total 30,607 skills, Version Control has 602 skills
Showing 12 of 602 skills
Generate branch name, commit message, and PR content from one shared diff context
Implement a feature from issue, specs, and docs, then propose a PR
Create a PR for the current branch. Use when the user asks to create a pull request, submit PR, or says 'pr'.
Assists in creating, modifying, viewing or managing GitHub Pull Request (PR). Automatically analyzes branch commits and change content, generates compliant Traditional Chinese PR titles and descriptions. Use cases include: (1) Create a new PR from the current branch, (2) Modify the title, description, reviewers or labels of an existing PR, (3) Check the PR status of the branch (open, merged, closed), (4) Need to automatically aggregate multiple changes to generate a summary. Applicable to scenarios with requests such as "create PR", "create pull request", "help me open a PR", "modify PR content". Operations are executed via GitHub CLI (gh).
(hal-9000) Use when editing any file under plugins/hal-voice/ to bump the plugin version before committing
Commit and push ALL changes (staged + unstaged + untracked) to the remote repository
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.
Tidy workspace, create semantically meaningful commits, and push. Analyzes changes, categorizes files (commit/gitignore/delete/consolidate), groups into logical commits with conventional prefixes. Use when: ready to commit, cleaning workspace, pushing changes.
Git branch completion workflow. Use when implementation is complete, tests pass, and a feature branch needs to be integrated via merge, pull request, or cleanup.
Summarize code changes by author type and scope. Inputs are author and scope with product plus PR as defaults.
Test, commit, and push in one atomic workflow. Runs Go and Python tests, commits with conventional message, pushes to current branch.
Branch and PR workflow for Engram contributors. Trigger: When starting any change that will be proposed through GitHub.