ワンクリックで
ask
Routes user queries to the best-fit Altertable skill. Use when unsure which Altertable skill applies to a request.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Routes user queries to the best-fit Altertable skill. Use when unsure which Altertable skill applies to a request.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | ask |
| description | Routes user queries to the best-fit Altertable skill. Use when unsure which Altertable skill applies to a request. |
| metadata | {"author":"altertable-ai"} |
Central entry point for Altertable skills. Every Altertable task starts here. Match the user query to the best available skill and hand off.
initialize before any other Altertable tool so organization, environment, and knowledge context are correct.understand-platform to orient the user.For data questions, route to explore-data when schema is unclear; otherwise route to query-lakehouse.
| Skill | When to route |
|---|---|
explore-data | Discover what data exists: catalogs, schemas, tables, columns, semantic models |
query-lakehouse | Answer questions that require querying lakehouse data using SQL |
analyze-funnels | Build or analyze a step-by-step conversion flow (drop-off between ordered events) |
analyze-web-traffic | Web analytics: pageviews, sessions, traffic sources, UTM, device, country breakdowns |
analyze-insights | Interpret an existing Insight or visualization the user is looking at |
build-segments | Define or compare user cohorts by properties (not step-based) |
forecast-timeseries | Project future metric values or detect whether a change is within normal range |
instrument-product-analytics | Add or change event tracking, identification, traits, consent, session reset, or identity aliasing in an application |
query-product-events | Query or analyze existing product events, properties, identities, traits, or instrumentation delivery |
create-insights | Create a new Insight that will be saved and visible to users |
create-discoveries | Create a discovery from a meaningful finding that should notify users and enter review |
decide-actions | Decide which insight or task type to use, or whether to create / update / skip a discovery |
manage-discoveries | Review, approve, or reject existing discoveries and process user feedback on them |
configure-tasks | Set up a scheduled AI task (anomaly detection, forecast, monitor) that runs on a cron |
use-memory | Search or create agent memories; create organization knowledge only when the user explicitly asks |
evaluate-skills | Review or author agent skills themselves (skill structure, spec, quality) |
understand-platform | Explain Altertable concepts, architecture, or how agents work |
When a skill is added, renamed, or removed from this repository, update this table in the same change.
explore-data.understand-platform.instrument-product-analytics; route questions about stored event data to query-product-events.Instruments applications with Altertable Product Analytics. Use when adding event tracking, identifying users, updating traits, resetting sessions, managing consent, or aliasing identifiers.
Queries and analyzes Altertable product events and identities. Use for event counts, properties, user activity, identity traits, behavioral trends, or validating incoming instrumentation.
Creates and analyzes conversion funnels. Use when analyzing user journeys, drop-off points, onboarding, checkout, or multi-step flows.
Interprets Insight data to identify patterns, anomalies, and trends. Use when analyzing visualizations, extracting findings, or explaining patterns in graphs.
Analyzes web analytics traffic patterns and user behavior. Use when asked about pageviews, sessions, traffic sources, or website user behavior.
Builds segmentation insights with filters, dimensions, and breakdowns. Use when segmenting users, comparing event metrics by properties, building cohorts, or defining audiences.