Investigate application or repository source code with search_file and read_file to explain behavior, trace root causes of runtime or query errors, and answer with precise file citations.
64
76%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./resources/skills/source-code-inspection/SKILL.mdUse this skill when the user wants to:
UNKNOWN_TABLEsearch_file first to locate relevant files and line numbers before reading content.read_file only for targeted sections; do not read entire files or large ranges.no matches found, refine the search and retry before giving up.Always use this exact format for source-file citations:
[[file:path/to/file.ts]][[file:path/to/file.ts#L12]][[file:path/to/file.ts#L12-L34]]Use repo-relative paths and line anchors whenever possible. Do not use normal markdown links for source-code citations. Do not wrap file citation tokens in backticks, inline code, or fenced code blocks in your final answer. Use them as plain citation tokens in normal prose or list items so the UI can render them as clickable links.
d0859a2
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.