skills/explaining-step-by-step/SKILL.md
Use when the user asks for a detailed, beginner-friendly, or step-by-step explanation; wants to understand how or why something works; asks to unpack a concept, issue, PR, code change, system, error, document, or technical decision; or says to explain it like teaching a child.
npx skillsauth add narumiruna/agent-skills explaining-step-by-stepInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Build understanding progressively: establish the big picture first, then add only the background, mechanics, evidence, and detail needed to answer the user's real question.
Do not present a plausible cause as the confirmed cause or an inferred motivation as the author's intent.
Use the layers that help; merge or skip layers for simple material rather than forcing a long template.
Prefer a clear causal chain over a list of disconnected facts. Keep detail proportional to the request: detailed does not mean exhaustive.
Do not force every subject into the same headings. Emphasize the sequence that fits:
Point to relevant files, sections, hunks, logs, or tests when that helps the user connect the explanation to its evidence.
This skill explains material. It does not by itself approve a PR, perform a code review, diagnose and fix an issue, or modify code. When the user also requests one of those outcomes, combine this explanatory approach with the skill or workflow responsible for that work.
development
Score or compare one or more agent skills across trigger clarity, workflow actionability, safety boundaries, verification rigor, incremental knowledge value, and leanness. Use only when the user explicitly asks for ratings, numerical quality scores, rubric-based scorecards, or scored comparisons; use creating-agent-skills for unscored reviews or revisions.
development
Assess or improve an existing codebase's architecture when the user asks about module boundaries, coupling, scattered ownership, testability, change locality, deep modules, seams, or behavior-preserving structural refactoring. Use for cross-module design rather than ordinary diff review or a confirmed edge-case bug fix.
development
Perform read-only security audits, vulnerability assessments, or threat-focused reviews of diffs, pull requests, code paths, or explicitly scoped repositories when security is the primary objective or acceptance criterion. Use reviewing-code for ordinary review with baseline security coverage and hardening-code-paths for fixing confirmed findings.
development
Run iterative multi-reviewer panels over a code diff, verify their findings, apply explicitly authorized fixes, and re-review the updated change until it passes or reaches a stopping condition. Use when the user asks for a panel loop, multi-model code-review consensus, or a review-fix-re-review cycle.