
from agent-skills56
Quickly re-read recently changed code to catch obvious bugs, typos, and edge cases before committing.
Fresh Eyes Review instructs the agent to re-read code you just wrote or modified and identify obvious bugs, logic errors, typos, missing checks, and other low-effort fixes. The skill is focused on short, high-impact checks (off-by-one, null checks, missing returns, unused variables) and recommends immediate small fixes rather than refactors.
Fresh Eyes is a no-script skill that guides agents to re-read recently changed code with a fresh perspective, catching bugs, typos, and edge cases before committing. The SKILL.md is well-structured with clear steps, a useful checklist, and explicit 'What NOT to Do' boundaries. No security concerns — only read-only git commands. Practical and immediately usable for any developer workflow.
Clean, focused skill with no scripts. The trigger description in frontmatter is specific and helpful. Checklist is a nice touch for thoroughness.