mit einem Klick
explain
Explain how code works in plain language
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
Explain how code works in plain language
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
| name | explain |
| description | Explain how code works in plain language |
| argument-hint | [file:line or function name] |
| allowed-tools | Read, Glob, Grep |
Explain the code at $ARGUMENTS in clear, accessible language.
Start with the big picture
Break down the logic
Highlight key concepts
Call out gotchas
## Overview
[1-2 sentence summary]
## How It Works
[Step-by-step explanation]
## Key Details
- [Important point 1]
- [Important point 2]
## Related Code
- [References to related files/functions if relevant]
Adjust depth based on code complexity. Simple utilities need brief explanations; complex algorithms need more detail.
Create a well-formatted git commit with staged changes
Create PlantUML diagrams and add them to documentation
Docker commands for containers, images, and compose
GitHub CLI commands for PRs, issues, repos, and workflows
Git commands, workflows, and troubleshooting
Go toolchain commands - build, test, modules, and more