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