From f0a145391839d5faad7478ff253584b0d52af886 Mon Sep 17 00:00:00 2001 From: Andrew Yim Date: Mon, 22 Dec 2025 02:16:26 +0900 Subject: [PATCH] feat(skills): Add mandatory Notion output requirement to all audit skills MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit All SEO (10-18) and GTM (20-21) skills now require saving reports to: - Database: OurDigital SEO Audit Log (2c8581e5-8a1e-8035-880b-e38cefc2f3ef) - Format: Korean content with English technical terms - Audit ID: [TYPE]-YYYYMMDD-NNN Updated files: - 9 SEO skills (code/CLAUDE.md + desktop/SKILL.md) - 2 GTM skills (code/CLAUDE.md + desktop/SKILL.md) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .claude/settings.local.json | 3 +- .../10-seo-technical-audit/code/CLAUDE.md | 35 ++++++++++++++++++ .../10-seo-technical-audit/desktop/SKILL.md | 9 +++++ .../11-seo-on-page-audit/code/CLAUDE.md | 35 ++++++++++++++++++ .../11-seo-on-page-audit/desktop/SKILL.md | 9 +++++ .../12-seo-local-audit/code/CLAUDE.md | 35 ++++++++++++++++++ .../12-seo-local-audit/desktop/SKILL.md | 9 +++++ .../13-seo-schema-validator/code/CLAUDE.md | 35 ++++++++++++++++++ .../13-seo-schema-validator/desktop/SKILL.md | 9 +++++ .../14-seo-schema-generator/code/CLAUDE.md | 35 ++++++++++++++++++ .../14-seo-schema-generator/desktop/SKILL.md | 9 +++++ .../15-seo-core-web-vitals/code/CLAUDE.md | 35 ++++++++++++++++++ .../15-seo-core-web-vitals/desktop/SKILL.md | 9 +++++ .../16-seo-search-console/code/CLAUDE.md | 35 ++++++++++++++++++ .../16-seo-search-console/desktop/SKILL.md | 9 +++++ .../17-seo-gateway-architect/code/CLAUDE.md | 35 ++++++++++++++++++ .../17-seo-gateway-architect/desktop/SKILL.md | 9 +++++ .../18-seo-gateway-builder/code/CLAUDE.md | 35 ++++++++++++++++++ .../18-seo-gateway-builder/desktop/SKILL.md | 9 +++++ custom-skills/20-gtm-audit/code/CLAUDE.md | 29 +++++++++++++++ custom-skills/20-gtm-audit/desktop/SKILL.md | Bin 43750 -> 44081 bytes custom-skills/21-gtm-manager/code/CLAUDE.md | 29 +++++++++++++++ 22 files changed, 456 insertions(+), 1 deletion(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 9c7e1b9..a32a0f3 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -8,7 +8,8 @@ "Skill(notion-organizer)", "Skill(ourdigital-seo-audit)", "WebFetch(domain:les.josunhotel.com)", - "WebFetch(domain:josunhotel.com)" + "WebFetch(domain:josunhotel.com)", + "WebFetch(domain:pagespeed.web.dev)" ] } } diff --git a/custom-skills/10-seo-technical-audit/code/CLAUDE.md b/custom-skills/10-seo-technical-audit/code/CLAUDE.md index 432dda4..4347c56 100644 --- a/custom-skills/10-seo-technical-audit/code/CLAUDE.md +++ b/custom-skills/10-seo-technical-audit/code/CLAUDE.md @@ -125,3 +125,38 @@ CRAWL_DELAY=1.0 # Seconds between requests MAX_CONCURRENT=20 # Async concurrency limit REQUEST_TIMEOUT=30 # Request timeout seconds ``` + +## Notion Output (Required) + +**IMPORTANT**: All audit reports MUST be saved to the OurDigital SEO Audit Log database. + +### Database Configuration + +| Field | Value | +|-------|-------| +| Database ID | `2c8581e5-8a1e-8035-880b-e38cefc2f3ef` | +| URL | https://www.notion.so/dintelligence/2c8581e58a1e8035880be38cefc2f3ef | + +### Required Properties + +| Property | Type | Description | +|----------|------|-------------| +| Issue | Title | Report title (Korean + date) | +| Site | URL | Audited website URL | +| Category | Select | Technical SEO, On-page SEO, Performance, Schema/Structured Data, Sitemap, Robots.txt, Content, Local SEO | +| Priority | Select | Critical, High, Medium, Low | +| Found Date | Date | Audit date (YYYY-MM-DD) | +| Audit ID | Rich Text | Format: [TYPE]-YYYYMMDD-NNN | + +### Language Guidelines + +- Report content in Korean (한국어) +- Keep technical English terms as-is (e.g., SEO Audit, Core Web Vitals, Schema Markup) +- URLs and code remain unchanged + +### Example MCP Call + +```bash +mcp-cli call notion/API-post-page '{"parent": {"database_id": "2c8581e5-8a1e-8035-880b-e38cefc2f3ef"}, "properties": {...}}' +``` + diff --git a/custom-skills/10-seo-technical-audit/desktop/SKILL.md b/custom-skills/10-seo-technical-audit/desktop/SKILL.md index f750b6f..dab15f5 100644 --- a/custom-skills/10-seo-technical-audit/desktop/SKILL.md +++ b/custom-skills/10-seo-technical-audit/desktop/SKILL.md @@ -92,3 +92,12 @@ mcp__perplexity__search: Research current SEO recommendations - Cannot access password-protected sitemaps - Large sitemaps (10,000+ URLs) require sampling - Does not check render-blocking issues (use Core Web Vitals skill) + +## Notion Output (Required) + +All audit reports MUST be saved to OurDigital SEO Audit Log: +- **Database ID**: `2c8581e5-8a1e-8035-880b-e38cefc2f3ef` +- **Properties**: Issue (title), Site (url), Category, Priority, Found Date, Audit ID +- **Language**: Korean with English technical terms +- **Audit ID Format**: [TYPE]-YYYYMMDD-NNN + diff --git a/custom-skills/11-seo-on-page-audit/code/CLAUDE.md b/custom-skills/11-seo-on-page-audit/code/CLAUDE.md index 0afa126..09dce2f 100644 --- a/custom-skills/11-seo-on-page-audit/code/CLAUDE.md +++ b/custom-skills/11-seo-on-page-audit/code/CLAUDE.md @@ -105,3 +105,38 @@ requests>=2.31.0 python-dotenv>=1.0.0 rich>=13.7.0 ``` + +## Notion Output (Required) + +**IMPORTANT**: All audit reports MUST be saved to the OurDigital SEO Audit Log database. + +### Database Configuration + +| Field | Value | +|-------|-------| +| Database ID | `2c8581e5-8a1e-8035-880b-e38cefc2f3ef` | +| URL | https://www.notion.so/dintelligence/2c8581e58a1e8035880be38cefc2f3ef | + +### Required Properties + +| Property | Type | Description | +|----------|------|-------------| +| Issue | Title | Report title (Korean + date) | +| Site | URL | Audited website URL | +| Category | Select | Technical SEO, On-page SEO, Performance, Schema/Structured Data, Sitemap, Robots.txt, Content, Local SEO | +| Priority | Select | Critical, High, Medium, Low | +| Found Date | Date | Audit date (YYYY-MM-DD) | +| Audit ID | Rich Text | Format: [TYPE]-YYYYMMDD-NNN | + +### Language Guidelines + +- Report content in Korean (한국어) +- Keep technical English terms as-is (e.g., SEO Audit, Core Web Vitals, Schema Markup) +- URLs and code remain unchanged + +### Example MCP Call + +```bash +mcp-cli call notion/API-post-page '{"parent": {"database_id": "2c8581e5-8a1e-8035-880b-e38cefc2f3ef"}, "properties": {...}}' +``` + diff --git a/custom-skills/11-seo-on-page-audit/desktop/SKILL.md b/custom-skills/11-seo-on-page-audit/desktop/SKILL.md index f797522..b1233b7 100644 --- a/custom-skills/11-seo-on-page-audit/desktop/SKILL.md +++ b/custom-skills/11-seo-on-page-audit/desktop/SKILL.md @@ -92,3 +92,12 @@ mcp__notion__create-page: Save audit findings - Single page analysis only - Cannot detect JavaScript-rendered content issues - External link status requires additional crawl + +## Notion Output (Required) + +All audit reports MUST be saved to OurDigital SEO Audit Log: +- **Database ID**: `2c8581e5-8a1e-8035-880b-e38cefc2f3ef` +- **Properties**: Issue (title), Site (url), Category, Priority, Found Date, Audit ID +- **Language**: Korean with English technical terms +- **Audit ID Format**: [TYPE]-YYYYMMDD-NNN + diff --git a/custom-skills/12-seo-local-audit/code/CLAUDE.md b/custom-skills/12-seo-local-audit/code/CLAUDE.md index 64fd55f..2395b94 100644 --- a/custom-skills/12-seo-local-audit/code/CLAUDE.md +++ b/custom-skills/12-seo-local-audit/code/CLAUDE.md @@ -105,3 +105,38 @@ Required properties: - GBP API requires enterprise approval (use manual audit) - Citation discovery limited to public data - Use schema generator skill (14) for creating LocalBusiness markup + +## Notion Output (Required) + +**IMPORTANT**: All audit reports MUST be saved to the OurDigital SEO Audit Log database. + +### Database Configuration + +| Field | Value | +|-------|-------| +| Database ID | `2c8581e5-8a1e-8035-880b-e38cefc2f3ef` | +| URL | https://www.notion.so/dintelligence/2c8581e58a1e8035880be38cefc2f3ef | + +### Required Properties + +| Property | Type | Description | +|----------|------|-------------| +| Issue | Title | Report title (Korean + date) | +| Site | URL | Audited website URL | +| Category | Select | Technical SEO, On-page SEO, Performance, Schema/Structured Data, Sitemap, Robots.txt, Content, Local SEO | +| Priority | Select | Critical, High, Medium, Low | +| Found Date | Date | Audit date (YYYY-MM-DD) | +| Audit ID | Rich Text | Format: [TYPE]-YYYYMMDD-NNN | + +### Language Guidelines + +- Report content in Korean (한국어) +- Keep technical English terms as-is (e.g., SEO Audit, Core Web Vitals, Schema Markup) +- URLs and code remain unchanged + +### Example MCP Call + +```bash +mcp-cli call notion/API-post-page '{"parent": {"database_id": "2c8581e5-8a1e-8035-880b-e38cefc2f3ef"}, "properties": {...}}' +``` + diff --git a/custom-skills/12-seo-local-audit/desktop/SKILL.md b/custom-skills/12-seo-local-audit/desktop/SKILL.md index ab9da57..6b2c51e 100644 --- a/custom-skills/12-seo-local-audit/desktop/SKILL.md +++ b/custom-skills/12-seo-local-audit/desktop/SKILL.md @@ -114,3 +114,12 @@ Validate LocalBusiness markup presence and accuracy. - GBP data requires manual access - Citation discovery limited to searchable sources - Cannot update external directories + +## Notion Output (Required) + +All audit reports MUST be saved to OurDigital SEO Audit Log: +- **Database ID**: `2c8581e5-8a1e-8035-880b-e38cefc2f3ef` +- **Properties**: Issue (title), Site (url), Category, Priority, Found Date, Audit ID +- **Language**: Korean with English technical terms +- **Audit ID Format**: [TYPE]-YYYYMMDD-NNN + diff --git a/custom-skills/13-seo-schema-validator/code/CLAUDE.md b/custom-skills/13-seo-schema-validator/code/CLAUDE.md index 8677579..9f44c68 100644 --- a/custom-skills/13-seo-schema-validator/code/CLAUDE.md +++ b/custom-skills/13-seo-schema-validator/code/CLAUDE.md @@ -111,3 +111,38 @@ rdflib>=7.0.0 lxml>=5.1.0 requests>=2.31.0 ``` + +## Notion Output (Required) + +**IMPORTANT**: All audit reports MUST be saved to the OurDigital SEO Audit Log database. + +### Database Configuration + +| Field | Value | +|-------|-------| +| Database ID | `2c8581e5-8a1e-8035-880b-e38cefc2f3ef` | +| URL | https://www.notion.so/dintelligence/2c8581e58a1e8035880be38cefc2f3ef | + +### Required Properties + +| Property | Type | Description | +|----------|------|-------------| +| Issue | Title | Report title (Korean + date) | +| Site | URL | Audited website URL | +| Category | Select | Technical SEO, On-page SEO, Performance, Schema/Structured Data, Sitemap, Robots.txt, Content, Local SEO | +| Priority | Select | Critical, High, Medium, Low | +| Found Date | Date | Audit date (YYYY-MM-DD) | +| Audit ID | Rich Text | Format: [TYPE]-YYYYMMDD-NNN | + +### Language Guidelines + +- Report content in Korean (한국어) +- Keep technical English terms as-is (e.g., SEO Audit, Core Web Vitals, Schema Markup) +- URLs and code remain unchanged + +### Example MCP Call + +```bash +mcp-cli call notion/API-post-page '{"parent": {"database_id": "2c8581e5-8a1e-8035-880b-e38cefc2f3ef"}, "properties": {...}}' +``` + diff --git a/custom-skills/13-seo-schema-validator/desktop/SKILL.md b/custom-skills/13-seo-schema-validator/desktop/SKILL.md index a7267e9..b7cc093 100644 --- a/custom-skills/13-seo-schema-validator/desktop/SKILL.md +++ b/custom-skills/13-seo-schema-validator/desktop/SKILL.md @@ -108,3 +108,12 @@ mcp__perplexity__search: Research schema requirements - Cannot test rendered schema (JavaScript) - Validation against schema.org, not all Google features - Use Google Rich Results Test for final verification + +## Notion Output (Required) + +All audit reports MUST be saved to OurDigital SEO Audit Log: +- **Database ID**: `2c8581e5-8a1e-8035-880b-e38cefc2f3ef` +- **Properties**: Issue (title), Site (url), Category, Priority, Found Date, Audit ID +- **Language**: Korean with English technical terms +- **Audit ID Format**: [TYPE]-YYYYMMDD-NNN + diff --git a/custom-skills/14-seo-schema-generator/code/CLAUDE.md b/custom-skills/14-seo-schema-generator/code/CLAUDE.md index d957527..de70c31 100644 --- a/custom-skills/14-seo-schema-generator/code/CLAUDE.md +++ b/custom-skills/14-seo-schema-generator/code/CLAUDE.md @@ -119,3 +119,38 @@ jsonschema>=4.21.0 requests>=2.31.0 python-dotenv>=1.0.0 ``` + +## Notion Output (Required) + +**IMPORTANT**: All audit reports MUST be saved to the OurDigital SEO Audit Log database. + +### Database Configuration + +| Field | Value | +|-------|-------| +| Database ID | `2c8581e5-8a1e-8035-880b-e38cefc2f3ef` | +| URL | https://www.notion.so/dintelligence/2c8581e58a1e8035880be38cefc2f3ef | + +### Required Properties + +| Property | Type | Description | +|----------|------|-------------| +| Issue | Title | Report title (Korean + date) | +| Site | URL | Audited website URL | +| Category | Select | Technical SEO, On-page SEO, Performance, Schema/Structured Data, Sitemap, Robots.txt, Content, Local SEO | +| Priority | Select | Critical, High, Medium, Low | +| Found Date | Date | Audit date (YYYY-MM-DD) | +| Audit ID | Rich Text | Format: [TYPE]-YYYYMMDD-NNN | + +### Language Guidelines + +- Report content in Korean (한국어) +- Keep technical English terms as-is (e.g., SEO Audit, Core Web Vitals, Schema Markup) +- URLs and code remain unchanged + +### Example MCP Call + +```bash +mcp-cli call notion/API-post-page '{"parent": {"database_id": "2c8581e5-8a1e-8035-880b-e38cefc2f3ef"}, "properties": {...}}' +``` + diff --git a/custom-skills/14-seo-schema-generator/desktop/SKILL.md b/custom-skills/14-seo-schema-generator/desktop/SKILL.md index cacbadd..d050e66 100644 --- a/custom-skills/14-seo-schema-generator/desktop/SKILL.md +++ b/custom-skills/14-seo-schema-generator/desktop/SKILL.md @@ -144,3 +144,12 @@ After generating: - Templates cover common types only - Complex nested schemas may need manual adjustment - Some Rich Results require additional properties + +## Notion Output (Required) + +All audit reports MUST be saved to OurDigital SEO Audit Log: +- **Database ID**: `2c8581e5-8a1e-8035-880b-e38cefc2f3ef` +- **Properties**: Issue (title), Site (url), Category, Priority, Found Date, Audit ID +- **Language**: Korean with English technical terms +- **Audit ID Format**: [TYPE]-YYYYMMDD-NNN + diff --git a/custom-skills/15-seo-core-web-vitals/code/CLAUDE.md b/custom-skills/15-seo-core-web-vitals/code/CLAUDE.md index da78a91..73860f2 100644 --- a/custom-skills/15-seo-core-web-vitals/code/CLAUDE.md +++ b/custom-skills/15-seo-core-web-vitals/code/CLAUDE.md @@ -115,3 +115,38 @@ requests>=2.31.0 python-dotenv>=1.0.0 rich>=13.7.0 ``` + +## Notion Output (Required) + +**IMPORTANT**: All audit reports MUST be saved to the OurDigital SEO Audit Log database. + +### Database Configuration + +| Field | Value | +|-------|-------| +| Database ID | `2c8581e5-8a1e-8035-880b-e38cefc2f3ef` | +| URL | https://www.notion.so/dintelligence/2c8581e58a1e8035880be38cefc2f3ef | + +### Required Properties + +| Property | Type | Description | +|----------|------|-------------| +| Issue | Title | Report title (Korean + date) | +| Site | URL | Audited website URL | +| Category | Select | Technical SEO, On-page SEO, Performance, Schema/Structured Data, Sitemap, Robots.txt, Content, Local SEO | +| Priority | Select | Critical, High, Medium, Low | +| Found Date | Date | Audit date (YYYY-MM-DD) | +| Audit ID | Rich Text | Format: [TYPE]-YYYYMMDD-NNN | + +### Language Guidelines + +- Report content in Korean (한국어) +- Keep technical English terms as-is (e.g., SEO Audit, Core Web Vitals, Schema Markup) +- URLs and code remain unchanged + +### Example MCP Call + +```bash +mcp-cli call notion/API-post-page '{"parent": {"database_id": "2c8581e5-8a1e-8035-880b-e38cefc2f3ef"}, "properties": {...}}' +``` + diff --git a/custom-skills/15-seo-core-web-vitals/desktop/SKILL.md b/custom-skills/15-seo-core-web-vitals/desktop/SKILL.md index 098906c..84a3b00 100644 --- a/custom-skills/15-seo-core-web-vitals/desktop/SKILL.md +++ b/custom-skills/15-seo-core-web-vitals/desktop/SKILL.md @@ -106,3 +106,12 @@ mcp__perplexity__search: "Core Web Vitals optimization [specific issue]" - Lab data may differ from field data - Some fixes require developer implementation - Third-party scripts may be difficult to optimize + +## Notion Output (Required) + +All audit reports MUST be saved to OurDigital SEO Audit Log: +- **Database ID**: `2c8581e5-8a1e-8035-880b-e38cefc2f3ef` +- **Properties**: Issue (title), Site (url), Category, Priority, Found Date, Audit ID +- **Language**: Korean with English technical terms +- **Audit ID Format**: [TYPE]-YYYYMMDD-NNN + diff --git a/custom-skills/16-seo-search-console/code/CLAUDE.md b/custom-skills/16-seo-search-console/code/CLAUDE.md index c84809d..5806761 100644 --- a/custom-skills/16-seo-search-console/code/CLAUDE.md +++ b/custom-skills/16-seo-search-console/code/CLAUDE.md @@ -120,3 +120,38 @@ python-dotenv>=1.0.0 rich>=13.7.0 pandas>=2.1.0 ``` + +## Notion Output (Required) + +**IMPORTANT**: All audit reports MUST be saved to the OurDigital SEO Audit Log database. + +### Database Configuration + +| Field | Value | +|-------|-------| +| Database ID | `2c8581e5-8a1e-8035-880b-e38cefc2f3ef` | +| URL | https://www.notion.so/dintelligence/2c8581e58a1e8035880be38cefc2f3ef | + +### Required Properties + +| Property | Type | Description | +|----------|------|-------------| +| Issue | Title | Report title (Korean + date) | +| Site | URL | Audited website URL | +| Category | Select | Technical SEO, On-page SEO, Performance, Schema/Structured Data, Sitemap, Robots.txt, Content, Local SEO | +| Priority | Select | Critical, High, Medium, Low | +| Found Date | Date | Audit date (YYYY-MM-DD) | +| Audit ID | Rich Text | Format: [TYPE]-YYYYMMDD-NNN | + +### Language Guidelines + +- Report content in Korean (한국어) +- Keep technical English terms as-is (e.g., SEO Audit, Core Web Vitals, Schema Markup) +- URLs and code remain unchanged + +### Example MCP Call + +```bash +mcp-cli call notion/API-post-page '{"parent": {"database_id": "2c8581e5-8a1e-8035-880b-e38cefc2f3ef"}, "properties": {...}}' +``` + diff --git a/custom-skills/16-seo-search-console/desktop/SKILL.md b/custom-skills/16-seo-search-console/desktop/SKILL.md index 0f817b3..56aad2c 100644 --- a/custom-skills/16-seo-search-console/desktop/SKILL.md +++ b/custom-skills/16-seo-search-console/desktop/SKILL.md @@ -115,3 +115,12 @@ Categorize: - API access needs service account setup - Data has 2-3 day delay - Limited to verified properties + +## Notion Output (Required) + +All audit reports MUST be saved to OurDigital SEO Audit Log: +- **Database ID**: `2c8581e5-8a1e-8035-880b-e38cefc2f3ef` +- **Properties**: Issue (title), Site (url), Category, Priority, Found Date, Audit ID +- **Language**: Korean with English technical terms +- **Audit ID Format**: [TYPE]-YYYYMMDD-NNN + diff --git a/custom-skills/17-seo-gateway-architect/code/CLAUDE.md b/custom-skills/17-seo-gateway-architect/code/CLAUDE.md index 609f136..cb40624 100644 --- a/custom-skills/17-seo-gateway-architect/code/CLAUDE.md +++ b/custom-skills/17-seo-gateway-architect/code/CLAUDE.md @@ -63,3 +63,38 @@ See `templates/` for: GOOGLE_API_KEY=xxx NAVER_API_KEY=xxx ``` + +## Notion Output (Required) + +**IMPORTANT**: All audit reports MUST be saved to the OurDigital SEO Audit Log database. + +### Database Configuration + +| Field | Value | +|-------|-------| +| Database ID | `2c8581e5-8a1e-8035-880b-e38cefc2f3ef` | +| URL | https://www.notion.so/dintelligence/2c8581e58a1e8035880be38cefc2f3ef | + +### Required Properties + +| Property | Type | Description | +|----------|------|-------------| +| Issue | Title | Report title (Korean + date) | +| Site | URL | Audited website URL | +| Category | Select | Technical SEO, On-page SEO, Performance, Schema/Structured Data, Sitemap, Robots.txt, Content, Local SEO | +| Priority | Select | Critical, High, Medium, Low | +| Found Date | Date | Audit date (YYYY-MM-DD) | +| Audit ID | Rich Text | Format: [TYPE]-YYYYMMDD-NNN | + +### Language Guidelines + +- Report content in Korean (한국어) +- Keep technical English terms as-is (e.g., SEO Audit, Core Web Vitals, Schema Markup) +- URLs and code remain unchanged + +### Example MCP Call + +```bash +mcp-cli call notion/API-post-page '{"parent": {"database_id": "2c8581e5-8a1e-8035-880b-e38cefc2f3ef"}, "properties": {...}}' +``` + diff --git a/custom-skills/17-seo-gateway-architect/desktop/SKILL.md b/custom-skills/17-seo-gateway-architect/desktop/SKILL.md index 20fadff..748ec69 100644 --- a/custom-skills/17-seo-gateway-architect/desktop/SKILL.md +++ b/custom-skills/17-seo-gateway-architect/desktop/SKILL.md @@ -157,3 +157,12 @@ This skill integrates with: - Consider seasonal trends in search behavior - Update strategy based on algorithm changes - Monitor competitor movements regularly + +## Notion Output (Required) + +All audit reports MUST be saved to OurDigital SEO Audit Log: +- **Database ID**: `2c8581e5-8a1e-8035-880b-e38cefc2f3ef` +- **Properties**: Issue (title), Site (url), Category, Priority, Found Date, Audit ID +- **Language**: Korean with English technical terms +- **Audit ID Format**: [TYPE]-YYYYMMDD-NNN + diff --git a/custom-skills/18-seo-gateway-builder/code/CLAUDE.md b/custom-skills/18-seo-gateway-builder/code/CLAUDE.md index 44803f8..6e17b94 100644 --- a/custom-skills/18-seo-gateway-builder/code/CLAUDE.md +++ b/custom-skills/18-seo-gateway-builder/code/CLAUDE.md @@ -80,3 +80,38 @@ Generates markdown files with: 2. Configure services and locations 3. Run generator for content drafts 4. Review and customize output + +## Notion Output (Required) + +**IMPORTANT**: All audit reports MUST be saved to the OurDigital SEO Audit Log database. + +### Database Configuration + +| Field | Value | +|-------|-------| +| Database ID | `2c8581e5-8a1e-8035-880b-e38cefc2f3ef` | +| URL | https://www.notion.so/dintelligence/2c8581e58a1e8035880be38cefc2f3ef | + +### Required Properties + +| Property | Type | Description | +|----------|------|-------------| +| Issue | Title | Report title (Korean + date) | +| Site | URL | Audited website URL | +| Category | Select | Technical SEO, On-page SEO, Performance, Schema/Structured Data, Sitemap, Robots.txt, Content, Local SEO | +| Priority | Select | Critical, High, Medium, Low | +| Found Date | Date | Audit date (YYYY-MM-DD) | +| Audit ID | Rich Text | Format: [TYPE]-YYYYMMDD-NNN | + +### Language Guidelines + +- Report content in Korean (한국어) +- Keep technical English terms as-is (e.g., SEO Audit, Core Web Vitals, Schema Markup) +- URLs and code remain unchanged + +### Example MCP Call + +```bash +mcp-cli call notion/API-post-page '{"parent": {"database_id": "2c8581e5-8a1e-8035-880b-e38cefc2f3ef"}, "properties": {...}}' +``` + diff --git a/custom-skills/18-seo-gateway-builder/desktop/SKILL.md b/custom-skills/18-seo-gateway-builder/desktop/SKILL.md index 8bb2b2e..3f4bb56 100644 --- a/custom-skills/18-seo-gateway-builder/desktop/SKILL.md +++ b/custom-skills/18-seo-gateway-builder/desktop/SKILL.md @@ -375,3 +375,12 @@ Include question schema markup format --- *This skill is optimized for Korean medical and beauty service markets but can be adapted for any local service business requiring location-based gateway pages.* + +## Notion Output (Required) + +All audit reports MUST be saved to OurDigital SEO Audit Log: +- **Database ID**: `2c8581e5-8a1e-8035-880b-e38cefc2f3ef` +- **Properties**: Issue (title), Site (url), Category, Priority, Found Date, Audit ID +- **Language**: Korean with English technical terms +- **Audit ID Format**: [TYPE]-YYYYMMDD-NNN + diff --git a/custom-skills/20-gtm-audit/code/CLAUDE.md b/custom-skills/20-gtm-audit/code/CLAUDE.md index 6e0bb46..6b09b71 100644 --- a/custom-skills/20-gtm-audit/code/CLAUDE.md +++ b/custom-skills/20-gtm-audit/code/CLAUDE.md @@ -107,3 +107,32 @@ When modifying this tool: # In CheckoutFlowAnalyzer.detect_checkout_elements() # Add platform-specific selectors ``` + +## Notion Output (Required) + +**IMPORTANT**: All audit reports MUST be saved to the OurDigital SEO Audit Log database. + +### Database Configuration + +| Field | Value | +|-------|-------| +| Database ID | `2c8581e5-8a1e-8035-880b-e38cefc2f3ef` | +| URL | https://www.notion.so/dintelligence/2c8581e58a1e8035880be38cefc2f3ef | + +### Required Properties + +| Property | Type | Description | +|----------|------|-------------| +| Issue | Title | Report title (Korean + date) | +| Site | URL | Audited website URL | +| Category | Select | Technical SEO (use for GTM audits) | +| Priority | Select | Critical, High, Medium, Low | +| Found Date | Date | Audit date (YYYY-MM-DD) | +| Audit ID | Rich Text | Format: GTM-YYYYMMDD-NNN | + +### Language Guidelines + +- Report content in Korean (한국어) +- Keep technical English terms as-is (e.g., GTM, dataLayer, GA4) +- URLs and code remain unchanged + diff --git a/custom-skills/20-gtm-audit/desktop/SKILL.md b/custom-skills/20-gtm-audit/desktop/SKILL.md index 2d1328a32f236d0dca3fea8e9848b6f834e1f6b5..c492f625da3ede7622ff022db7f23d113bb1da3a 100644 GIT binary patch delta 343 zcmXYs&1%9>5QV{Io?^g_1_S;e1b5PFA=E^vb|IzUH5ubT%(ZjpwshtDbk#mg!6)!J zdQCg4GcezobFM$F?@R0J`gso8ZODv}sbS&dGszAGf1Q<_-#X|bD zTEh;(>NhMvjHg&pNun!Q%@#0iuIHwl1QCRx(xP|TA|xsdC$Jsn@i-pfIEwWEqqu(_ zc^UV25su;<_xW%?!u_^EmuybRLTGPfVy#2y2uX$A9;`_G=D70uP79WXKYFlaGECyt zy>WE`{yX;mBPFVFo$I=Ey2P93gW(i)4eulenAK%P_5gzUp{Cr|5#*z7pubXy^0s`` Wa$}#@o8{~!+W1LRrJ^j$g5Vcyd~RI; delta 9 RcmdmZgX!5-rVY