Skip to main content
Back to registry

dx-data-navigator

pskoett/pskoett-ai-skills

Query the DX Data Cloud PostgreSQL database using the mcp__dx-mcp-server__queryData tool.

Installs170
Install command
npx skills add https://github.com/pskoett/pskoett-ai-skills --skill dx-data-navigator
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Query the DX Data Cloud PostgreSQL database using the mcp__dx-mcp-server__queryData tool. Always query information_schema.columns first if uncertain about table/column names: Three team table types exist - use the right one: For DX survey scores: Join through dx_snapshot_teams . Use GROUP BY to avoid duplicates (team names can appear multiple times across snapshot history): For PR/deployment metrics by team: Join through dx_users to dx_teams : Query the database to find available teams: Survey snapshots with team scores, benchmarks, and sentiment data. Key tables: dx_snapshots , dx_snapshot_teams , dx_snapshot_items , dx_snapshot_team_scores dx_snapshots columns: id, account_id, contributors, participation_rate, start_date (date), end_date (date) dx_snapshot_teams columns: id, snapshot_id, team_id, name, parent (boolean), flattened_parent, contributors, participation_rate dx_snapshot_items columns: id, snapshot_id, name, item_type, prompt, target_label dx_snapshot_team_scores columns: id, snapshot_id, snapshot_team_id (FK to dx_snapshot_teams.id), team_id (FK to dx_teams.id), item_id (FK to dx_snapshot_items.id), score, vs_org, vs_prev, vs_industry50, vs_industry75, vs_industry90, unit Item types in dx_snapshot_items: Organization structure, team hierarchies, user profiles. Key tables: dx_teams , dx_users , dx_team_hierarchies , dx_groups dx_teams columns: id, name,...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does dx-data-navigator do?

Query the DX Data Cloud PostgreSQL database using the mcp__dx-mcp-server__queryData tool.

Is dx-data-navigator good?

dx-data-navigator does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does dx-data-navigator work with?

dx-data-navigator currently lists compatibility with codex, gemini-cli, opencode, cursor, kimi-cli, github-copilot.

What are alternatives to dx-data-navigator?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install dx-data-navigator?

npx skills add https://github.com/pskoett/pskoett-ai-skills --skill dx-data-navigator

Related skills

More from pskoett/pskoett-ai-skills

Related skills

Alternatives in Software Engineering