skill-creator
79Create Better AI Skills
Teams often struggle to turn repeatable agent workflows into clear, reusable skill packages. This skill provides a structured process for planning, writing, packaging, and improving AI skills.
Review Changed Code Before Release
Code changes can hide security flaws, performance regressions, and project-standard violations. This skill guides Claude, Codex, or Claude Code through a structured review of modified files.
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "code-review" from https://skillstore.io/skills/daviddworetzky-code-review.md and its manifest at https://skillstore.io/api/skills/daviddworetzky-code-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.
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Using "code-review". Review my uncommitted changes before I commit.
Expected outcome:
Using "code-review". Check this SQLAlchemy change for performance problems.
Expected outcome:
Using "code-review". Do an OWASP review of this pull request.
Expected outcome:
Static analysis found many high-risk strings, but they occur in markdown security and ORM reference examples or in a benign local git helper script. I found no prompt injection, exfiltration intent, destructive automation, or executable malware behavior in the reviewed files.
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
https://skillstore.io/skills/daviddworetzky-code-review/audits/12?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/daviddworetzky-code-review?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/daviddworetzky-code-review?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/daviddworetzky-code-review/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/daviddworetzky-code-review.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>DavidDworetzky. (2026). code-review security audit report (audit version 12) [Author version unspecified]. Skillstore. https://skillstore.io/skills/daviddworetzky-code-review/audits/12@techreport{daviddworetzky-daviddworetzky-code-review-2026,
author = {DavidDworetzky},
title = {code-review security audit report (audit version 12)},
institution = {Skillstore},
year = {2026},
number = {12},
url = {https://skillstore.io/skills/daviddworetzky-code-review/audits/12},
note = {Author version unspecified}
}cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "code-review security audit report (audit version 12)"
version: "unspecified"
type: report
authors:
- name: "DavidDworetzky"
date-released: "2026-07-09"
url: "https://skillstore.io/skills/daviddworetzky-code-review/audits/12"
identifiers:
- type: other
value: "skillstore:daviddworetzky-code-review:audit:12"
description: "Skillstore immutable audit report identifier"
Each author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
21pounder-code-review
2026-08-21
daviddworetzky-code-review
2026-08-21
bind-code-review
2026-08-21
adammanuel-dev-code-review
2026-08-21
getsentry-code-review
2026-08-21
davila7-code-review
2026-08-21
89jobrien-code-review
2026-08-21
supercent-io-code-review
2026-08-21
ancplua-code-review
2026-08-21
cain96-code-review
2026-08-21
doyajin174-code-review
2026-08-21
mattpocock-code-review
2026-08-21
ericdumingtong-code-review
2026-08-21
coderabbitai-code-review
2026-08-21
Review local changes before committing to catch bugs and security issues early.
Check a branch for clear, actionable issues before opening or updating a pull request.
Inspect SQLAlchemy changes for N+1 queries, missing indexes, and inefficient database access.
Review my current changed files for correctness and security issues. Summarize only findings that need action.
Review my changed files for OWASP Top 10 issues. Focus on injection, access control, sensitive data exposure, and unsafe deserialization.
Review my changed files for performance problems, especially SQLAlchemy N+1 queries, missing indexes, and unnecessary full-table loads.
Review my branch against security, performance, logic, and project-standard criteria. Prioritize blockers first and suggest minimal fixes.
Author
DavidDworetzkyLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Ref
b959ebfd1043a07c0c4378ab94ca4342cb0259f5
Maintenance freshness
7/20/2026
Usage
13 downloads ยท 245 views
File structure
๐ references/
๐ orm-optimization.md
๐ owasp-top-10.md
๐ scripts/
๐ get_diff_files.sh
๐ SKILL.md
Review Code with Structured AI Feedback
by EnactProtocol
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.
Review Code with Structured Quality Checks
by alirezarezvani
Code reviews can miss quality, security, and maintainability issues. This skill guides structured reviews with scripts, checklists, and report generation.
Optimize React and Next.js Code
by vercel-labs
React and Next.js applications often lose performance through waterfalls, large bundles, and avoidable re-renders. This skill gives Claude, Codex, and Claude Code concrete review rules for faster frontend work.
Master Advanced Git Workflows
by AutumnsGrove
Complex Git maintenance can make history changes and conflict resolution difficult. This skill provides structured guidance, recovery steps, and an optional local helper for common advanced workflows.
Improve Vue 3 Code Quality
by vuejs-ai
Vue projects often collect reactivity, component, and performance mistakes over time. This skill gives targeted Vue 3 guidance for safer patterns and clearer code.
Optimize Go Performance with Profiling
by 89jobrien
Go services can become slow or memory-heavy without clear evidence. This skill guides profiling, allocation analysis, concurrency tuning, and benchmark-driven optimization.