tasks-explain-diff

от notion

Создаёт насыщенный документ Notion с объяснением изменений в коде. Формирует исчерпывающую документацию, включающую контекст, интуитивное понимание, пошаговый разбор кода и проверку…

npx skills add https://github.com/makenotion/cursor-notion-plugin --skill tasks-explain-diff

Explain Code Changes

Create a rich explanation of code changes as a new Notion page.

Input

The user will point to code changes to explain. If not explicitly specified, explain the most recent batch of changes made in the conversation.

Document Sections

Background

Explain the existing system relevant to this change:

  • Broadly explore surrounding code for context
  • Include deep background for beginners (can be skipped by familiar readers)
  • Provide narrow background directly relevant to the change

Intuition

Explain the core intuition for the code change:

  • Focus on the essence, not full details
  • Use concrete examples with toy data
  • Use figures and mermaid diagrams liberally

Code

High-level walkthrough of the changes:

  • Group and order changes in an understandable way
  • Explain the purpose of each significant change
  • Link to specific files and line numbers

Verification

Explain how the code change was verified:

  • Unit tests, integration tests, etc.
  • Step-by-step guide for manual QA

Alternatives

Describe 1-2 alternative approaches (if identifiable):

  • Each alternative includes pros and cons
  • Layout pros/cons in 2 columns
  • Only include if it represents an orthogonal approach
  • Omit this section if no meaningful alternatives exist

Quiz

5 questions testing reader's knowledge:

  • Medium difficulty - requires understanding the substance
  • Multiple choice with explanations
  • Use toggle blocks for answers:
1. Question
   > Option 1
     - Explanation for why incorrect
   > Option 2
     - Explanation for why correct

Formatting Guidelines

  • Use the Notion MCP to create the page and return its URL
  • Write with clarity and flow - engaging, classic style
  • Smooth transitions between sections
  • Use consistent diagram families throughout
  • Include callouts for key concepts, definitions, and edge cases

Больше skills от notion

database-query
notion
Запрос базы данных Notion по имени или ID с возвратом структурированных, читаемых результатов с возможностью фильтрации и сортировки.
official
find
notion
Быстрый поиск страниц или баз данных в Notion по ключевым словам в заголовке. Возвращает точные совпадения, а не полные результаты.
official
create-database-row
notion
Вставить новую строку в указанную базу данных Notion, используя значения свойств на естественном языке. Обрабатывает сопоставление и проверку имен свойств.
official
create-page
notion
Создать новую страницу Notion, опционально в указанной родительской папке. Автоматически структурирует содержимое в зависимости от типа страницы (заметки встречи, страницы проекта и т.д.).
official
create-task
notion
Создать новую задачу в базе задач Notion пользователя с разумными значениями по умолчанию для срока выполнения, статуса, ответственного и проекта.
official
knowledge-capture
notion
Преобразует беседы и обсуждения в структурированные страницы документации в Notion. Захватывает инсайты, решения и знания из контекста чата с...
official
meeting-intelligence
notion
Подготовка материалов для встречи: сбор контекста из Notion, обогащение исследованиями, создание внутреннего пре-рида и внешней повестки с сохранением в Notion.
official
research-documentation
notion
Поиск по вашему рабочему пространству Notion, синтез результатов с нескольких страниц и создание комплексной исследовательской документации с правильными цитатами и…
official