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