mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-23 20:05:12 +00:00
feat(gem-team): v1.1.0 - rename Chrome Tester to Browser Tester
- Bump plugin version to 1.1.0 in marketplace and plugin.json - Rename agent from "Chrome Tester" to "Browser Tester" in plugin.json - Update agent description to focus on browser automation tools instead of Chrome DevTools - Add symlink for the Browser Tester agent in the plugin's agents directory
This commit is contained in:
2
.github/plugin/marketplace.json
vendored
2
.github/plugin/marketplace.json
vendored
@@ -92,7 +92,7 @@
|
|||||||
"name": "gem-team",
|
"name": "gem-team",
|
||||||
"source": "./plugins/gem-team",
|
"source": "./plugins/gem-team",
|
||||||
"description": "A modular multi-agent team for complex project execution with DAG-based planning, parallel execution, TDD verification, and automated testing.",
|
"description": "A modular multi-agent team for complex project execution with DAG-based planning, parallel execution, TDD verification, and automated testing.",
|
||||||
"version": "1.0.0"
|
"version": "1.1.0"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "go-mcp-development",
|
"name": "go-mcp-development",
|
||||||
|
|||||||
6
plugins/gem-team/.github/plugin/plugin.json
vendored
6
plugins/gem-team/.github/plugin/plugin.json
vendored
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "gem-team",
|
"name": "gem-team",
|
||||||
"description": "A modular multi-agent team for complex project execution with DAG-based planning, parallel execution, TDD verification, and automated testing.",
|
"description": "A modular multi-agent team for complex project execution with DAG-based planning, parallel execution, TDD verification, and automated testing.",
|
||||||
"version": "1.0.0",
|
"version": "1.1.0",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Awesome Copilot Community"
|
"name": "Awesome Copilot Community"
|
||||||
},
|
},
|
||||||
@@ -43,9 +43,9 @@
|
|||||||
"usage": "recommended\n\nThe Implementer executes TDD code changes, ensures verification, and maintains quality. It follows strict TDD discipline with verification commands.\n\nThis agent is ideal for:\n- Implementing features with TDD discipline\n- Writing tests first, then code\n- Ensuring verification commands pass\n- Maintaining code quality\n\nTo get the best results, consider:\n- Always provide verification commands\n- Follow TDD: red, green, refactor\n- Check get_errors after every edit\n- Keep changes minimal and focused"
|
"usage": "recommended\n\nThe Implementer executes TDD code changes, ensures verification, and maintains quality. It follows strict TDD discipline with verification commands.\n\nThis agent is ideal for:\n- Implementing features with TDD discipline\n- Writing tests first, then code\n- Ensuring verification commands pass\n- Maintaining code quality\n\nTo get the best results, consider:\n- Always provide verification commands\n- Follow TDD: red, green, refactor\n- Check get_errors after every edit\n- Keep changes minimal and focused"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "agents/gem-chrome-tester.agent.md",
|
"path": "agents/gem-browser-tester.agent.md",
|
||||||
"kind": "agent",
|
"kind": "agent",
|
||||||
"usage": "optional\n\nThe Chrome Tester automates browser testing and UI/UX validation via Chrome DevTools. It requires Chrome DevTools MCP server.\n\nThis agent is ideal for:\n- Automated browser testing\n- UI/UX validation\n- Capturing screenshots and snapshots\n- Testing web applications\n\nTo get the best results, consider:\n- Have Chrome DevTools MCP server installed\n- Provide clear test scenarios\n- Use snapshots for debugging\n- Test on different viewports"
|
"usage": "optional\n\nThe Browser Tester automates browser testing, UI/UX validation using browser automation tools and visual verification techniques.\n\nThis agent is ideal for:\n- Automated browser testing\n- UI/UX validation\n- Capturing screenshots and snapshots\n- Testing web applications\n\nTo get the best results, consider:\n- Have browser automation tools installed\n- Provide clear test scenarios\n- Use snapshots for debugging\n- Test on different viewports"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "agents/gem-devops.agent.md",
|
"path": "agents/gem-devops.agent.md",
|
||||||
|
|||||||
1
plugins/gem-team/agents/gem-browser-tester.md
Symbolic link
1
plugins/gem-team/agents/gem-browser-tester.md
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../../../agents/gem-browser-tester.agent.md
|
||||||
@@ -1 +0,0 @@
|
|||||||
../../../agents/gem-chrome-tester.agent.md
|
|
||||||
Reference in New Issue
Block a user