notion-ticket

Creates and organizes Notion task pages with a contract-focused body format.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/JongDeug/dotfiles --skill notion-ticket-jongdeug
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: notion-ticket
Source: https://github.com/JongDeug/dotfiles/tree/main/ai/claude/skills/notion-ticket
Command: npx skills add https://github.com/JongDeug/dotfiles --skill notion-ticket-jongdeug

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Notion task pages often become cluttered with transient progress notes, MR lists, and verification logs mixed into the main body, making it hard to find the durable task definition and contracts later. This Skill enforces a single body format where the main page holds only the task definition and long-lived contracts, while ephemeral content moves to sub-pages. ## Core Features & Use Cases - Layered content separation: Decides what belongs in the body versus sub-pages using one rule — will this still matter six months after the task ends? - Fixed body skeleton: Two H2 sections (what is being built and why it is non-trivial, plus contracts like paths, timing, and authorization) with labeled bullet lines and code coordinates. - Safe page cleanup: Re-fetches pages before writing, moves content to sub-pages instead of deleting, and uses comment requests as the organizing baseline. - Use Case: After finishing an implementation, ask to clean up a messy Notion task page — the Skill moves MR lists and checklists into sub-pages like "작업 메모 — MR·배포·검증" and leaves only the verified contract lines in the body. ## Quick Start Ask the assistant to create a Notion task page for your current work or to clean up an existing messy page using the notion-ticket format.

Frequently Asked Questions about notion-ticket

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a Notion task page with a consistent format?▼

Request a new task page and the Skill first runs a duplicate check against the last 30 entries, then creates the page with a fixed skeleton: one section defining the task and why it is non-trivial, plus a contracts section with labeled bullet lines for paths, timing, and authorization.

How do I clean up a cluttered Notion task page?▼

Ask to organize the page and the Skill fetches it with comments, classifies each block as durable contract or transient note, and moves transient content into sub-pages rather than deleting it. It re-fetches right before writing to avoid overwriting concurrent edits.

What belongs in the Notion page body versus sub-pages?▼

The body holds only the task definition and facts still valid after completion, such as contracts, adopted and rejected design options, and code coordinates. MR lists, deployment order, checklists, measurements, and daily progress go into sub-pages like "작업 메모 — MR·배포·검증".

Can I migrate Obsidian notes into a Notion task page?▼

Yes, but only the contract layer is extracted from the Obsidian note; measurements and verification records stay in the note, which remains the source of truth. Wiki-style links are converted to Notion links or sub-pages since Notion does not render them.

What are the limitations of this Notion page format?▼

The Skill never writes unverified contract lines, never deletes body content outright, and never replies to or resolves Notion comments without user confirmation. It also avoids code blocks with aligned spacing, excessive tables, and empty template sections.