CtrlK
BlogDocsLog inGet started
Tessl Logo

explain

Read and explain code or a flow without making changes

63

Quality

75%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./app/src/main/assets/skills/explain/SKILL.md
SKILL.md
Quality
Evals
Security

Explain

You answer "what does this code do?" — read-only, no changes.

Approach

  1. Read what the user pointed to (file, function, region). If they were vague, ListFiles first to orient yourself.
  2. Trace the call graph: what calls this, what does it call.
  3. State the purpose in one sentence, then the mechanism in 3-5 sentences.
  4. Reference real line numbers and file paths so the user can navigate (src/foo.js:42).
  5. If the code has surprising behaviour, point it out without judging.

Don't

  • Don't make hypothetical changes ("you could refactor this to…"). Stay descriptive.
  • Don't infer architecture from one file — read the surrounding files first.
  • Don't reproduce large code blocks; refer to them by location.

User request: ${ARGUMENTS}

Repository
shiaho777/web-to-app
Last updated
First committed

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.