Produces a structured briefing document for journalists assessing a dataset's news potential, coverage, limitations, and story angles.
How this skill is triggered — by the user, by Claude, or both
Slash command
/autopunk-media-skills:dataset-summary-briefThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Produces a structured summary of what a dataset contains, what it covers, what its limitations are, and what story angles it could plausibly support — written as a briefing document for a journalist or editor.
Produces a structured summary of what a dataset contains, what it covers, what its limitations are, and what story angles it could plausibly support — written as a briefing document for a journalist or editor.
Required: A description of the dataset — source, title or file name, number of rows and columns, time period covered, geographic scope, and a list of column names with brief descriptions of what each contains. Optional: A small representative data sample; any known issues with the data (missing values, format inconsistencies); the context in which the data was obtained (FOI response, published report, leaked document).
A one-page briefing document (approximately 400–600 words) structured under four headings: What This Dataset Is, What It Covers, Limitations and Caveats, and Potential Story Angles. Tone: direct and editorial — written for a journalist colleague, not a data scientist. No statistics formulae. Plain language throughout.
Dataset name: Residential Property Transaction Register, Q1 2019 – Q4 2025 Source: National Land Registry (published open data, downloaded March 2026) Rows: 2,847,312 Columns: 14 Column descriptions:
Known issues: duration_on_market has ~40% missing values. Company buyer names are not standardised — subsidiaries may be listed differently across transactions.
What This Dataset Is
The Residential Property Transaction Register is an open government dataset recording every residential property sale completed in the country between January 2019 and December 2025. With 2.8 million rows, it is comprehensive and considered the authoritative source for transaction-level property data. It was obtained directly from the National Land Registry's open data portal.
What It Covers
Limitations and Caveats
Potential Story Angles
The new-build premium, by region: Filter for new-build transactions versus equivalent existing properties in the same postcode. The price gap varies significantly by region and has likely widened since 2022.
Corporate landlord growth: Filter buyer_type = company and map the distribution of corporate purchases by region and year. The period 2020–2023 is expected to show significant growth in several urban areas.
Leasehold prevalence in flats: Cross-tab freehold_leasehold against property_type. Leasehold sales among flat buyers may have changed in the wake of recent legislative activity.
Fastest and slowest markets by district: Using the partial duration_on_market data (acknowledging gaps), identify the 10 local authority districts with the fastest average time to sell in 2025 versus 2019.
Price collapse in specific postcodes: Identify postcodes or districts where median transaction prices have fallen more than 15% in nominal terms between 2022 peak and 2025. These are the hardest-hit markets and likely correspond to identifiable economic events.
npx claudepluginhub ur-grue/autopunk-media-skills --plugin autopunk-media-skillsFinds newsworthy angles, outliers, trends, and comparisons hidden in datasets. Use when you need to pitch a data story or stress-test a dataset before reporting.
Generate investigative journalism tipsheets from unfamiliar data collections. Use this skill whenever a user provides a dataset, document collection, database, or other raw material and wants to find leads, signals, patterns, outliers, or story tips — especially when the data is large, messy, or unfamiliar. Also trigger when the user says things like "what's in here", "anything interesting in this data", "find me leads", "tipsheet", "story ideas from this", "what jumps out", or when they drop a large dataset and want an initial assessment. This skill handles everything from a single CSV to multi-gigabyte collections with millions of records.
Profiles tables or files (CSV, Excel, Parquet, JSON) to reveal shape, null rates, column distributions, top values, percentiles, data quality issues, and column categories.