skill
职业分类
描述
更新
git-pr
软件开发工程师
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
软件质量保证分析师与测试员
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
软件开发工程师
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
软件开发工程师
Analyzes staged changes and writes a git commit message. Use when you need to generate a commit message.
2026-02-17