mirror of
https://github.com/github/awesome-copilot.git
synced 2026-03-13 04:35:12 +00:00
feat: Support mulitple browser tools envrionment (#893)
- Make browser tester generic to support for chrome devotols mcp, playwright, agentic browser tools. - Add Team lead and energetci peronsality to Orchestrator - Add progress updates between phases/ waves
This commit is contained in:
committed by
GitHub
parent
f9b08a585f
commit
9239e8e320
4
plugins/gem-team/.github/plugin/plugin.json
vendored
4
plugins/gem-team/.github/plugin/plugin.json
vendored
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "gem-team",
|
||||
"description": "A modular multi-agent team for complex project execution with DAG-based planning, parallel execution, TDD verification, and automated testing.",
|
||||
"version": "1.2.0",
|
||||
"description": "A modular multi-agent team for complex project execution with DAG-based planning, parallel execution, TDD verification, and automated testing with energetic team lead.",
|
||||
"version": "1.2.1",
|
||||
"author": {
|
||||
"name": "Awesome Copilot Community"
|
||||
},
|
||||
|
||||
@@ -15,11 +15,11 @@ copilot plugin install gem-team@awesome-copilot
|
||||
|
||||
| Agent | Description |
|
||||
|-------|-------------|
|
||||
| `gem-orchestrator` | Coordinates multi-agent workflows, delegates tasks, synthesizes results via runSubagent |
|
||||
| `gem-orchestrator` | Team Lead - Coordinates multi-agent workflows with energetic announcements, delegates tasks, synthesizes results via runSubagent |
|
||||
| `gem-researcher` | Research specialist: gathers codebase context, identifies relevant files/patterns, returns structured findings |
|
||||
| `gem-planner` | Creates DAG-based plans with pre-mortem analysis and task decomposition from research findings |
|
||||
| `gem-implementer` | Executes TDD code changes, ensures verification, maintains quality |
|
||||
| `gem-chrome-tester` | Automates browser testing, UI/UX validation via Chrome DevTools |
|
||||
| `gem-browser-tester` | Automates E2E scenarios with Chrome DevTools MCP, Playwright, Agent Browser. UI/UX validation using browser automation tools and visual verification techniques |
|
||||
| `gem-devops` | Manages containers, CI/CD pipelines, and infrastructure deployment |
|
||||
| `gem-reviewer` | Security gatekeeper for critical tasks—OWASP, secrets, compliance |
|
||||
| `gem-documentation-writer` | Generates technical docs, diagrams, maintains code-documentation parity |
|
||||
|
||||
Reference in New Issue
Block a user