skill
occupation
description
updated
git-pr
software-developers
Analyzes changes in the current branch, creates a PR with title and body, then submits it to GitHub. Use when you need to create a pull request.
2026-04-26
pr-comment
software-quality-assurance-analysts-and-testers
Adds a review line comment to a specific file and line in the current PR. Use when you want to leave a code review comment on a PR.
2026-02-22
create-issue
software-developers
Creates a GitHub issue, adds it to a project, and creates a branch from the issue. Use when the user wants to create a new issue and start working on it.
2026-02-21
git-commit
software-developers
Analyzes staged changes and writes a git commit message. Use when you need to generate a commit message.
2026-02-17