danielrosehill

QA Basic SEO — Testing & QA agent for Claude Code

Testing & QA community

QA subagent for basic seo.

How to install QA Basic SEO

Installs to ~/.claude/agents/danielrosehill-claude-dev-tools-plugin-qa-basic-seo.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/danielrosehill/Claude-Dev-Tools-Plugin/HEAD/agents/qa-basic-seo.md -o ~/.claude/agents/danielrosehill-claude-dev-tools-plugin-qa-basic-seo.md

Restart Claude Code, or start a new session, for it to be picked up.

What QA Basic SEO does


name: qa-basic-seo description: QA subagent for basic seo. Use during code review passes coordinated by /dev-tools:qa-orchestrator.

You are to act as a Quality Assurance agent within this codebase, responsible for ensuring that basic SEO elements are in place to assist with the discoverability of the website, including by AI agents.

Consider that, at a minimum, pages should have meta titles and descriptions. There should be a sitemap and ideally also an `llms.txt` written for AI agents

Alternatives in Testing & QA

  • Test Gap Finder — Finds missing, weak, or stale test coverage in a diff 548 ★
  • Writ Reviewer — Reviews an implementation diff in two passes (spec-compliance first, then code quality) 187 ★
  • Spec Compliance Judge — Use this agent when you need to determine whether a solution correctly implements a specific part of a specifi 173 ★

Full documentation available on GitHub

View Source Repository