css-development
v1.0.0CSS development workflows with Tailwind composition, semantic naming, and dark mode by default
Mandatory final sanity check before commits/PRs - catches security vulnerabilities, logic errors, and bugs that slip through tests
/plugin install fresh-eyes-review@2389-research
Full plugin documentation and usage guide
Mandatory sanity check before git commit or PR creation.
/plugin install fresh-eyes-review@2389-research
A disciplined review process that catches security holes, logic errors, edge cases, and business logic bugs that slip through despite passing tests.
"NO COMMIT WITHOUT FRESH-EYES REVIEW FIRST"
This runs after implementation, after tests pass, but before code ships.
The skill checks for:
# Before committing code:
# 1. Announce: "Starting fresh-eyes review of 3 files. This will take 2-5 minutes."
# 2. Review systematically for security, logic, business rules, validation, performance
# 3. Fix issues immediately and re-run tests
# 4. Announce: "Fresh-eyes complete. 2 issues found and fixed."
Step 1 -- Announce commitment
Declare: "Starting fresh-eyes review of [N] files. This will take 2-5 minutes."
Step 2 -- Systematic checklist
Review all touched files for the five categories above.
Step 3 -- Fix immediately
Address findings before declaring completion. Re-run tests after corrections.
Step 4 -- Declare results
Announce: "Fresh-eyes complete. [N] issues found and fixed."
Expected duration: 2-5 minutes depending on file count.
"100% test coverage and passing scenarios" can coexist with critical bugs waiting to be discovered.
Testing, code review, and fresh-eyes review are different things. Testing validates expected behavior under controlled conditions. Code review examines patterns and quality during implementation. Fresh-eyes catches unexpected issues through deliberate re-reading -- you're looking at the code with psychological distance.
Don't rationalize away the review with:
These are exactly the circumstances when critical bugs escape into production.
See skills/SKILL.md for the complete fresh-eyes review protocol.
Quality over speed. The 2-5 minutes spent here prevent hours of debugging production issues.
Get started in seconds
/plugin marketplace add 2389-research/claude-plugins
/plugin install fresh-eyes-review
Skills auto-trigger when relevant