ci-triage
Diagnose a failing GitHub Actions run — find the first real error in the logs, tell a flake apart from a genuine failure, and identify the commit that broke…
Find what the workspace already says before you answer or write — search Notion, tell the canonical page from the stale copy, and cite what you used. Use when the user asks what's in Notion, refers to a doc, spec, or meeting note, or asks a question the workspace probably
$ npx -y skills add superset-sh/superset --skill find-in-notion --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/find-in-notionContext preview
The summary Claude sees to decide when to auto-load this skill.
Find what the workspace already says before you answer or write — search Notion, tell the canonical page from the stale copy, and cite what you used. Use when the user asks what's in Notion, refers to a doc, spec, or meeting note, or asks a question the workspace probably
name: find-in-notion description: Find what the workspace already says before you answer or write — search Notion, tell the canonical page from the stale copy, and cite what you used. Use when the user asks what's in Notion, refers to a doc, spec, or meeting note, or asks a question the workspace probably already answers. argument-hint: the question, doc, or topic to look up allowed-tools: mcp__notion__notion-search, mcp__notion__notion-fetch, mcp__notion__notion-query-data-sources
A Notion workspace is a pile of drafts, duplicates, and one page everyone actually uses. The job is not to return search results — it is to work out which page is the one people act on, and to say so plainly.
Run the user's words first, then run the vocabulary the workspace is likely to use. A question about "our refund rules" lives on a page called "Billing policy" or "Support runbook"; the word "refund" may appear nowhere in the title. Two or three searches with different vocabulary beats one search with better phrasing.
Search titles and body separately when the tools allow it. A title match is usually the canonical page; a body match is usually someone referring to it.
When several pages cover the same ground, rank them:
1. **Recency of edit**, not creation. A page edited last week beats one written last year, even if the old one is longer. 2. **Where it sits.** A page inside a team space or database beats a loose page in someone's private area. 3. **Inbound links.** A page other pages link to is the one people found before you.
State which one you picked and why in a sentence. If two candidates genuinely conflict — different numbers, contradictory instructions — that is the finding. Report the conflict rather than silently choosing the newer one.
Search results give you titles and snippets. Snippets lie by omission: they are the matching fragment, not the conclusion. Fetch the page and read it before you characterize what it says.
Every claim you take from Notion gets the page it came from. Someone will want to check it, edit it, or argue with it, and a summary with no link makes all three harder than reading the page themselves.
When the workspace has nothing, say so. "Nothing in Notion covers this" is a useful answer and it is the moment to ask whether to write the page.
authority. The first hit is often a meeting note that mentions the topic once.
quoting; templates read exactly like real policy.
they need to know that.
"Q1 plan" is often full of Q3 work.
Superset is an agentic IDE to orchestrate 100+ coding agents in parallel. Run any agent with your own subscription.
Diagnose a failing GitHub Actions run — find the first real error in the logs, tell a flake apart from a genuine failure, and identify the commit that broke…
Triage a GitHub issue into something actionable — reproduce the claim, find duplicates, judge severity, and apply labels, milestone, and assignee. Use when the…
Find and merge duplicate Linear issues — group reports of the same underlying bug, pick the survivor, and move the evidence across. Use when the backlog has…
Turn a rough report into a Linear issue someone can pick up — reproduce the claim, check for duplicates, and fill in team, priority, and labels. Use when the…
Draft a Linear project status update from what actually moved — progress, risks, and the one decision that needs making. Use when someone asks for a project…
Write a page into Notion that someone else can find and trust — pick the right parent, check for the page that already exists, and structure it for a reader…