Skip to main content

ROCm/rocprofiler-systems-skills

SkillsMP hat 50 Skills aus ROCm/rocprofiler-systems-skills gesammelt. Öffne einen Skill, um Quelle und Details zu prüfen.

Letzte erfasste Quellaktivität
SkillsMP-Katalog aktualisiert
gesammelte Skills
50
GitHub-Stars
4
GitHub-Forks
0

Skills in diesem Repository

Es werden 40 von 50 gesammelten Skills angezeigt.

Beruf
Softwareentwickler
Beschreibung

Given a TheRock nightly build (URL or run-id), return the rocm-systems pin_sha used in that build

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Check whether a given rocm-systems commit is included in a specific TheRock nightly build

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Find the first TheRock nightly build that includes a given rocm-systems commit

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

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.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

Use when user wants to list, analyze, review, or summarize GitHub PR comments on a pull request number or URL

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Use when architectural decisions involve competing quality attributes (performance vs modifiability, availability vs consistency, security vs usability), when the user says "tradeoff analysis", "ATAM", "quality attributes", "what are we giving up", or when a…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Use when moving computation from runtime to compile time — precomputed lookup tables, compile-time constants, type-based template dispatch, or zero-cost conditional branching with if constexpr; use when a function or value could be evaluated before the binary…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Use when injecting dependencies in C++ at compile time — hiding system calls, third-party APIs, or multiple dependencies behind swappable policy types; use when writing testable C++ without virtual dispatch overhead

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Use when user says 'update PR description', 'refresh PR description', 'fix PR description', 'rewrite PR body', 'update my PR', or types /update-pr-description

Quellsprache: Englisch

Aktualisiert
Beruf
Sonstige Computerberufe
Beschreibung

Full workflow reference and detailed rules - invoke when you need comprehensive guidance on how to use radisha skills

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Send a push notification to the user's phone via ntfy.sh when a condition is met, by composing a watch cron whose action is a curl POST.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

C++ programming skill based on C++ Core Guidelines - use for implementing C++ code

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Mock-based rigorous PMC metric validation — tests sentinel filtering, value ranges, and architecture-specific behavior across Perfetto and RocPD

Quellsprache: Englisch

Aktualisiert
Beruf
Sonstige Computerberufe
Beschreibung

Schedule a recurring poll of an external condition (PR merge, CI green, Jira state, background build) that runs a follow-up action when met and self-stops. Use for async waits across sessions.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Plan new or redesigned system architecture - define components, boundaries, interactions, and technical decisions before implementation

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Base planning skill with shared rules - do not invoke directly, use specific planning skills instead

Quellsprache: Englisch

Aktualisiert
Beruf
Sonstige Computerberufe
Beschreibung

List all available radisha skills with their command aliases, organized by category

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Use when user wants architecture documentation covering component interactions, hierarchy, expansion points, or system weaknesses - for single components, integrations, or whole systems

Quellsprache: Englisch

Aktualisiert
Beruf
Sonstige Computerberufe
Beschreibung

Automatically detect and improve skills when gaps are noticed during work - proactively proposes updates

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

Detect code smells based on refactoring.guru catalog - use when analyzing code for anti-patterns and refactoring opportunities

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Catalog of refactoring techniques from refactoring.guru - how to apply Extract Method, Move Field, Replace Conditional, and 60+ other refactorings

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Build, test, and install rocprofiler-systems after configuration

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Configure rocprofiler-systems build with CMake presets and custom options

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

ROCm Systems Profiler (rocprofiler-systems) project workflows - configure, build, test, and development

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

AMD SMI C++ library for GPU/CPU/NIC monitoring and management. Use when working with AMD hardware monitoring, GPU temperature, power, memory, clocks, PCIe, XGMI, SDMA (System DMA), AINIC (AI NIC) network interfaces, or any amdsmi.h functions.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Planning skill for refactoring - improves existing code following best practices, reduces duplication, improves readability and testability

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Analyze architectural changes - review module boundaries, dependencies, testability, and suggest simplifications. Used by pr-review and planning skills.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

Run static analysis tools on changed files and generate a report

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Core GitHub CLI operations - check availability, search PRs, get PR details, check status. Invoked by other git skills.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Prepare well-structured Pull Requests - verify code quality, check for issues, split large changes, write clear descriptions with Motivation, Technical Details, and Test Plan

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Check pull request status, CI/CD checks, and explain failures with actionable recommendations

Quellsprache: Englisch

Aktualisiert
Beruf
Sonstige Computerberufe
Beschreibung

Use when creating a new skill for radisha - validates content, checks for conflicts, and integrates with existing skills

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Git workflow dispatcher - routes to specialized git skills for commits, PRs, and reviews

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Use when user asks a question that doesn't require any action - just explanation or information

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Use when rocprofiler-systems crashes, hangs, produces wrong output, fails to instrument, or has GPU/MPI/threading issues during profiling

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Create meaningful git commits with well-structured messages - analyzes changes, generates descriptive subject and body, follows conventional commits

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Use when user wants to understand unfamiliar code before extracting functionality - exploring database layers, API usage, library patterns, or any code to be extracted into a reusable component

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Planning skill for bug fixes - includes optional changelog update

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Planning skill for documentation - no changelog updates

Quellsprache: Englisch

Aktualisiert
Es werden 40 von 50 gesammelten Skills angezeigt.