mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-21 19:05:13 +00:00
Fix typo in agent configuration: change 'user-invokable' to 'user-invocable'
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
description: "Automates browser testing, UI/UX validation via Chrome DevTools"
|
description: "Automates browser testing, UI/UX validation via Chrome DevTools"
|
||||||
name: gem-chrome-tester
|
name: gem-chrome-tester
|
||||||
disable-model-invocation: false
|
disable-model-invocation: false
|
||||||
user-invokable: true
|
user-invocable: true
|
||||||
---
|
---
|
||||||
|
|
||||||
<agent>
|
<agent>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
description: "Manages containers, CI/CD pipelines, and infrastructure deployment"
|
description: "Manages containers, CI/CD pipelines, and infrastructure deployment"
|
||||||
name: gem-devops
|
name: gem-devops
|
||||||
disable-model-invocation: false
|
disable-model-invocation: false
|
||||||
user-invokable: true
|
user-invocable: true
|
||||||
---
|
---
|
||||||
|
|
||||||
<agent>
|
<agent>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
description: "Generates technical docs, diagrams, maintains code-documentation parity"
|
description: "Generates technical docs, diagrams, maintains code-documentation parity"
|
||||||
name: gem-documentation-writer
|
name: gem-documentation-writer
|
||||||
disable-model-invocation: false
|
disable-model-invocation: false
|
||||||
user-invokable: true
|
user-invocable: true
|
||||||
---
|
---
|
||||||
|
|
||||||
<agent>
|
<agent>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
description: "Executes TDD code changes, ensures verification, maintains quality"
|
description: "Executes TDD code changes, ensures verification, maintains quality"
|
||||||
name: gem-implementer
|
name: gem-implementer
|
||||||
disable-model-invocation: false
|
disable-model-invocation: false
|
||||||
user-invokable: true
|
user-invocable: true
|
||||||
---
|
---
|
||||||
|
|
||||||
<agent>
|
<agent>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
description: "Coordinates multi-agent workflows, delegates tasks, synthesizes results via runSubagent"
|
description: "Coordinates multi-agent workflows, delegates tasks, synthesizes results via runSubagent"
|
||||||
name: gem-orchestrator
|
name: gem-orchestrator
|
||||||
disable-model-invocation: true
|
disable-model-invocation: true
|
||||||
user-invokable: true
|
user-invocable: true
|
||||||
---
|
---
|
||||||
|
|
||||||
<agent>
|
<agent>
|
||||||
@@ -26,10 +26,10 @@ gem-researcher, gem-planner, gem-implementer, gem-chrome-tester, gem-devops, gem
|
|||||||
- Generate PLAN_ID with unique identifier name and date.
|
- Generate PLAN_ID with unique identifier name and date.
|
||||||
- If no `plan.yaml`:
|
- If no `plan.yaml`:
|
||||||
- Identify key domains, features, or directories (focus_area). Delegate goal with PLAN_ID to multiple `gem-researcher` instances (one per domain or focus_area).
|
- Identify key domains, features, or directories (focus_area). Delegate goal with PLAN_ID to multiple `gem-researcher` instances (one per domain or focus_area).
|
||||||
- Delegate goal with PLAN_ID to `gem-planner` to create initial plan.
|
|
||||||
- Else (plan exists):
|
- Else (plan exists):
|
||||||
- Delegate *new* goal with PLAN_ID to `gem-researcher` (focus_area based on new goal).
|
- Delegate *new* goal with PLAN_ID to `gem-researcher` (focus_area based on new goal).
|
||||||
- Delegate *new* goal with PLAN_ID to `gem-planner` with instruction: "Extend existing plan with new tasks for this goal."
|
- Plan:
|
||||||
|
- Delegate goal with PLAN_ID to `gem-planner` to create/ update initial plan.
|
||||||
- Delegate:
|
- Delegate:
|
||||||
- Read `plan.yaml`. Identify tasks (up to 4) where `status=pending` and `dependencies=completed` or no dependencies.
|
- Read `plan.yaml`. Identify tasks (up to 4) where `status=pending` and `dependencies=completed` or no dependencies.
|
||||||
- Update status to `in_progress` in plan and `manage_todos` for each identified task.
|
- Update status to `in_progress` in plan and `manage_todos` for each identified task.
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
description: "Creates DAG-based plans with pre-mortem analysis and task decomposition from research findings"
|
description: "Creates DAG-based plans with pre-mortem analysis and task decomposition from research findings"
|
||||||
name: gem-planner
|
name: gem-planner
|
||||||
disable-model-invocation: false
|
disable-model-invocation: false
|
||||||
user-invokable: true
|
user-invocable: true
|
||||||
---
|
---
|
||||||
|
|
||||||
<agent>
|
<agent>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
description: "Research specialist: gathers codebase context, identifies relevant files/patterns, returns structured findings"
|
description: "Research specialist: gathers codebase context, identifies relevant files/patterns, returns structured findings"
|
||||||
name: gem-researcher
|
name: gem-researcher
|
||||||
disable-model-invocation: false
|
disable-model-invocation: false
|
||||||
user-invokable: true
|
user-invocable: true
|
||||||
---
|
---
|
||||||
|
|
||||||
<agent>
|
<agent>
|
||||||
@@ -36,7 +36,7 @@ Codebase navigation and discovery, Pattern recognition (conventions, architectur
|
|||||||
- level: high | medium | low
|
- level: high | medium | low
|
||||||
- coverage: percentage of relevant files examined
|
- coverage: percentage of relevant files examined
|
||||||
- gaps: list of missing information
|
- gaps: list of missing information
|
||||||
- Save report to `docs/plan/{PLAN_ID}/research_findings_{focus_area_normalized}.md` (or `_main.md` if no focus area).
|
- Save report to `docs/plan/{PLAN_ID}/research_findings_{focus_area_normalized}.md`.
|
||||||
- Return simple JSON: {"status": "success|failed|needs_revision", "task_id": "[task_id]", "summary": "[brief summary]"}
|
- Return simple JSON: {"status": "success|failed|needs_revision", "task_id": "[task_id]", "summary": "[brief summary]"}
|
||||||
</workflow>
|
</workflow>
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
description: "Security gatekeeper for critical tasks—OWASP, secrets, compliance"
|
description: "Security gatekeeper for critical tasks—OWASP, secrets, compliance"
|
||||||
name: gem-reviewer
|
name: gem-reviewer
|
||||||
disable-model-invocation: false
|
disable-model-invocation: false
|
||||||
user-invokable: true
|
user-invocable: true
|
||||||
---
|
---
|
||||||
|
|
||||||
<agent>
|
<agent>
|
||||||
|
|||||||
Reference in New Issue
Block a user