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