一键导入
chart-type-advisor
Recommends the most effective chart type for your data and editorial goal, explains why it works, and warns you about common misrepresentations.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Recommends the most effective chart type for your data and editorial goal, explains why it works, and warns you about common misrepresentations.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Generates the complete set of metadata fields — tags, categories, keywords, slug, and summary — needed to publish a piece of content in a content management system, ready to copy and paste into each field.
Takes a finished piece of content and produces a complete, archive-ready metadata record — including descriptive tags, subject classifications, rights notes, and an archival summary — for entry into a content management or digital archive system.
Drafts a GDPR compliance note for a specific piece of journalistic content or data collection activity — documenting the lawful basis for processing personal data, what data is held, how long it is retained, and who has access.
Reviews the details of a specific image and flags potential rights clearance issues before publication, identifying which permissions you likely need and which questions to bring to your legal or picture desk.
Reviews a story brief, draft article, or broadcast script and flags potential legal risks — including defamation, privacy, contempt of court, and data protection — so you know what to check before publication.
Drafts a formal, professional request letter to a music rights holder asking for permission to use a track in a specific media production under defined terms.
| name | chart-type-advisor |
| description | Recommends the most effective chart type for your data and editorial goal, explains why it works, and warns you about common misrepresentations. |
| status | stable |
| category | data-journalism |
| subcategory | visualization |
| version | 1 |
| eval_score | 4.2 |
| tags | ["data-journalism","visualization","charts","data","graphics"] |
Recommends the most effective chart type for your data and editorial goal, explains why it works, and warns you about common misrepresentations.
Required:
Optional:
A short recommendation (under 300 words) structured as:
No code. No tool recommendations. Just the editorial decision.
Data: Monthly average rent prices (€/sqm) in Berlin, Munich, Hamburg, and Frankfurt from 2015 to 2024. 4 cities, 10 years, monthly data points. I want to show that Munich has pulled away from the other three cities since 2020. For a web article.
Recommended: Multi-line chart (one line per city)
Four cities over ten years is a textbook case for a multi-line chart. Each line traces a city's trajectory, and the reader's eye naturally compares slopes and gaps. The "pulling away" story shows up as diverging lines — Munich's line separating visibly from the cluster after 2020.
Why this works. Time-series data with a small number of categories (4) is the sweet spot for line charts. The reader can track each city independently and compare them simultaneously. The divergence you want to highlight is encoded as increasing vertical distance between lines — the most intuitive visual signal for "growing apart."
Alternative: Small multiples (one panel per city). If the four lines overlap too much before 2020 and create spaghetti, split them into four aligned panels with a shared y-axis. The reader loses direct overlap comparison but gains clarity on each city's individual trend. Add a light reference line (e.g., Munich's line in grey) to each panel to preserve the comparison.
Watch out for: