Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/agents/code-quality.agent.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: code-quality
description: Ensures code quality through comprehensive linting and static analysis.
tools: [edit, read, search, execute, github]
tools: [read, search, edit, execute, github, agent]
user-invocable: true
---

Expand Down
2 changes: 1 addition & 1 deletion .github/agents/code-review.agent.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: code-review
description: Assists in performing formal file reviews.
tools: [read, search, github, agent, execute]
tools: [read, search, edit, execute, github, web, agent]
user-invocable: true
---

Expand Down
2 changes: 1 addition & 1 deletion .github/agents/repo-consistency.agent.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: repo-consistency
description: Ensures downstream repositories remain consistent with the TemplateDotNetLibrary template patterns and best practices.
tools: [edit, read, search, github, agent]
tools: [read, search, edit, execute, github, agent]
user-invocable: true
---

Expand Down
2 changes: 1 addition & 1 deletion .github/agents/requirements.agent.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: requirements
description: Develops requirements and ensures appropriate test coverage.
tools: [edit, read, search, execute]
tools: [read, search, edit, execute, github, web, agent]
user-invocable: true
---

Expand Down
2 changes: 1 addition & 1 deletion .github/agents/software-developer.agent.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: software-developer
description: Writes production code and self-validation tests.
tools: [edit, read, search, execute, github]
tools: [read, search, edit, execute, github, agent]
user-invocable: true
---

Expand Down
2 changes: 1 addition & 1 deletion .github/agents/technical-writer.agent.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: technical-writer
description: Ensures documentation is accurate and complete.
tools: [edit, read, search, execute]
tools: [read, search, edit, execute, github, agent]
user-invocable: true
---

Expand Down
2 changes: 1 addition & 1 deletion .github/agents/test-developer.agent.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: test-developer
description: Writes unit and integration tests.
tools: [edit, read, search, execute]
tools: [read, search, edit, execute, github, agent]
user-invocable: true
---

Expand Down