code-explain
Installation
SKILL.md
Explain code logic, triage incoming changes, or map the project architecture.
Process
-
Identify context:
- If code changes are involved: run
jj diff -sfirst to see changed files - If the user specified specific files or paths, focus on those
- If code changes are involved: run
-
Determine goal:
- Explain: User wants to understand existing code
- Triage: User wants to understand/assess a diff
- Map: User wants a high-level overview of the project structure
-
Execute based on goal: