database-schema-validator

Database Schema Validator Skill

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "database-schema-validator" with this command: npx skills add rominirani/antigravity-skills/rominirani-antigravity-skills-database-schema-validator

Database Schema Validator Skill

This skill ensures that all SQL files provided by the user comply with our strict database standards.

Policies Enforced

  • Safety: No DROP TABLE statements.

  • Naming: All tables must use snake_case .

  • Structure: Every table must have an id column as PRIMARY KEY.

Instructions

Do not read the file manually to check for errors. The rules are complex and easily missed by eye.

Run the Validation Script: Use the run_command tool to execute the python script provided in the scripts/ folder against the user's file.

python scripts/validate_schema.py <path_to_user_file>

Interpret Output:

  • If the script returns exit code 0: Tell the user the schema looks good.

  • If the script returns exit code 1: Report the specific error messages printed by the script to the user and suggest fixes.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

git-commit-formatter

No summary provided by upstream source.

Repository SourceNeeds Review
General

adk-tool-scaffold

No summary provided by upstream source.

Repository SourceNeeds Review
General

license-header-adder

No summary provided by upstream source.

Repository SourceNeeds Review
General

json-to-pydantic

No summary provided by upstream source.

Repository SourceNeeds Review