What problem does it solve? Developers often need to quickly understand unfamiliar concepts, code diffs, or recently completed work without digging through documentation or commit history. This Skill routes the /explain command to a structured explainer procedure that teaches the operator rather than just summarizing the repository. ## Core Features & Use Cases - Concept Explanation: Produces a dense, teaching-oriented explanation of a concept, diff, or recent work. - Predict-Then-Reveal Check-In: Optionally quizzes the operator to verify understanding before revealing the answer. - Command Routing: Maps the /explain command to the underlying explain procedure defined in the ops skill directory. - Use Case: After reviewing a large pull request, invoke /explain to get a focused walkthrough of what changed and why, then confirm your understanding with the built-in check-in. ## Quick Start Ask the assistant to run /explain on the most recent diff or a concept you want to understand.