Skip to content

Commit 36400dd

Browse files
CopilotFlix6x
andauthored
Add YAML frontmatter to agent files for GitHub recognition (#1944)
* Initial plan * Add YAML frontmatter to review-lead agent Co-authored-by: Flix6x <[email protected]> * Add YAML frontmatter to coordinator agent Co-authored-by: Flix6x <[email protected]> * Add YAML frontmatter to api-backward-compatibility-specialist agent Co-authored-by: Flix6x <[email protected]> * Add YAML frontmatter to architecture-domain-specialist agent Co-authored-by: Flix6x <[email protected]> * Add YAML frontmatter to data-time-semantics-specialist agent Co-authored-by: Flix6x <[email protected]> * Add YAML frontmatter to documentation-developer-experience-specialist agent Co-authored-by: Flix6x <[email protected]> * Add YAML frontmatter to performance-scalability-specialist agent Co-authored-by: Flix6x <[email protected]> * Add YAML frontmatter to tooling-ci-specialist agent Co-authored-by: Flix6x <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: Flix6x <[email protected]>
1 parent 9642d03 commit 36400dd

8 files changed

Lines changed: 40 additions & 0 deletions

.github/agents/api-backward-compatibility-specialist.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
name: api-backward-compatibility-specialist
3+
description: Protects users and integrators by ensuring API changes are backwards compatible, properly versioned, and well-documented
4+
---
5+
16
# Agent: API & Backward Compatibility Specialist
27

38
## Role

.github/agents/architecture-domain-specialist.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
name: architecture-domain-specialist
3+
description: Guards domain model, invariants, and architecture to maintain model clarity and prevent erosion of core principles
4+
---
5+
16
# Agent: Architecture & Domain Specialist
27

38
## Role

.github/agents/coordinator.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
name: coordinator
3+
description: Meta-agent that manages agent lifecycle, enforces structural standards, and maintains coherence across the agent system
4+
---
5+
16
# Agent: Coordinator
27

38
## Role

.github/agents/data-time-semantics-specialist.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
name: data-time-semantics-specialist
3+
description: Prevents subtle bugs in time handling, units, and data semantics with focus on timezone-aware operations and unit conversions
4+
---
5+
16
# Agent: Data & Time Semantics Specialist
27

38
## Role

.github/agents/documentation-developer-experience-specialist.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
name: documentation-developer-experience-specialist
3+
description: Ensures excellent documentation, clear error messages, and smooth developer workflows to keep FlexMeasures accessible
4+
---
5+
16
# Agent: Documentation & Developer Experience Specialist
27

38
## Role

.github/agents/performance-scalability-specialist.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
name: performance-scalability-specialist
3+
description: Identifies performance bottlenecks, inefficient algorithms, and scalability issues to keep FlexMeasures fast under load
4+
---
5+
16
# Agent: Performance & Scalability Specialist
27

38
## Role

.github/agents/review-lead.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
name: review-lead
3+
description: Orchestrates team of specialist agents for comprehensive code reviews and synthesizes their findings into unified recommendations
4+
---
5+
16
# Agent: Review Lead
27

38
## Role

.github/agents/tooling-ci-specialist.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
name: tooling-ci-specialist
3+
description: Reviews GitHub Actions workflows, pre-commit hooks, and CI/CD pipelines to ensure automation reliability
4+
---
5+
16
# Agent: Tooling & CI Specialist
27

38
## Role

0 commit comments

Comments
 (0)