@sentry/junior-notion 0.30.0 → 0.31.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/skills/notion/SKILL.md +3 -6
package/package.json
CHANGED
package/skills/notion/SKILL.md
CHANGED
|
@@ -5,7 +5,7 @@ description: Search Notion pages and data sources and summarize the best match.
|
|
|
5
5
|
|
|
6
6
|
# Notion Operations
|
|
7
7
|
|
|
8
|
-
Use this skill for Notion search and summarization workflows
|
|
8
|
+
Use this skill for Notion search and summarization workflows.
|
|
9
9
|
|
|
10
10
|
## Workflow
|
|
11
11
|
|
|
@@ -18,11 +18,8 @@ Use this skill for Notion search and summarization workflows in the harness.
|
|
|
18
18
|
- Do not narrate each step with "let me...", "I found...", or partial findings while tools are still running.
|
|
19
19
|
- Reply with the real answer once you have enough evidence, or explain the actual blocker if you cannot finish.
|
|
20
20
|
|
|
21
|
-
3. Search
|
|
21
|
+
3. Search Notion:
|
|
22
22
|
|
|
23
|
-
- `loadSkill` returns `available_tools` for this skill, including the exact `tool_name` values and argument schemas for the Notion tools exposed in this turn.
|
|
24
|
-
- Use `useTool` with those exact `tool_name` values.
|
|
25
|
-
- Use `searchTools` only if you need to rediscover or filter the active Notion tools later in the turn.
|
|
26
23
|
- Decide the actual search phrases first. Notion search is title-biased, so search for the likely page or data source title, not the user's full sentence.
|
|
27
24
|
- Use 1-3 short explicit search phrases.
|
|
28
25
|
- Good: `deployment pipeline`, `launch tracker`, `incident review`
|
|
@@ -34,7 +31,7 @@ Use this skill for Notion search and summarization workflows in the harness.
|
|
|
34
31
|
|
|
35
32
|
4. Fetch efficiently:
|
|
36
33
|
|
|
37
|
-
- Search returns ranked page and data-source candidates only. Pick the best candidate, then fetch content
|
|
34
|
+
- Search returns ranked page and data-source candidates only. Pick the best candidate, then fetch content using the returned URL or ID.
|
|
38
35
|
- If a fetched page clearly points at an inline data source or database, fetch that data source next and work from it.
|
|
39
36
|
- If the fetched data source already contains the rows and fields needed to answer, stop there and answer from that result.
|
|
40
37
|
- Do not serially fetch many individual row pages when the container page or data source already exposes the needed fields.
|