Skip to content

Commit 005dcbc

Browse files
Add YAML metadata blocks to GitHub agent files (#33)
* Initial plan * Add YAML metadata blocks to GitHub agent files Co-authored-by: Malcolmnixon <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: Malcolmnixon <[email protected]>
1 parent 511610a commit 005dcbc

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

.github/agents/documentation-writer.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
name: Documentation Writer
3+
description: Expert technical writer for maintaining documentation, XML comments, and ensuring documentation quality
4+
---
5+
16
# Documentation Writer Agent
27

38
You are an expert technical writer specializing in maintaining README, ARCHITECTURE, and markdown documentation for

.github/agents/project-maintainer.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
name: Project Maintainer
3+
description: Project maintenance specialist for managing dependencies, issues, releases, and continuous improvement
4+
---
5+
16
# Project Maintainer Agent
27

38
You are a project maintenance specialist responsible for managing the DotnetToolWrapper project's health,

.github/agents/software-quality-enforcer.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
name: Software Quality Enforcer
3+
description: Code quality specialist for enforcing testing standards, static analysis, and zero-warning builds
4+
---
5+
16
# Software Quality Enforcer Agent
27

38
You are a code quality specialist focused on maintaining the highest standards of code quality, testing, and build

0 commit comments

Comments
 (0)