Study Note Review
Use this skill when the user shares study notes, annotated code, commented YAML, or partial explanations and wants:
- feedback on whether the explanation is correct enough for their current learning stage
- a check for whether the topic is already sufficiently covered in
AI TOOL
- missing points compared with their existing
AI TOOL Notion pages
- a recommendation on whether no addition is needed, an existing page should be updated, or a new page should be created
- follow-up Notion work after they choose the direction
Core Rules
- Treat the material as a concept-learning project, not a production architecture review, unless the user explicitly asks for project analysis.
- Evaluate only the code, config, or explanation that is currently provided.
- Do not criticize the absence of files, layers, or later-stage infrastructure that the user has not shared yet.
- Code may be incomplete because the user is learning step by step. Prefer "currently not shown" over "missing implementation" unless the visible content is actually wrong.
- Keep explanations beginner-friendly and in Korean unless the user asks otherwise.
Review Workflow
- Fetch the
AI TOOL parent page:
https://www.notion.so/33350192129180579cefc16fa7f63bf8
- Identify only the child pages relevant to the note the user shared.
- Compare the user's current explanation with those existing pages and check whether the topic is already sufficiently covered.
- Answer in this order:
- what the user already understood correctly
- what concept is still missing or could be stated more clearly
- whether the content is already covered enough that no Notion change is needed
- if new documentation is still useful, whether this belongs in a new page or an existing page
- if existing page is better, name the specific page and where the content should be added
- Do not write to Notion yet if the user is still deciding where it should go.
- After the user chooses, create or update the Notion page as requested.
Recommendation Rules
Choose no addition needed when:
- the same concept is already explained clearly enough in an existing
AI TOOL page
- the user's note is mostly repeating what is already documented
- adding it again would create duplication without improving understanding
Choose existing page update when:
- the new note is a refinement of an existing concept already documented in
AI TOOL
- the content is a deeper explanation of the same Docker, Compose, NGINX, Linux, or MSA topic
- splitting it into a separate page would make the notes harder to navigate
Choose new page when:
- the topic has a clearly different learning goal from existing pages
- the content would make an existing page too long or too mixed
- the note becomes a reusable standalone reference
When recommending an existing page, be specific. Mention:
- the exact page title
- the best insertion point, such as "after concept section" or "before summary"
When recommending no addition needed, mention:
- which existing page already covers it
- whether the overlap is complete or only missing a very small detail
What to Emphasize in Feedback
- Prefer concept clarity over completeness.
- Point out terminology corrections when they would prevent future confusion.
- If the user's wording is broadly correct for a beginner, say that first before adding refinements.
- Separate "wrong" from "not yet covered".
Good Output Shape
Use a compact structure like this:
- What is already correct
- What is missing or should be refined
- Recommendation:
- no addition needed vs existing page vs new page
- if no addition is needed, which page already covers it
- if existing page is better, which page and where
If the user then asks you to apply the recommendation, proceed with the Notion work.
1---2name: study-note-review3description: Review beginner study notes, commented code, and YAML against the user's AI TOOL Notion pages, check for overlapping coverage first, point out missing concepts, and recommend whether no addition is needed, an existing page should be updated, or a new page should be created.4---56# Study Note Review78Use this skill when the user shares study notes, annotated code, commented YAML, or partial explanations and wants:910- feedback on whether the explanation is correct enough for their current learning stage11- a check for whether the topic is already sufficiently covered in `AI TOOL`12- missing points compared with their existing `AI TOOL` Notion pages13- a recommendation on whether no addition is needed, an existing page should be updated, or a new page should be created14- follow-up Notion work after they choose the direction1516## Core Rules1718- Treat the material as a **concept-learning project**, not a production architecture review, unless the user explicitly asks for project analysis.19- Evaluate **only the code, config, or explanation that is currently provided**.20- Do not criticize the absence of files, layers, or later-stage infrastructure that the user has not shared yet.21- Code may be incomplete because the user is learning step by step. Prefer "currently not shown" over "missing implementation" unless the visible content is actually wrong.22- Keep explanations beginner-friendly and in Korean unless the user asks otherwise.2324## Review Workflow25261. Fetch the `AI TOOL` parent page:27 - `https://www.notion.so/33350192129180579cefc16fa7f63bf8`282. Identify only the child pages relevant to the note the user shared.293. Compare the user's current explanation with those existing pages and check whether the topic is already sufficiently covered.304. Answer in this order:31 - what the user already understood correctly32 - what concept is still missing or could be stated more clearly33 - whether the content is already covered enough that no Notion change is needed34 - if new documentation is still useful, whether this belongs in a new page or an existing page35 - if existing page is better, name the specific page and where the content should be added365. Do **not** write to Notion yet if the user is still deciding where it should go.376. After the user chooses, create or update the Notion page as requested.3839## Recommendation Rules4041Choose **no addition needed** when:4243- the same concept is already explained clearly enough in an existing `AI TOOL` page44- the user's note is mostly repeating what is already documented45- adding it again would create duplication without improving understanding4647Choose **existing page update** when:4849- the new note is a refinement of an existing concept already documented in `AI TOOL`50- the content is a deeper explanation of the same Docker, Compose, NGINX, Linux, or MSA topic51- splitting it into a separate page would make the notes harder to navigate5253Choose **new page** when:5455- the topic has a clearly different learning goal from existing pages56- the content would make an existing page too long or too mixed57- the note becomes a reusable standalone reference5859When recommending an existing page, be specific. Mention:6061- the exact page title62- the best insertion point, such as "after concept section" or "before summary"6364When recommending **no addition needed**, mention:6566- which existing page already covers it67- whether the overlap is complete or only missing a very small detail6869## What to Emphasize in Feedback7071- Prefer concept clarity over completeness.72- Point out terminology corrections when they would prevent future confusion.73- If the user's wording is broadly correct for a beginner, say that first before adding refinements.74- Separate "wrong" from "not yet covered".7576## Good Output Shape7778Use a compact structure like this:79801. What is already correct812. What is missing or should be refined823. Recommendation:83 - no addition needed vs existing page vs new page84 - if no addition is needed, which page already covers it85 - if existing page is better, which page and where8687If the user then asks you to apply the recommendation, proceed with the Notion work.