examples-code-reviewer
Review Code with Structured AI Feedback
Manual code review can miss bugs, style problems, and risky patterns when context is limited. This skill reviews provided code and returns prioritized issues, suggestions, a summary, and a quality score.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "examples-code-reviewer" from https://skillstore.io/skills/enactprotocol-examples-code-reviewer.md and its manifest at https://skillstore.io/api/skills/enactprotocol-examples-code-reviewer/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 "examples-code-reviewer". A JavaScript function searches a user list and returns a name.
Expected outcome:
Reports an error for assignment used as comparison, an error for missing null handling, a warning for outdated variable use, and a low score.
Using "examples-code-reviewer". A database access method performs repeated queries inside a loop.
Expected outcome:
Flags a performance issue for repeated database calls, suggests batching or eager loading, and summarizes the N+1 query risk.
Using "examples-code-reviewer". A login handler builds a database query from request text.
Expected outcome:
Flags a security issue for possible injection, recommends parameterized queries, and lowers the quality score.
Security Audit
SafeAll eight static detections are false positives caused by Markdown inline code and fenced examples in SKILL.md. The skill is a read-only code review prompt; no evidence found for shell execution, reconnaissance behavior, network access, or prompt injection.
Risk Factors
⚙️ External commands (6)
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/enactprotocol-examples-code-reviewer/audits/4?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/enactprotocol-examples-code-reviewer?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/enactprotocol-examples-code-reviewer?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/enactprotocol-examples-code-reviewer/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/enactprotocol-examples-code-reviewer.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
Enact Examples. (2026). examples-code-reviewer security audit report (audit version 4) [Author version 1.0.0]. Skillstore. https://skillstore.io/skills/enactprotocol-examples-code-reviewer/audits/4BibTeX citation
@techreport{enact-examples-enactprotocol-examples-code-reviewer-2026,
author = {Enact Examples},
title = {examples-code-reviewer security audit report (audit version 4)},
institution = {Skillstore},
year = {2026},
number = {4},
url = {https://skillstore.io/skills/enactprotocol-examples-code-reviewer/audits/4},
note = {Author version 1.0.0}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "examples-code-reviewer security audit report (audit version 4)"
version: "1.0.0"
type: report
authors:
- name: "Enact Examples"
date-released: "2026-07-06"
url: "https://skillstore.io/skills/enactprotocol-examples-code-reviewer/audits/4"
identifiers:
- type: other
value: "skillstore:enactprotocol-examples-code-reviewer:audit:4"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Pre-Merge Review
Review a function or file before opening a pull request.
Teaching Feedback
Show learners bugs, style issues, and safer alternatives in example code.
Security-Focused Triage
Request a focused pass on risky code before deeper manual review.
Try These Prompts
Review this code for bugs, style, performance, and security. Language: [language]. Code: [paste code].
Review this code with focus set to bugs. Identify runtime errors, logic mistakes, and missing edge case handling. Code: [paste code].
Review this code with focus set to security. Look for injection, hardcoded secrets, unsafe operations, and missing validation. Code: [paste code].
Perform a senior-level review of this change. Prioritize correctness, security, performance, and maintainability. Include severity, line references, suggestions, summary, and score. Context: [brief context]. Code: [paste code].
Best Practices
- Include enough surrounding code and expected behavior for meaningful review.
- Set the focus field to bugs, style, performance, security, or all.
- Verify suggested fixes with tests and project-specific review standards.
Avoid
- Do not submit secrets, tokens, or production credentials for review.
- Do not rely on the quality score alone to approve changes.
- Do not review incomplete snippets without context when behavior matters.
Frequently Asked Questions
What does this skill review?
Does it run my code?
Can it focus on security?
What languages are supported?
What output should I expect?
Is it a replacement for human review?
Developer Details
Author
Enact ExamplesLicense
MIT
Author version
v1.0.0
Skillstore revision
r1
Ref
a06681402992ceae98ba04d54cfd4ab004862696
Maintenance freshness
7/18/2026
Usage
7 downloads · 123 views
File structure
📄 SKILL.md