fresh-eyes

Installation
SKILL.md

Fresh Eyes Review

Re-read all code you just wrote or modified with a fresh perspective. Look for obvious bugs, errors, problems, and confusion that are easy to miss when deep in implementation.

When to Use

  • After completing a feature or fix
  • Before committing changes
  • When you feel like something might be off
  • After a long coding session

Process

1. Identify Changed Code

Find all files you modified in this session. If unclear, ask the user or check recent git changes:

git diff --name-only HEAD~1
Related skills
Installs
16
GitHub Stars
61
First Seen
Jan 30, 2026