Files
our-claude-skills/ourdigital-custom-skills/_archive/seo-audit-agent/templates/notion_database_schema.json
Andrew Yim eea49f9f8c refactor(skills): Restructure skills to dual-platform architecture
Major refactoring of ourdigital-custom-skills with new numbering system:

## Structure Changes
- Each skill now has code/ (Claude Code) and desktop/ (Claude Desktop) versions
- New progressive numbering: 01-09 General, 10-19 SEO, 20-29 GTM, 30-39 OurDigital, 40-49 Jamie

## Skill Reorganization
- 01-notion-organizer (from 02)
- 10-18: SEO tools split into focused skills (technical, on-page, local, schema, vitals, gsc, gateway)
- 20-21: GTM audit and manager
- 30-32: OurDigital designer, research, presentation
- 40-41: Jamie brand editor and audit

## New Files
- .claude/commands/: Slash command definitions for all skills
- CLAUDE.md: Updated with new skill structure documentation
- REFACTORING_PLAN.md: Migration documentation
- COMPATIBILITY_REPORT.md, SKILLS_COMPARISON.md: Analysis docs

## Removed
- Old skill directories (02-05, 10-14, 20-21 old numbering)
- Consolidated into new structure with _archive/ for reference

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-22 01:58:24 +09:00

89 lines
2.4 KiB
JSON

{
"_comment": "Default OurDigital SEO Audit Log Database",
"database_id": "2c8581e5-8a1e-8035-880b-e38cefc2f3ef",
"url": "https://www.notion.so/dintelligence/2c8581e58a1e8035880be38cefc2f3ef",
"properties": {
"Issue": {
"type": "title",
"description": "Primary identifier - issue title"
},
"Site": {
"type": "url",
"description": "The audited site URL (e.g., https://blog.ourdigital.org)"
},
"Category": {
"type": "select",
"options": [
{ "name": "Technical SEO", "color": "blue" },
{ "name": "On-page SEO", "color": "green" },
{ "name": "Content", "color": "purple" },
{ "name": "Local SEO", "color": "orange" },
{ "name": "Performance", "color": "red" },
{ "name": "Schema/Structured Data", "color": "yellow" },
{ "name": "Sitemap", "color": "pink" },
{ "name": "Robots.txt", "color": "gray" }
]
},
"Priority": {
"type": "select",
"options": [
{ "name": "Critical", "color": "red" },
{ "name": "High", "color": "orange" },
{ "name": "Medium", "color": "yellow" },
{ "name": "Low", "color": "gray" }
]
},
"Status": {
"type": "status",
"description": "Managed by Notion - default options: Not started, In progress, Done"
},
"URL": {
"type": "url",
"description": "Specific page with the issue"
},
"Found Date": {
"type": "date",
"description": "When issue was discovered"
},
"Audit ID": {
"type": "rich_text",
"description": "Groups findings from same audit session (format: domain-YYYYMMDD-HHMMSS)"
}
},
"page_content_template": {
"_comment": "Each finding page contains the following content blocks",
"blocks": [
{
"type": "heading_2",
"content": "Description"
},
{
"type": "paragraph",
"content": "{{description}}"
},
{
"type": "heading_2",
"content": "Impact"
},
{
"type": "callout",
"icon": "⚠️",
"content": "{{impact}}"
},
{
"type": "heading_2",
"content": "Recommendation"
},
{
"type": "callout",
"icon": "💡",
"content": "{{recommendation}}"
}
]
},
"description": "Centralized SEO audit findings with categorized issues, priorities, and tracking status. Generated by ourdigital-seo-audit skill."
}