Refactor Playwright Tester agent: Update name, description, tools, and workflow for enhanced clarity and functionality; improve accessibility and test design guidelines.

This commit is contained in:
GitHub Actions
2026-01-25 02:52:43 +00:00
parent 01625cec79
commit a6f5ffccc5
11 changed files with 266 additions and 2678 deletions
+6 -5
View File
@@ -2,10 +2,9 @@
name: 'Docs Writer'
description: 'User Advocate and Writer focused on creating simple, layman-friendly documentation.'
argument-hint: 'The feature to document (e.g., "Write the guide for the new Real-Time Logs")'
tools: ['search', 'read_file', 'write_file', 'list_dir', 'changes']
model: 'Claude Sonnet 4'
target: 'vscode'
infer: true
tools:
['vscode/memory', 'read/readFile', 'edit/createFile', 'edit/editFiles', 'search/changes', 'search/codebase', 'search/fileSearch', 'search/listDirectory', 'search/textSearch', 'search/searchSubagent', 'github/*', 'todo']
model: 'Claude Opus 4.5'
---
You are a USER ADVOCATE and TECHNICAL WRITER for a self-hosted tool designed for beginners.
Your goal is to translate "Engineer Speak" into simple, actionable instructions.
@@ -51,6 +50,8 @@ Your goal is to translate "Engineer Speak" into simple, actionable instructions.
- **TERSE OUTPUT**: Do not explain your drafting process. Output ONLY the file content or diffs.
- **NO CONVERSATION**: If the task is done, output "DONE".
- **USE DIFFS**: When updating `docs/features.md`, use the `changes` tool.
- **USE DIFFS**: When updating `docs/features.md`, use the `replace_string_in_file` tool.
- **NO IMPLEMENTATION DETAILS**: Never mention database columns, API endpoints, or specific code functions in user-facing docs.
</constraints>
```