opencode-skills-collection 4.0.63 → 4.0.65

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.
Files changed (28) hide show
  1. package/bundled-skills/.antigravity-install-manifest.json +4 -1
  2. package/bundled-skills/antigravity-maintainer-batch-release/SKILL.md +1 -1
  3. package/bundled-skills/cv-generator/references/detailed-guide.md +0 -25
  4. package/bundled-skills/de-ai-writer/SKILL.md +144 -0
  5. package/bundled-skills/de-ai-writer/references/ai-patterns-zh.md +368 -0
  6. package/bundled-skills/seo-aeo-blog-writer/SKILL.md +140 -59
  7. package/bundled-skills/seo-aeo-content-cluster/SKILL.md +180 -61
  8. package/bundled-skills/seo-aeo-content-quality-auditor/SKILL.md +221 -64
  9. package/bundled-skills/seo-aeo-content-quality-auditor/references/seo-audit-checklist.md +63 -0
  10. package/bundled-skills/seo-aeo-internal-linking/SKILL.md +220 -59
  11. package/bundled-skills/seo-aeo-keyword-research/SKILL.md +297 -76
  12. package/bundled-skills/seo-aeo-landing-page-writer/SKILL.md +116 -83
  13. package/bundled-skills/seo-aeo-meta-description-generator/SKILL.md +316 -62
  14. package/bundled-skills/seo-aeo-orchestrator/SKILL.md +281 -0
  15. package/bundled-skills/seo-aeo-schema-generator/SKILL.md +302 -68
  16. package/bundled-skills/seo-aeo-schema-generator/references/aggregate-rating-schema.json +8 -0
  17. package/bundled-skills/seo-aeo-schema-generator/references/article-schema.json +10 -0
  18. package/bundled-skills/seo-aeo-schema-generator/references/breadcrumb-schema.json +5 -0
  19. package/bundled-skills/seo-aeo-schema-generator/references/faq-schema.json +5 -0
  20. package/bundled-skills/seo-aeo-schema-generator/references/howto-schema.json +7 -0
  21. package/bundled-skills/seo-aeo-schema-generator/references/organization-schema.json +7 -0
  22. package/bundled-skills/seo-aeo-schema-generator/references/product-schema.json +8 -0
  23. package/bundled-skills/seo-aeo-schema-generator/references/review-schema.json +8 -0
  24. package/bundled-skills/seo-aeo-schema-generator/references/webpage-schema.json +7 -0
  25. package/bundled-skills/seo-aeo-schema-generator/references/website-schema.json +7 -0
  26. package/bundled-skills/youtube-transcript-skills/SKILL.md +110 -0
  27. package/package.json +1 -1
  28. package/skills_index.json +101 -8
@@ -1,98 +1,255 @@
1
1
  ---
2
2
  name: seo-aeo-content-quality-auditor
3
- description: "Audits content for SEO and AEO performance with scored reports, severity-ranked fix lists, and projected scores after fixes. Activate when the user wants to audit, review, or score content for SEO or AEO compliance."
3
+ description: "Audits a website, codebase, page, or content set for technical SEO, search intent, AEO, conversion paths, and publishing readiness, then produces prioritised fixes that can be implemented and verified."
4
4
  risk: safe
5
5
  source: community
6
6
  date_added: "2026-04-01"
7
7
  ---
8
8
 
9
- # SEO-AEO Content Quality Auditor
10
9
 
11
- ## Overview
10
+ # Content Quality Auditor Skill
12
11
 
13
- Runs a dual SEO + AEO audit on any landing page or blog post. Produces an overall score, SEO score, AEO score, and readability score — each out of 100 — with severity-ranked issue lists (Critical / Warning / Polish), exact fix instructions for every issue, and projected scores after all fixes are applied.
12
+ ## Description
13
+ Activate this skill when the user wants to audit, review, or score
14
+ a website, codebase, URL, page, or content set for SEO and AEO performance. Trigger phrases include:
15
+ "audit this content", "SEO review", "AEO audit", "check this page",
16
+ "score this article", "content auditor", "what's wrong with this content",
17
+ "review this landing page", "analyze content quality".
14
18
 
