Loading...
Loading...
Found 414 Skills
Use when syncing a feature branch onto the latest origin base branch via git rebase.
This skill should be used when a developer wants to open a pull request for a completed task branch — for example "create a PR", "open a pull request", "submit this for review", "make a PR for task
Execute work efficiently while maintaining quality and finishing features
Commit, push, and open a PR with an adaptive, value-first description. Use when the user says "commit and PR", "push and open a PR", "ship this", "create a PR", "open a pull request", "commit push PR", or wants to go from working changes to an open pull request in one step. Also use when the user says "update the PR description", "refresh the PR description", "freshen the PR", or wants to rewrite an existing PR description. Produces PR descriptions that scale in depth with the complexity of the change, avoiding cookie-cutter templates.
Commit changes and create a pull request to the official upstream repo
Create or update a PR from current branch to main, watch CI, and address feedback
Generate conventional commit messages based on git diff analysis. Use when you need to create well-structured commit messages following conventional commit format.
This skill should be used when the user wants to publish a package to npm, bump a version, release a new version, or mentions "npm publish", "bun publish", "version bump", or "release". Handles changelog updates, git push, and npm publishing with OTP authentication.
Create atomic user-approved commits with `feat`/`fix`/`chore` titles and finalise branch merge/cleanup with tracking sync. Triggers: commit changes, split commits, finalise branch, commit message.
Create a git commit with conventional commit format. MUST use anytime you want to commit changes.
Open a draft pull request on GitHub. MUST use when you want to create/open a PR.
Create atomic conventional git commit and push to remote repository. Use when committing staged changes with conventional commit format and immediately pushing to the remote branch.