بنقرة واحدة
git
Git workflow dispatcher - routes to specialized git skills for commits, PRs, and reviews
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Git workflow dispatcher - routes to specialized git skills for commits, PRs, and reviews
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Given a TheRock nightly build (URL or run-id), return the rocm-systems pin_sha used in that build
Check whether a given rocm-systems commit is included in a specific TheRock nightly build
Find the first TheRock nightly build that includes a given rocm-systems commit
Reviews Pull Requests or local diffs with an 8-agent fan-out covering static analysis, dead code, code smells + quality (naming, complexity, single-responsibility, magic numbers), language rules (C++/Python/CMake), architecture, simplification, performance (hot-path classification, allocations, locks, I/O), and undefined behaviour (signed overflow, lifetime, strict aliasing, data races, sanitizer coverage; C/C++/unsafe-Rust only). Use when the user asks to "review this PR", "review the diff", "audit this branch", "/pr-review", or when staging changes before push.
Walk through a PR review interactively, one finding at a time. Generate review via pr-review, then for each issue present analysis + proposed inline comment, let user accept/edit/skip, accumulate into a PENDING GitHub review, submit at end.
Use when user wants to list, analyze, review, or summarize GitHub PR comments on a pull request number or URL
| name | git |
| description | Git workflow dispatcher - routes to specialized git skills for commits, PRs, and reviews |
DO NOT use this skill directly. Instead, use one of the specialized git skills below based on the user's request.
git/commit - Create meaningful git commits
~/.claude/skills/git/commit/SKILL.mdgit/prepare-pull-request - Prepare and create pull requests
~/.claude/skills/git/prepare-pull-request/SKILL.mdgit/review-pull-request - Review pull requests with comprehensive checklist
~/.claude/skills/git/review-pull-request/SKILL.mdgit/pull-request-status - Check PR status and CI results
~/.claude/skills/git/pull-request-status/SKILL.mdgit/gh-client - GitHub CLI operations
~/.claude/skills/git/gh-client/SKILL.mdWhen the user requests a git-related task:
If nested skills aren't recognized by Claude Code, you should inform the user that they need to:
| User Request | Route To |
|---|---|
| "commit my changes" | git/commit |
| "create a pull request" | git/prepare-pull-request |
| "review PR #123" | git/review-pull-request |
| "check PR status" | git/pull-request-status |
| "create GitHub issue" | git/gh-client |