15
- Part of the [SEO-AEO Engine](https://github.com/mrprewsh/seo-aeo-engine).
19
+ ---
16
20
 
17
- ## When to Use This Skill
21
+ ## Input Format
22
+ ```json
23
+ {
24
+ "content": "string — paste raw content, provide a URL, or provide a project path",
25
+ "input_type": "text | url | website | codebase",
26
+ "primary_keyword": "string — the main keyword this content should rank for",
27
+ "secondary_keywords": ["string"],
28
+ "content_type": "landing-page | blog-post | pillar-page | product-page",
29
+ "word_count_target": "integer — expected word count, default 1500",
30
+ "business_context": "string — optional description of the business and conversion goal",
31
+ "existing_content": ["string — optional URLs or titles already published"]
32
+ }
33
+ ```
18
34
 
19
- - Use when auditing a landing page or blog post before publishing
20
- - Use after the blog-writer or landing-page-writer skill outputs content
21
- - Use when diagnosing why existing content is underperforming in search
22
- - Use when you need a scored, actionable SEO and AEO report
35
+ For a new project, default to a full website/codebase audit before recommending new content. If the user has not supplied target keywords, identify candidate keywords from the site and ask which ones matter before finalizing the content strategy. If the user does not know, continue with a clearly labelled fallback strategy based on observed search intent.
23
36
 
24
- ## How It Works
37
+ Read [references/seo-audit-checklist.md](references/seo-audit-checklist.md) for the audit dimensions, evidence rules, and audit-to-implementation loop.
25
38
 
26
- ### Step 1: Run SEO Checks
27
- Verify keyword density, H1/H2/H3 structure, meta elements, word count, sentence length, and paragraph density. Flag every issue with its severity.
39
+ ---
28
40
 
29
- ### Step 2: Run AEO Checks
30
- Check for TL;DR block, definition sentence, FAQ section (minimum 4 entries), bullet and numbered lists, comparison table, and extractable direct answers. Score each signal as found or missing.
41
+ ## Scoring System
31
42
 
32
- ### Step 3: Run Readability Checks
33
- Check passive voice ratio, transition word presence, wall-of-text paragraphs, subheading frequency, and reading level.
43
+ All scores are out of 100. Use these thresholds consistently:
34
44
 
35
- ### Step 4: Score and Prioritise
36
- Calculate three scores out of 100. Sort all issues into Critical (fix before publishing), Important (fix soon), and Polish (optional improvements). Generate projected scores after all fixes are applied.
45
+ | Score | Status | Label |
46
+ |-----------|----------|------------------------------|
47
+ | 85–100 | ✅ Pass | Strong — minor polish needed |
48
+ | 70–84 | ⚠️ Warn | Acceptable — fixes recommended |
49
+ | 50–69 | 🔶 Weak | Needs work before publishing |
50
+ | 0–49 | ❌ Fail | Do not publish as-is |
37
51
 
38
- ## Scoring System
52
+ ---
53
+
54
+ ## Output Structure
55
+
56
+ The skill must always produce output in this exact format:
57
+ ```markdown
58
+ # Content Quality Audit Report
59
+
60
+ ## Summary
61
+
62
+ | Metric | Score | Status |
63
+ |---------------------|-----------|---------|
64
+ | Overall Score | [X/100] | [label] |
65
+ | SEO Score | [X/100] | [label] |
66
+ | AEO Score | [X/100] | [label] |
67
+ | Readability Score | [X/100] | [label] |
68
+
69
+ **Verdict:** [One sentence summary of the content's current state
70
+ and the single most important fix needed.]
71
+
72
+ ---
73
+
74
+ ## SEO Report
75
+
76
+ ### Score: [X/100] — [Status Label]
39
77
 
40
- | Score | Status | Label |
41
- |-------|--------|-------|
42
- | 85–100 | Pass | Strong |
43
- | 70–84 | ⚠️ Warn | Acceptable |
44
- | 50–69 | 🔶 Weak | Needs work |
45
- | 0–49 | ❌ Fail | Do not publish |
78
+ #### Passing Checks
79
+ - [Check name]: [what was found]
80
+ - [Check name]: [what was found]
46
81
 
47
- ## Examples
82
+ #### ❌ Critical Issues — Fix Before Publishing
48
83
 
49
- ### Example: Audit Summary
50
- Overall Score: 84/100 ⚠️ Acceptable
51
- SEO Score: 88/100 ✅ Pass
52
- AEO Score: 74/100 ⚠️ Acceptable
53
- Readability: 91/100 ✅ Pass
54
- Verdict: Strong SEO foundation. AEO needs a TL;DR block
55
- and one more FAQ entry before publishing.
56
- 🔴 Critical (fix before publishing):
84
+ **Issue:** [Specific problem, e.g. "Primary keyword missing from H1"]
85
+ **Severity:** Critical
86
+ **Fix:** [Exact instruction, e.g. "Rewrite H1 to include '[keyword]'
87
+ naturally within the first 6 words"]
88
+
89
+ **Issue:** [Specific problem]
90
+ **Severity:** Critical
91
+ **Fix:** [Exact instruction]
92
+
93
+ #### ⚠️ Warnings — Fix Soon
94
+
95
+ **Issue:** [Specific problem]
96
+ **Severity:** Medium
97
+ **Fix:** [Exact instruction]
98
+
99
+ #### Keyword Analysis
100
+
101
+ | Keyword | Found | Occurrences | Density | Target | Status |
102
+ |----------------------|-------|-------------|---------|----------|---------|
103
+ | [primary keyword] | Yes/No| [n] | [x.x%] | Natural use | ✅ / ❌ |
104
+ | [secondary keyword] | Yes/No| [n] | [x.x%] | Natural use | ✅ / ❌ |
105
+
106
+ #### Heading Structure
107
+
108
+ | Heading | Text | Contains Keyword | Status |
109
+ |---------|-----------------------------|------------------|---------|
110
+ | H1 | [heading text] | Yes/No | ✅ / ❌ |
111
+ | H2 #1 | [heading text] | Yes/No | ✅ / ❌ |
112
+ | H2 #2 | [heading text] | Yes/No | ✅ / ❌ |
113
+
114
+ H1 count: [n] — must be exactly 1
115
+ H2 count: [n] — recommended 4–6 for blog posts
116
+ H3 count: [n] — should only appear inside H2 sections
117
+
118
+ #### Meta Elements
119
+
120
+ | Element | Found | Content | Status |
121
+ |------------------|----------|----------------------------------|---------|
122
+ | Title Tag | Yes/No | [content or "missing"] | ✅ / ❌ |
123
+ | Meta Description | Yes/No | [content or "missing"] | ✅ / ❌ |
124
+ | Title Length | [n] chars| Target: 50–60 characters | ✅ / ❌ |
125
+ | Meta Length | [n] chars| Target: 140–160 characters | ✅ / ❌ |
126
+ | Keyword in Title | Yes/No | — | ✅ / ❌ |
127
+
128
+ #### Word Count
129
+
130
+ | Metric | Actual | Target | Status |
131
+ |--------------------|------------|----------------------|---------|
132
+ | Word Count | [n] words | [word_count_target] | ✅ / ❌ |
133
+ | Avg Sentence Length| [n] words | Target: under 20 | ✅ / ❌ |
134
+ | Avg Paragraph Length| [n] lines | Target: 3–5 lines | ✅ / ❌ |
135
+
136
+ ---
57
137
 
58
- AEO: No TL;DR block found
59
- Fix: Add a 2–3 sentence direct-answer block in a
60
- blockquote immediately after the H1.
138
+ ## AEO Report
61
139
 
62
- 🟡 Important (fix soon):
63
- 2. AEO: FAQ has 3 entries — minimum is 4
64
- Fix: Add one more FAQ entry using a secondary keyword
65
- as the question.
66
- Projected score after fixes: 93/100 ✅
140
+ ### Score: [X/100] — [Status Label]
67
141
 
68
- ## Best Practices
142
+ #### Passing Checks
143
+ - [Check name]: [what was found]
69
144
 
70
- - **Do:** Fix all Critical issues before publishing they block AEO extraction
71
- - ✅ **Do:** Use the projected score to prioritise which fixes to make first
72
- - ✅ **Do:** Run the audit on both the landing page and blog post in the same session
73
- - ❌ **Don't:** Publish content scoring below 50/100 overall
74
- - ❌ **Don't:** Ignore AEO warnings — they directly affect AI engine citation probability
145
+ #### Critical IssuesFix Before Publishing
75
146
 
76
- ## Common Pitfalls
147
+ **Issue:** [Specific AEO problem,
148
+ e.g. "No TL;DR or direct-answer block found"]
149
+ **Severity:** Critical
150
+ **Fix:** [Exact instruction, e.g. "Add a TL;DR block immediately
151
+ after the H1 — 2–3 sentences that directly answer the article's
152
+ core question. This is the block AI engines extract first."]
77
153
 
78
- - **Problem:** SEO score is high but AEO score is low
79
- **Solution:** Traditional SEO tools miss AEO signals entirely. Run the AEO checklist separately and treat it as equally important.
154
+ #### ⚠️ Warnings Fix Soon
80
155
 
81
- - **Problem:** Fix list is long and overwhelming
82
- **Solution:** Work through Critical issues only first, re-run the audit, then tackle Important issues.
156
+ **Issue:** [Specific problem]
157
+ **Severity:** Medium
158
+ **Fix:** [Exact instruction]
83
159
 
84
- ## Related Skills
160
+ #### AEO Signal Checklist
85
161
 
86
- - `@seo-aeo-blog-writer` produces the content this skill audits
87
- - `@seo-aeo-landing-page-writer` — produces landing pages this skill audits
88
- - `@seo-aeo-schema-generator` uses audit output to determine schema priorities
162
+ | Signal | Found | Count | Target | Status |
163
+ |-------------------------------------|----------|----------|--------------|---------|
164
+ | TL;DR / Direct Answer Block | Yes/No | — | Required | ✅ / ❌ |
165
+ | Definition Sentence ("X is...") | Yes/No | [n] | Min 1 | ✅ / ❌ |
166
+ | FAQ Section | Yes/No | [n] Qs | Min 4 | ✅ / ❌ |
167
+ | Numbered or Bullet Lists | Yes/No | [n] | Min 2 | ✅ / ❌ |
168
+ | Comparison Table | Yes/No | [n] | Recommended | ✅ / ❌ |
169
+ | Primary Keyword in First 100 Words | Yes/No | — | Required | ✅ / ❌ |
170
+ | Concise Answers Under 50 Words | Yes/No | [n] | Min 2 | ✅ / ❌ |
171
+ | Schema Markup Detected | Yes/No | — | Recommended | ✅ / ❌ |
89
172
 
90
- ## Additional Resources
173
+ #### Extractability Assessment
91
174
 
92
- - [SEO-AEO Engine Repository](https://github.com/mrprewsh/seo-aeo-engine)
93
- - [Full Content Quality Auditor SKILL.md](https://github.com/mrprewsh/seo-aeo-engine/blob/main/.agent/skills/content-quality-auditor/SKILL.md)
175
+ Rate how likely AI engines are to extract answers from this content:
176
+
177
+ | Question Type | Extractable | Confidence | Notes |
178
+ |-----------------------------|-------------|------------|--------------------|
179
+ | "What is [topic]?" | Yes/No | High/Med/Low| [brief reason] |
180
+ | "How does [topic] work?" | Yes/No | High/Med/Low| [brief reason] |
181
+ | "How much does [topic] cost?"| Yes/No | High/Med/Low| [brief reason] |
182
+ | "What are the benefits?" | Yes/No | High/Med/Low| [brief reason] |
183
+
184
+ ---
185
+
186
+ ## Readability Report
187
+
188
+ ### Score: [X/100] — [Status Label]
189
+
190
+ | Check | Result | Target | Status |
191
+ |------------------------------|----------------|--------------------|---------|
192
+ | Passive Voice Usage | [x%] | Under 10% | ✅ / ❌ |
193
+ | Transition Words Present | Yes/No | Required | ✅ / ❌ |
194
+ | Wall-of-Text Paragraphs | [n found] | 0 | ✅ / ❌ |
195
+ | Subheading Frequency | Every [n] words| Every 300 words | ✅ / ❌ |
196
+ | Reading Level | [Grade level] | Grade 7–9 | ✅ / ❌ |
197
+
198
+ ---
199
+
200
+ ## Prioritised Fix List
201
+
202
+ Work through these in order:
203
+
204
+ ### 🔴 Do First (Critical — blocks publishing)
205
+ 1. [Fix instruction]
206
+ 2. [Fix instruction]
207
+
208
+ ### 🟡 Do Second (Important — affects ranking)
209
+ 3. [Fix instruction]
210
+ 4. [Fix instruction]
211
+
212
+ ### 🟢 Do Last (Polish — improves performance)
213
+ 5. [Fix instruction]
214
+ 6. [Fix instruction]
215
+
216
+ ---
217
+
218
+ ## Estimated Score After Fixes
219
+
220
+ | Metric | Current Score | Projected Score |
221
+ |-------------------|---------------|-----------------|
222
+ | SEO Score | [X/100] | [X/100] |
223
+ | AEO Score | [X/100] | [X/100] |
224
+ | Readability Score | [X/100] | [X/100] |
225
+ | Overall Score | [X/100] | [X/100] |
226
+ ```
227
+
228
+ ---
229
+
230
+ ## Execution Steps
231
+
232
+ 1. Detect `input_type` — inspect the project structure for a codebase, fetch a URL when allowed, or analyze supplied text.
233
+ 2. Establish the business, audience, conversion goal, existing content, and known target keywords. If keywords are missing, produce candidate keywords but ask for confirmation before treating them as final.
234
+ 3. Check technical SEO: crawlability, indexability, robots.txt, sitemap, canonical URLs, redirects, status codes, metadata, structured data, mobile/performance signals, image text alternatives, and broken links.
235
+ 4. Check information architecture and content: page purpose, search intent, H1/H2 hierarchy, topical coverage, duplication, cannibalization, thin pages, internal links, orphan pages, and conversion paths.
236
+ 5. Run keyword analysis using natural placement and intent alignment. Report counts as evidence, never as a mandatory density target.
237
+ 6. Run the AEO signal checklist and extractability assessment for direct answers, definitions, steps, FAQs, comparisons, and visible supporting evidence.
238
+ 7. Score SEO, AEO, readability, and conversion readiness against the rubric, including confidence and evidence for each major finding.
239
+ 8. Build a prioritized fix plan with exact files/pages affected, implementation notes, dependencies, and verification criteria.
240
+ 9. If implementation is authorized, apply the fixes in priority order, re-run the audit, and report before/after results. Never publish or mutate external accounts without explicit authorization.
241
+ 10. Verify the findings against the supplied content or project files. If a repository already provides an audit helper, use it as a supplementary check; never replace evidence-based review with a hard-coded demo or an unsupported density score.
242
+
243
+ ---
244
+
245
+ ## Connected Skills
246
+ - Receives output from: `seo-aeo-blog-writer`, `seo-aeo-landing-page-writer`
247
+ - Feeds output to: `seo-aeo-internal-linking`, `seo-aeo-schema-generator`
248
+
249
+ ## When to Use
250
+
251
+ Use before implementing SEO/AEO changes on a website, codebase, URL, page, or content set, and again when verifying the fixes.
94
252
 
95
253
  ## Limitations
96
- - Use this skill only when the task clearly matches the scope described above.
97
- - Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
98
- - Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.
254
+
255
+ - An audit cannot prove indexing, ranking, conversion, or third-party platform state without current observable evidence.
@@ -0,0 +1,63 @@
1
+ # SEO/AEO Website Audit Checklist
2
+
3
+ Use this reference for a new project or a request to audit a live site. The audit is evidence-first: distinguish what was observed, what is inferred, and what still needs access or verification.
4
+
5
+ ## Audit modes
6
+
7
+ ### Codebase audit
8
+
9
+ Inspect the framework, routes, page components, content files, metadata helpers, sitemap and robots generation, canonical handling, redirects, image handling, structured-data code, internal links, and deployment configuration. Identify the exact file and route affected by every implementation recommendation.
10
+
11
+ ### Live-site audit
12
+
13
+ Inspect the supplied URL and representative pages. Check rendered HTML where possible, status codes, titles, descriptions, headings, canonical tags, robots directives, sitemap availability, structured data, links, visible answer content, conversion paths, and mobile/performance symptoms. Use browser inspection or a permitted search/API source when available.
14
+
15
+ ### Content-only audit
16
+
17
+ Assess the supplied text for intent match, topical completeness, direct answers, readability, metadata, headings, internal-link opportunities, conversion clarity, and unsupported claims. Do not imply that technical checks passed when no site or codebase was available.
18
+
19
+ ## Dimensions to inspect
20
+
21
+ | Dimension | Look for | Critical failure examples |
22
+ |---|---|---|
23
+ | Crawlability | robots.txt, sitemap, status codes, redirects, canonical URLs | Important pages blocked or unreachable |
24
+ | Indexability | noindex rules, canonical consistency, duplicate routes | Target page cannot be indexed |
25
+ | Metadata | unique title, description, canonical, Open Graph, Twitter data | Missing or duplicated metadata across important pages |
26
+ | Information architecture | clear page purpose, URL structure, navigation, breadcrumbs | Important content is orphaned or buried |
27
+ | Content and intent | query-to-page match, problem solved, topical coverage, proof | Page targets a query but does not answer it |
28
+ | AEO | direct-answer block, definitions, lists, steps, FAQs, visible evidence | No concise answer to the page’s main question |
29
+ | Internal links | relevant contextual links, descriptive anchors, product path | Foundational content does not lead to the product |
30
+ | Structured data | schema matches visible content and page type | Invalid, misleading, or unsupported schema |
31
+ | Conversion | CTA clarity, signup path, objections, trust evidence | Content attracts visits but gives no next step |
32
+ | Quality and trust | accuracy, originality, authorship, dates, claim support | Invented proof or unverifiable claims |
33
+
34
+ ## Finding format
35
+
36
+ Every finding should include:
37
+
38
+ 1. Severity: Blocker, High, Medium, or Low.
39
+ 2. Evidence: URL, route, file, selector, snippet, or command output.
40
+ 3. Impact: ranking, indexation, answer extraction, conversion, or maintenance.
41
+ 4. Fix: the smallest practical change that resolves the issue.
42
+ 5. Verification: the observable check that proves the fix worked.
43
+ 6. Dependency: credentials, deployment, content input, or user decision required.
44
+
45
+ Do not assign a score without evidence. Mark checks as `Not assessed` when the required site, code, credential, or live data is unavailable.
46
+
47
+ ## Audit-to-implementation loop
48
+
49
+ 1. Run the audit and group findings by page, route, and system.
50
+ 2. Ask for target keywords and business priorities. If the user does not know them, offer candidate keywords derived from the site and label them as provisional.
51
+ 3. Convert findings into an ordered implementation checklist.
52
+ 4. Apply code/content changes only after the user has authorized implementation.
53
+ 5. Re-run the relevant audit checks and compare before/after evidence.
54
+ 6. Verify build, routes, metadata, sitemap, robots, links, schema, and deployment status.
55
+ 7. Report unresolved findings and the next decision, rather than declaring success from a code diff alone.
56
+
57
+ ## Safety and evidence rules
58
+
59
+ - Never fabricate search volume, rankings, impressions, clicks, customers, backlinks, reviews, or performance claims.
60
+ - Never claim Google Search Console or Bing Webmaster setup is complete without verified access and a successful property/sitemap check.
61
+ - Treat search-result observations as time- and location-dependent. Record the source, date, market, and device when available.
62
+ - Do not add FAQ or review schema for content that is not visible and truthful on the page.
63
+ - Avoid arbitrary keyword-density targets. Intent coverage, natural language, and helpfulness matter more than a percentage.