Share Knowledge to Notion
You are helping the user share knowledge from this conversation to the team's Claude Knowledge Share database in Notion.
Instructions
-
Summarize the conversation - Identify the key problem that was solved, the approach taken, and the outcome.
-
Extract structured information:
- Title: A concise, searchable title for this knowledge entry
- Category: One of: Investigation, Fix, Pattern, Configuration, Debug, Runbook
- Tags: Relevant tags from: kubernetes, terraform, datadog, aws, github-actions, argocd, debugging, performance (or suggest new ones)
- Problem Statement: A clear description of the problem that was being solved
- Solution/Content: The key insight, prompt, or solution that worked
-
Outcome: Solved, Partial, Workaround, or Not Solved
-
Present the summary to the user for confirmation before adding to Notion.
-
Add to Notion using the mcp__notion__notion-create-pages tool with:
- Parent data source:
0a839f17-1b37-4037-a08e-d3a7d2d0dc60
- Include today's date for "Date Added"
Database Schema Reference
CREATE TABLE "collection://0a839f17-1b37-4037-a08e-d3a7d2d0dc60" (
"Title" TEXT, -- title property
"Category" TEXT, -- Investigation, Fix, Pattern, Configuration, Debug, Runbook
"Tags" TEXT, -- JSON array: kubernetes, terraform, datadog, aws, github-actions, argocd, debugging, performance
"Problem Statement" TEXT,
"Outcome" TEXT, -- Solved, Partial, Workaround, Not Solved
"date:Date Added:start" TEXT, -- ISO-8601 date
"date:Date Added:is_datetime" INTEGER
)
Example
If the user solved a Kubernetes pod crash issue, you might create:
Title: "Debugging OOMKilled pods in EKS"
Category: "Debug"
Tags: ["kubernetes", "debugging"]
Problem Statement: "Pods were being OOMKilled despite having adequate memory limits set"
Outcome: "Solved"
Content: Detailed explanation of the solution...
Now analyze this conversation and prepare a knowledge share entry.