Planning skill for new features - includes changelog summary and test case consideration
Skills in this repository
ROCm/rocprofiler-systems-skills - Page 2
SkillsMP has collected 50 skills from ROCm/rocprofiler-systems-skills. Open a skill to review its source and details.
ROCm/rocprofiler-systems-skillsShowing 10 of 50 collected skills.
Create, refactor, link, and build CMake projects following modern CMake guidelines from official documentation
C++ design patterns reference - suggests applicable patterns when code matches a problem that a pattern solves
C++ file and class naming conventions - folder structure matches namespaces, no redundant prefixes
C++ STL algorithms and data structures - suggests appropriate containers and algorithms when they solve the problem at hand
Python programming skill based on PEP 8 and modern Python best practices - use for implementing Python code
Update radisha skills to the latest version - works with symlinks, git clones, and submodules
Plan and write C++ unit tests using GTest and GMock - creates test plan and implements tests one by one with user approval
Pytest testing skill with modern patterns - use for writing Python tests with fixtures, parametrization, and modular design
Create test plan files for developer verification and QA handoff - use after implementation is complete