원클릭으로
coral
Query live sources through Coral MCP. Use when the task needs GitHub, Jira, Slack, Linear, Datadog, Sentry, files, or connected data.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Query live sources through Coral MCP. Use when the task needs GitHub, Jira, Slack, Linear, Datadog, Sentry, files, or connected data.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Create or update a Coral source spec YAML for a custom HTTP API or local dataset. Use when authoring a standalone source for `coral source add --file`, or when adapting that spec into a Coral repo source under `sources/core` or `sources/community`.
Review new or updated Coral source manifests and source PRs for content, style, product fit, query ergonomics, documentation quality, and consistency with existing Coral sources. Use when Codex is asked to review a sources/core/name or sources/community/name source directory, a manifest.yaml, or a GitHub PR that adds or changes a Coral source.
| name | coral |
| description | Query live sources through Coral MCP. Use when the task needs GitHub, Jira, Slack, Linear, Datadog, Sentry, files, or connected data. |
Use this as the Coral entrypoint for external context. Query Coral before answering from assumptions or changing code when live external state matters.
coral CLI, compile Coral, copy binaries, or bootstrap a server unless explicitly asked.search; use list_catalog when you need a paged catalog view narrowed by schema or kind.search or list_catalog for sql_reference, sql_call_example, and required_filters; use coral://guide for query patterns and coral://tables for table summaries.coral.columns for table columns, required filters, virtual columns, and descriptions.coral.table_functions for source-scoped function arguments and result columns.coral.inputs when source configuration affects the answer.sql: select useful columns, include required filters or function arguments, and add LIMIT unless complete output is requested.sql_reference when available. If building a reference from schema_name and table_name, write github.pulls or "github"."pulls", not "github.pulls".sql_call_example, filling in required arguments before querying it.coral.columns for one table or coral.table_functions for one source when possible, and add LIMIT when reading broad metadata directly.NULL; check is_virtual.WHERE; inspect required_filters and is_required_filter.value = NULL; use is_set.If the MCP feedback tool is available, file feedback when Coral blocks progress, pushes an unproductive pattern, or a vendor tool was easier for the same read.
Include trying_to_do, tried, and stuck, with table/source names, query snippets, and error text. Do not file feedback for ordinary empty results or missing credentials unless Coral made the problem unclear.