基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ROCm/rocprofiler-systems-skills --skill ask命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | ask |
| description | Use when user asks a question that doesn't require any action - just explanation or information |
Use this skill when the user is asking a question that requires explanation only, not implementation.
This skill applies when the user wants to:
Do NOT use this skill if the user wants you to:
exploration-explore-code skill)debugging-rocprof-sys skill)If action is needed, use the appropriate planning skill instead.
Quick explanation vs. deep exploration:
| User Request | Skill to Use |
|---|---|
| "How does auth work here?" (quick answer) | ask |
| "Explore the auth system so I can extract it" (structured analysis) | exploration-explore-code |
| "rocprof-sys crashes when profiling my MPI app" (debugging) | debugging-rocprof-sys |
Structure your answer clearly:
User: "How does the authentication work in this project?"
Response:
Authentication uses JWT tokens with refresh token rotation.
Flow:
- User logs in with credentials
- Server validates and returns access + refresh tokens
- Access token (15min) used for API calls
- Refresh token (7 days) used to get new access tokens
Key files:
src/auth/authService.ts- Main auth logicsrc/middleware/authMiddleware.ts- Token validationsrc/auth/tokenService.ts- Token generation/refreshWould you like me to implement any changes to the auth system?
This skill does not require:
Simply answer the question and move on.
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