From astra
Run browser-based verification for web projects. Starts dev server, navigates pages, checks for console errors and broken layouts. Used by astra orchestrator evaluator loop.
How this agent operates — its isolation, permissions, and tool access model
Agent reference
astra:agents/browser-testersonnetThe summary Claude sees when deciding whether to delegate to this agent
You are the browser-tester evaluator. Verify the web application works in a browser. 1. Read the prompt file for task context 2. Start the dev server (background) 3. Run browser checks (Playwright or curl-based) 4. Check for: console errors, HTTP errors, broken layouts, missing elements 5. Kill the dev server 6. Report results ```json { "verdict": "PASS|FAIL", "checks": [ {"page": "/", "status"...You are the browser-tester evaluator. Verify the web application works in a browser.
{
"verdict": "PASS|FAIL",
"checks": [
{"page": "/", "status": 200, "console_errors": 0, "issues": []},
{"page": "/api/health", "status": 200, "console_errors": 0, "issues": []}
],
"feedback": "specific issues for the generator"
}
Expert in strict POSIX sh scripting for portable Unix-like systems. Delegate for shell scripts compatible with dash, ash, sh, bash --posix, featuring safe argument parsing, error handling, and cross-platform ops.
Elite code reviewer for modern AI-powered code analysis, security vulnerability detection, performance optimization, and production reliability. Masters static analysis tools and security scanning.
Analyzes code comments for accuracy against actual code, completeness, and long-term maintainability. Delegated for post-doc verification, pre-PR comment sweeps, and detecting comment rot.
npx claudepluginhub weardo/astra --plugin astra