fresh-eyes-review
Review Code Before Commit
Teams ship bugs when final changes are trusted too quickly. This skill adds a focused pre-commit review for security, logic, business rules, and performance.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "fresh-eyes-review" from https://skillstore.io/skills/2389-research-fresh-eyes-review.md and its manifest at https://skillstore.io/api/skills/2389-research-fresh-eyes-review/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "fresh-eyes-review". Review a four-file authentication change before commit.
Expected outcome:
- Fresh-eyes review started for four files.
- Found missing email validation and an authorization check that depended only on a request parameter.
- Recommended adding validation, enforcing server-side ownership checks, and rerunning tests.
Using "fresh-eyes-review". Check a pagination update for pull request readiness.
Expected outcome:
- Reviewed security, logic, business rules, and performance concerns.
- Found an off-by-one pagination condition and a missing maximum page size.
- Suggested boundary tests and a response size limit before opening the pull request.
Using "fresh-eyes-review". Run a final pass on a billing calculation change.
Expected outcome:
- Checked rounding, zero values, error messages, and test coverage.
- Found currency rounding applied after aggregation instead of per line item.
- Recommended matching the documented billing rule and adding regression coverage.
Security Audit
SafeAll static findings are false positives caused by Markdown code fences, inline code formatting, and educational TypeScript examples. I found no evidence of executable shell commands, filesystem access, data exfiltration, or prompt injection in SKILL.md.
Risk Factors
โ๏ธ External commands (13)
๐ Filesystem access (1)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/2389-research-fresh-eyes-review/audits/6?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/2389-research-fresh-eyes-review?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/2389-research-fresh-eyes-review?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/2389-research-fresh-eyes-review/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/2389-research-fresh-eyes-review.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
2389-research. (2026). fresh-eyes-review security audit report (audit version 6) [Author version unspecified]. Skillstore. https://skillstore.io/skills/2389-research-fresh-eyes-review/audits/6BibTeX citation
@techreport{2389-research-2389-research-fresh-eyes-review-2026,
author = {2389-research},
title = {fresh-eyes-review security audit report (audit version 6)},
institution = {Skillstore},
year = {2026},
number = {6},
url = {https://skillstore.io/skills/2389-research-fresh-eyes-review/audits/6},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "fresh-eyes-review security audit report (audit version 6)"
version: "unspecified"
type: report
authors:
- name: "2389-research"
date-released: "2026-07-06"
url: "https://skillstore.io/skills/2389-research-fresh-eyes-review/audits/6"
identifiers:
- type: other
value: "skillstore:2389-research-fresh-eyes-review:audit:6"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Pre-Commit Quality Gate
Run a short final review before committing code to catch missed security and logic issues.
Pull Request Readiness Check
Verify that a change is ready for review by checking edge cases, business rules, and validation steps.
Security-Focused Final Pass
Use the checklist to look for injection, authorization, traversal, and output handling problems before release.
Try These Prompts
Run a fresh-eyes review on my changed files before I commit. Focus on security, logic errors, and missing validation.
Review this branch for pull request readiness. Check the changed files for business rules, edge cases, performance, and test gaps.
Perform a fresh-eyes review of this sensitive feature. Prioritize auth bypass, IDOR, injection, data leakage, and incorrect authorization boundaries.
Do a release-readiness fresh-eyes review. List each issue found, the fix needed, validation steps, and any residual risk before I ship.
Best Practices
- Run the review after implementation and tests, but before commit or pull request creation.
- Review only the changed files and directly related code to keep the pass focused.
- Fix findings immediately and add tests that prove the issue stays fixed.
Avoid
- Skipping the review because tests already pass.
- Using the checklist as a substitute for automated tests or security scanners.
- Declaring the review complete without recording issues found, fixes made, and validation run.
Frequently Asked Questions
When should I use this skill?
Does it replace normal code review?
Does it run security tools automatically?
What kinds of bugs does it target?
Can it be used outside TypeScript projects?
How long should the review take?
Developer Details
Author
2389-researchLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Ref
c1fdca50ff516318f65fed0d7f9e82797c5171dc
Maintenance freshness
7/18/2026
Usage
24 downloads ยท 212 views
File structure
๐ SKILL.md