Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick

redshift-grep-tables

Cross-schema table search — finds every table whose name or comment matches a keyword across all schemas via one cluster-wide MCP call. Use when user is looking for a table by topic but unsure which schema (e.g. "where is the orders fact table"), or auditing table-naming consistency. Do NOT use when schema is already known (use search_tables directly), for column-level search (use /redshift-grep-columns), or for general schema browsing (use /redshift-explore). Triggers: /redshift-grep-tables / find table / search tables / which schema has / 哪個 schema 有 / 跨 schema 找表 / テーブル横断検索 / テーブル名検索.

Überblick

Cross-schema table search — finds every table whose name or comment matches a keyword across all schemas via one cluster-wide MCP call. Use when user is looking for a table by topic but unsure which schema (e.g. "where is the orders fact table"), or auditing table-naming consistency. Do NOT use when schema is already known (use search_tables directly), for column-level search (use /redshift-grep-columns), or for general schema browsing (use /redshift-explore). Triggers: /redshift-grep-tables / find table / search tables / which schema has / 哪個 schema 有 / 跨 schema 找表 / テーブル横断検索 / テーブル名検索.

Installationsbefehl
npx skills add https://github.com/kouko/redshift-comment-mcp --skill redshift-grep-tables

Kopieren Sie diesen Befehl und fügen Sie ihn in Claude Code ein, um den Skill zu installieren

Sterne1
Forks0
Aktualisiert10. Mai 2026 um 06:29
Datei-Explorer
4 Dateien
SKILL.md
readonly