← Back to Skills Marketplace
Sqlalchemy Code Review
by
Kevin Anderson
· GitHub ↗
· v1.1.1
· MIT-0
160
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install sqlalchemy-code-review
Description
Reviews SQLAlchemy code for session management, relationships, N+1 queries, and migration patterns. Use when reviewing SQLAlchemy 2.0 code, checking session...
Usage Guidance
This is an instruction-only SQLAlchemy review guide — it will read your repository files to anchor findings to file:line locations, which is expected for this purpose. It requests no credentials and installs nothing. Before enabling the skill, ensure you are comfortable granting the agent read access to the codebase (so it can locate the session/migration/query sites) and confirm you trust its suggested findings, since the skill delegates judgment to the reviewing agent. If you need tighter controls, restrict the agent's repository scope or review findings manually before applying changes.
Capability Analysis
Type: OpenClaw Skill
Name: sqlalchemy-code-review
Version: 1.1.1
The skill bundle is a legitimate tool designed to guide an AI agent through reviewing SQLAlchemy 2.0 code and Alembic migrations. It contains comprehensive reference documentation (references/sessions.md, queries.md, etc.) and a structured review protocol in SKILL.md focused on identifying common performance and safety issues like N+1 queries, session leaks, and non-reversible migrations. No malicious patterns, data exfiltration attempts, or prompt injection attacks were detected.
Capability Assessment
Purpose & Capability
Name/description (SQLAlchemy code review) match the content: checklists and reference docs for sessions, relationships, queries, and Alembic migrations. Nothing requested (no env vars, binaries, or installs) is unrelated to code review.
Instruction Scope
SKILL.md explicitly instructs the agent to open repository files, identify file:line locations, and follow gated verification steps—these are appropriate and necessary for a code-review skill. The instructions do not ask for unrelated system files, credentials, or external endpoints.
Install Mechanism
No install spec and no code files to write or execute; instruction-only skills pose minimal install risk.
Credentials
The skill declares no environment variables, credentials, or config paths. The checks operate on repo files only, which is proportionate for a static code-review task.
Persistence & Privilege
always is false and disable-model-invocation is false (normal). The skill does not request persistent system presence or modify other skills' configurations.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install sqlalchemy-code-review - After installation, invoke the skill by name or use
/sqlalchemy-code-review - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.1
- Added SQLAlchemy-specific "Gates" section with detailed, step-by-step review protocols for session management, N+1/lazy loading, and migrations.
- Clarified when to cite `file:line` locations and how to proceed based on review evidence.
- No changes to core checklist, references, or review questions.
v1.1.0
Version 1.1.0 of sqlalchemy-code-review adds a comprehensive reference and review checklist for SQLAlchemy 2.0 code practices.
- Introduced a clear description of skill usage and review focus areas.
- Added quick-reference links for common SQLAlchemy and Alembic issues.
- Included a detailed checklist for reviewing session management, relationships, queries, and migrations.
- Provided guidance on when to consult reference materials.
- Listed key review questions to help ensure code quality and best practices.
Metadata
Frequently Asked Questions
What is Sqlalchemy Code Review?
Reviews SQLAlchemy code for session management, relationships, N+1 queries, and migration patterns. Use when reviewing SQLAlchemy 2.0 code, checking session... It is an AI Agent Skill for Claude Code / OpenClaw, with 160 downloads so far.
How do I install Sqlalchemy Code Review?
Run "/install sqlalchemy-code-review" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Sqlalchemy Code Review free?
Yes, Sqlalchemy Code Review is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Sqlalchemy Code Review support?
Sqlalchemy Code Review is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Sqlalchemy Code Review?
It is built and maintained by Kevin Anderson (@anderskev); the current version is v1.1.1.
More Skills