What it does
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.
When to use it
- After completing a feature or bug fix
- Before committing or opening a PR
- After a long coding session when you may have lost context
- When you suspect an edge case or subtle bug
What's included
- Scripts: none
- References: none
- Instructions: step-by-step process to identify changed files, re-read each file with a fresh perspective, list common error types to look for (logic errors, typos, missing error handling), fix issues immediately, and produce a concise summary of changes.
Compatible agents
- Designed for code-focused agents and developer workflows (Copilot/Copilot-like assistants, Claude Code, Codex-style agents). It is tool-agnostic and uses git for file discovery where available.
Not yet audited
This skill has not been reviewed by our automated audit pipeline yet.