ワンクリックで
radisha-skills
List all available radisha skills with their command aliases, organized by category
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
List all available radisha skills with their command aliases, organized by category
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 | radisha-skills |
| description | List all available radisha skills with their command aliases, organized by category |
Displays all available radisha skills with descriptions and command aliases.
/skillsThese shortcuts invoke common skills directly:
| Command | Description | Skill |
|---|---|---|
/plan | Start planning (asks which type) | Smart menu |
/plan-feature | Plan a new feature | planning-feature |
/plan-bugfix | Plan a bug fix | planning-bugfix |
/plan-refactor | Plan refactoring | planning-refactor |
/commit | Create a commit | git-commit |
/pr | Prepare a pull request | git-prepare-pull-request |
/review | Review a pull request | pr-review |
/testplan | Create a test plan | testing-testplan |
/explore | Explore unfamiliar code | exploration-explore-code |
/skills | List all skills (this) | radisha-skills |
/update | Update radisha | radisha-update |
/improve-skill | Improve an existing skill | radisha-improve-skill |
| Skill | Description |
|---|---|
radisha-help | Core skill - how to use radisha, workflow rules, validation |
| Skill | Description |
|---|---|
planning-feature | Plan new features (includes changelog + tests) |
planning-bugfix | Plan bug fixes (root cause analysis) |
planning-refactor | Plan refactoring (best practices focus) |
planning-docs | Plan documentation (no changelog/tests) |
planning-base | Shared rules - do not invoke directly |
| Skill | Description |
|---|---|
programming-cpp | C++ Core Guidelines, C++17, performance |
programming-cpp-design-patterns | Suggests applicable design patterns |
programming-cpp-stl-algorithms | STL algorithms instead of manual loops |
programming-cpp-naming-rules | File/class naming conventions |
programming-cmake-best-practices | Modern CMake 3.15+ |
programming-python | PEP 8, type hints, modern Python 3.8+ |
| Skill | Description |
|---|---|
testing-testplan | Create test plans for QA handoff |
testing-gtest-gmock | GTest/GMock for C++ testing |
testing-pytest | Pytest for Python testing |
| Skill | Description |
|---|---|
library-amd-smi | AMD SMI library for GPU/CPU/NIC monitoring |
| Skill | Description |
|---|---|
rocprofsys | ROCm Systems Profiler workflows (main entry point) |
rocprofsys-configure | Configure rocprofiler-systems build |
rocprofsys-build | Build and install rocprofiler-systems |
| Skill | Description |
|---|---|
git-commit | Create meaningful commit messages |
git-prepare-pull-request | Prepare reviewable PRs |
pr-review | Structured PR review |
| Skill | Description |
|---|---|
exploration-explore-code | Systematic codebase exploration |
| Skill | Description |
|---|---|
code-smells | Detect code smells (refactoring.guru catalog) |
refactoring-techniques | Apply 60+ refactoring techniques (Extract Method, Move Field, etc.) |
static-analysis | Run linters and static analysis tools |
review-architecture | Architecture documentation (iterative, chapter-by-chapter) |
architecture-analyze | Analyze module boundaries, dependencies |
| Skill | Description |
|---|---|
radisha-update | Update radisha to latest version |
radisha-create-skill | Create new skills with validation |
radisha-improve-skill | Improve existing skills when gaps found |
radisha-skills | List all skills (this skill) |
| Skill | Description |
|---|---|
ask | Questions without actions |
After presenting this list, ask:
Would you like me to invoke any of these skills?
If user specifies a skill, invoke it immediately.