fresh-eyes-review
FeaturedFresh-eyes review of a changeset by a fresh-context agent — catches regressions and correctness issues the authoring context reads past.
Install
Quality Score: 89/100
Skill Content
Details
- Author
- eai-org
- Repository
- eai-org/agent-toolkit
- Created
- 3 months ago
- Last Updated
- today
- Language
- Shell
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
fresh-eyes-review
Reread recent code, catch obvious bugs/smells, and make focused cleanup fixes before handoff.
self-review
Self-review a changeset until merge-ready — a fresh-context reviewer checks it as a maintainer would, the author answers every finding, and a compact report for the PR proves the review happened.
fresh-eyes
Read code as someone who has never seen the codebase — no conventions, no history, no attachment — and report every place a newcomer pauses: a name that had to be traced, a loop or branch with no stated reason, a term never introduced, a comparison that had to be reasoned about, a comment that promised something the code did not do. Report only; never edits. Use when asked to "read this as a stranger", "fresh eyes on this", "would a newcomer understand this", or to compare two candidate versions of a function on readability. NOT for: convention compliance (use code-quality), correctness or bug hunting (use pr-review / bug-check), or test review (use test-audit).