Use this skill to inspect text files in allowed work directories.
Guidelines:
- •Prefer targeted reads (
head,tail, or rangedsed) before full-file reads. - •Avoid binary files and avoid printing sensitive values.
- •Extract only the sections needed for the active task.
- •Keep outputs concise and actionable.