con un clic
full-audit
Run all 4 SEO skills (site audit, meta optimizer, link analyzer, schema checker) and combine results into a comprehensive report. Use for complete SEO assessment of a project.
Menú
Run all 4 SEO skills (site audit, meta optimizer, link analyzer, schema checker) and combine results into a comprehensive report. Use for complete SEO assessment of a project.
Write SEO-optimized blog posts. Use when content calendar has posts due.
Fix bugs in Python, TypeScript, or config files. Use when a bug report or error is identified.
Review code changes for quality, security, correctness. Use after code changes are made.
Build, test, and deploy a project via its pipeline. Use when code changes need to go to production.
Diagnose and resolve service incidents following the SOP. Use when a service is down or broken.
Scan Google Maps or directories for business leads. Use when a project needs new leads.
| name | full-audit |
| description | Run all 4 SEO skills (site audit, meta optimizer, link analyzer, schema checker) and combine results into a comprehensive report. Use for complete SEO assessment of a project. |
| labels | ["full-audit"] |
| keywords | ["full audit","complete audit","seo audit"] |
| entrypoint | sovereign.skills.seo:run_full_audit |
| fuel_grade | diesel |
| trust_tier | 4 |
| version | 1.0.0 |
| input_schema | {"type":"object","properties":{"url":{"type":"string","description":"Target website URL"}},"required":["url"]} |
| output_schema | {"type":"object","properties":{"site_audit":{"type":"object"},"meta_optimizer":{"type":"object"},"internal_links":{"type":"object"},"schema_checker":{"type":"object"},"total_issues":{"type":"integer"}}} |
Runs all 4 SEO skills sequentially and combines into one report.