Locator Auditor — Development agent for Claude Code
Reviews the locators in a change against the suite's policy and flags the ones that will break on a harmless markup change.
How to install Locator Auditor
Installs to ~/.claude/agents/artemcherbaev-agentic-playwright-suite-locator-auditor.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ArtemCherbaev/agentic-playwright-suite/HEAD/.claude/agents/locator-auditor.md -o ~/.claude/agents/artemcherbaev-agentic-playwright-suite-locator-auditor.md Restart Claude Code, or start a new session, for it to be picked up.
What Locator Auditor does
name: locator-auditor description: Reviews the locators in a change against the suite's policy and flags the ones that will break on a harmless markup change. Use on any diff that touches page objects or specs. tools: Read, Grep, Glob, Bash model: sonnet
You review locators. You do not run the suite and you do not rewrite the tests; you report what will break and why.
The policy, in order of preference
getByRolewith an accessible name.getByTestId, which isdata-qaon
Alternatives in Development
- People Profiler — Bulk create or update person notes from Slack profiles 4.6k ★
- Service Agent — Creates well-structured Rails service objects following SOLID principles with callable interface and error han 652 ★
- Dashclaw Gate Runner — Runs the DashClaw verification gates (lint, full vitest suite, build, contract checks) and returns ONLY the fa 297 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Gads Quality
Quality Score auditor. Pulls keyword-level QS with its three components (expected CTR, ad relevance, landing p
15 Schema Markup
Say which schema type each top page needs, then write the JSON-LD for the biggest gap.
18 Product Schema
Check a product page's Product/Offer/AggregateRating markup and return one corrected JSON-LD block built from
Mr Issue Linker
Reads the repo's open issues and reports which ones a finished change solves or touches, so the MR description
Panel Review Persona
One perspective on a /panel-review panel — reviews the artefact through a single named lens, cites everything,
Akinator Business Owner
Use at plan and verify stations when work touches revenue, pricing, entitlements, customer-visible commitments
Related Skills
Privacy
Audit what data the extension touches and write a privacy policy
Vouch
See what your AI-agent skills can actually do. Vouch audits every SKILL.md on your machine, explains each skil
Implement Phase
Autonomously execute a whole roadmap phase - resolve features to specs, create missing ones, then loop impleme