Skip to main content
Execute qualquer Skill no Manus
com um clique
Repositório GitHub

rolepod-dblab

rolepod-dblab contém 5 skills coletadas de nuttaruj, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
5
Stars
0
atualizado
2026-05-29
Forks
0
Cobertura ocupacional
1 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

db-explain
Desenvolvedores de software

Run EXPLAIN [ANALYZE] on a query and return the parsed plan with flags for sequential scans and probable missing indexes — performance evidence, not a guess. Read-only. Use when a query is slow or before shipping a query-heavy path.

2026-05-29
db-introspect
Desenvolvedores de software

Read a live Postgres schema — tables, columns, types, primary keys, indexes, and the foreign-key graph — into a normalized snapshot for planning and debugging. Read-only. Use before changing data access, writing a migration, or reasoning about how tables relate.

2026-05-29
db-migrate-verify
Desenvolvedores de software

Detect schema drift between SQLAlchemy models and the live Postgres — missing/extra columns, nullability mismatches, type mismatches. Reflects the models via a Python sidecar and diffs in TS. Read-only. Use as a pre-ship gate or when "the code says one thing, the DB says another".

2026-05-29
db-query
Desenvolvedores de software

Assert live database state as verify-phase evidence. Run a read-only query and check it against an expected exists / row_count / value, returning a structured PASS/FAIL — not raw rows. Use to prove a row exists, a count matches, or a value landed after a change.

2026-05-29
db-write
Desenvolvedores de software

Mutate data behind a transaction guard — preview a statement inside a held transaction (no commit), inspect the impact, then confirm to COMMIT or rollback to discard. The only dblab skill that writes. Use for any INSERT/UPDATE/DELETE that must be safe and reviewable.

2026-05-29