Skip to main content
Run any Skill in Manus
with one click

db-sql-auditor

Stars8
Forks1
UpdatedJune 12, 2026 at 03:35

SQL全生命周期审核,支持SQL规范审核、性能评估、DDL影响分析、SQL优化、索引推荐。 使用场景: - 用户说"审核SQL" -> 执行 sql "<SQL>" - 用户说"检查规范" -> 执行 sql "<SQL>" - 用户说"DDL影响" -> 执行 ddl "<DDL>" - 用户说"查看规则" -> 执行 rules - 用户说"优化SQL" -> 执行 optimize "<SQL>" - 用户说"推荐索引" -> 执行 recommend-indexes "<SQL>" 用法: - python -m dbskiter --output-mode=ai --database=<name> audit sql "SELECT * FROM users" - python -m dbskiter --output-mode=ai --database=<name> audit file queries.sql - python -m dbskiter --output-mode=ai --database=<name> audit ddl "ALTER TABLE users ADD COLUMN age INT" - python -m dbskiter --output-mode=ai --database=<name> audit rules - python -m dbskiter --output-mode=ai --database=<name> audit optimize "SELECT * FROM users WHERE age > 18" - python -m dbskiter --output-mode=ai --database=<name> audit recommend-indexes "SELECT * FROM orders WHERE user_id = 1"

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

SKILL.md
readonly