Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

rocm-systems

يحتوي rocm-systems على 23 من skills المجمعة من ROCm، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
23
Stars
439
محدث
2026-07-21
Forks
322
التغطية المهنية
3 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

amdsmi-changelog-automation
مطوّرو البرمجيات

Check and generate changelog entries for amd-smi. Use when: reviewing PRs for changelog updates, generating release notes, checking CHANGELOG.md compliance.

2026-07-21
amdsmi-commit-and-pr-conventions
مطوّرو البرمجيات

Use when writing or restructuring git commits or opening/updating a pull request for amd-smi — composing commit titles, commit message bodies, PR titles, or PR descriptions. Defines the Conventional Commits `type(amdsmi):` title convention enforced by the Systems PR Bot, the rocm-systems PR template sections, the unit-test and JIRA/ISSUE-reference gates, brevity caps, and the rule that JIRA tickets appear only in the PR JIRA ID section, never in code comments or commit bodies.

2026-07-09
amdsmi-restructure-commits
مطوّرو البرمجيات

Use when finishing an amd-smi development branch — consolidating commits into logical groups with clean messages AND deciding how to integrate the work (merge to develop, push and open PR, keep as-is, or discard). Covers commit restructuring plus the merge/PR/cleanup workflow.

2026-07-09
writing-plans
مطوّرو البرمجيات

Use when an approved spec exists and you need a bite-sized, file-level implementation plan before any code is written. Produces a plan ready for executing-plans or subagent dispatch.

2026-07-09
rdc-build-install
مطوّرو البرمجيات

Build and install RDC from source. Use when: building locally, installing before tests, pre-review build verification, build + install + verify. Requires GRPC_ROOT to be set.

2026-06-24
feature-unit-testing
محللو ضمان جودة البرمجيات والمختبرون

Use when writing, planning, or improving unit tests for low-level transport or systems code — especially when reasoning about branch coverage, test gaps, identifying which uncovered paths are worth pursuing, or deciding when a feature's test suite is ready to merge.

2026-06-19
amdsmi-agent-handoff
المهن الحاسوبية الأخرى

Use when handing work from one amd-smi agent to another (planning→development, planning→review, development→review) or compacting a long session into a fresh one. Produces a compact handoff doc referencing artifacts by path instead of duplicating them.

2026-06-17
amdsmi-interrogate
مطوّرو البرمجيات

Use whenever amd-smi work begins from a design — a Confluence Feature Design, a Jira/SWDEV ticket, a driver hand-off, or a user description. Reconciles the design against what the code actually does, questions it adversarially, and produces an approved spec. This is the single front door to any feature or behavior change.

2026-06-17
amdsmi-using-git-worktrees
مطوّرو البرمجيات

Use when starting amd-smi feature work, executing an implementation plan, or reviewing a PR that needs an isolated workspace away from the main checkout. Sets up a worktree following the rocm-systems-pr<PR#> convention.

2026-06-17
executing-plans
مطوّرو البرمجيات

Use when a written implementation plan exists at ${TMPDIR:-/tmp}/amdsmi-agent-plans/ and you need to execute it task-by-task in the current session with verification at each step.

2026-06-17
test-driven-development
محللو ضمان جودة البرمجيات والمختبرون

Use when implementing any amd-smi feature, bug fix, or behavior change — before writing implementation code. Enforces strict RED-GREEN-REFACTOR: failing test first, watch it fail, minimal code to pass, refactor.

2026-06-17
dispatching-parallel-agents
المهن الحاسوبية الأخرى

Use when facing 2+ independent problems with no shared state — e.g., unrelated test failures in different subsystems, multiple independent bug investigations, parallel research tasks. Dispatch one focused subagent per domain instead of investigating sequentially.

2026-05-29
systematic-debugging
مطوّرو البرمجيات

Use when encountering any bug, test failure, build failure, or unexpected behavior in amd-smi — before proposing any fix. Enforces root-cause investigation before symptom patching.

2026-05-29
writing-skills
المهن الحاسوبية الأخرى

Use when creating or editing a SKILL.md file under .claude/skills/. Defines the TDD-for-documentation discipline, structure, and CSO rules that every amd-smi skill must follow.

2026-05-29
amdsmi-build-install
مطوّرو البرمجيات

Build and install amd-smi from source. Use when: building locally, installing before tests, pre-review build verification, build + install + verify.

2026-05-28
amdsmi-packaging-test
محللو ضمان جودة البرمجيات والمختبرون

Integration testing for amd-smi Python packaging. Use when: testing package installs, multi-OS testing, manylinux wheel builds, offline install verification, glibc/Python version compatibility, post-install smoke tests.

2026-05-28
amdsmi-improvement-evaluation
مطوّرو البرمجيات

A structured approach to evaluating AMD SMI's current state and identifying improvement opportunities.

2026-05-27
amdsmi-output-verification
محللو ضمان جودة البرمجيات والمختبرون

A checklist for verifying whether AMD SMI is reporting GPU information correctly.

2026-05-27
cuid-build-install
مطوّرو البرمجيات

Build and install cuid from source. Use when: building locally, installing before tests, pre-review build verification, build + install + verify.

2026-05-05
populate-project-map
مطوّرو البرمجيات

Creates or updates a human-readable project map for the cuid workspace. Use when onboarding, when workspace layout changes, or when agents need up-to-date layout info.

2026-05-05
amdsmi-python-style-guide
مطوّرو البرمجيات

ROCm Python style guide based on TheRock. Use when: writing Python code, reviewing Python PRs, checking Python style, creating Python scripts, type hints, error handling patterns, pathlib usage, argparse CLI design.

2026-04-24
amdsmi-test-runner
محللو ضمان جودة البرمجيات والمختبرون

Run C++ and Python tests for amd-smi. Use when: running tests, verifying test results, checking test coverage, pre-review test validation.

2026-04-24
verification-before-completion
محللو ضمان جودة البرمجيات والمختبرون

Verification checklist before marking work complete. Use when: finishing a fix, completing a review finding, validating a build, confirming a refactor.

2026-04-24