ワンクリックで
explain-code
Explains code in plain language. Breaks down complex logic, traces execution flow, and creates documentation.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Explains code in plain language. Breaks down complex logic, traces execution flow, and creates documentation.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Enforces a strict 4-phase methodology (Plan, Generate, Review, DoD) for development tickets to ensure high-quality, secure, and production-ready code. Features a continuous YOLO mode loop for autonomous task completion.
Performs thorough code review on files or diffs. Checks for bugs, security issues, performance problems, and code quality.
Systematic debugging assistant. Analyzes errors, traces root causes, and suggests fixes with evidence.
Verifies that NDE-OS agent core code is production-ready with no mocks, no fakes, no TODOs, and matches all R&D comparison claims. Use after implementing any agent core module, before marking a task as complete, or when auditing code quality against the implementation plan.
Sets up new project scaffolding with proper structure, configuration, and tooling. Supports Rust, TypeScript, Python, and more.
Refactors code for better structure, readability, and performance while preserving behavior.
| name | explain-code |
| description | Explains code in plain language. Breaks down complex logic, traces execution flow, and creates documentation. |
| triggers | ["explain this code","what does this do","how does this work","walk me through","explain the architecture"] |
Provide clear, layered explanations of code from high-level architecture down to implementation details.
file_read and identify the scope (function, module, system)code_symbols to understand the hierarchy## Explanation: {scope}
### Purpose
{one-sentence description of what this code does}
### How It Works
{step-by-step explanation of the algorithm/flow}
### Key Design Decisions
- {decision}: {why it was made}
### Important Details
- {notable implementation detail}
### Dependencies
- {what this code depends on and why}
file_read — read the source codecode_symbols — map structurecode_search — find usages and dependenciesgit with log — understand history and evolution