一键导入
explain
Explain code, behavior, architecture, or diffs with concrete references to the relevant files.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Explain code, behavior, architecture, or diffs with concrete references to the relevant files.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | explain |
| description | Explain code, behavior, architecture, or diffs with concrete references to the relevant files. |
Topic to explain (optional): $ARGUMENTS
Locate the subject. Identify the files, functions, commands, tests, or diff hunks relevant to the user's question.
Read enough context. Inspect surrounding code, call sites, tests, and configuration needed to explain behavior accurately.
Explain from evidence.
Keep scope tight. Do not refactor, edit files, or run broad commands unless the user asks for implementation work.
Use concise prose with file references when useful. For complex behavior, include the execution path or data flow in the order it happens.
Release a new version of the project.
Inspect git status, draft a commit message that matches the repo's style, and commit staged changes.
Ask focused clarifying questions to resolve ambiguous requirements before planning or implementing work.
Diagnose failing tests, determine whether code or tests are wrong, and make the smallest passing fix.
Refactor existing code while preserving behavior, keeping changes scoped, and verifying with relevant tests.
Review current code changes for bugs, regressions, test gaps, and project-guideline violations.