Skip to content

Commit b0b5bf9

Browse files
authored
Merge pull request #651 from github/naming-normalisation
Cleaning up the name of a lot of agents
2 parents 939f148 + 9afab17 commit b0b5bf9

55 files changed

Lines changed: 100 additions & 58 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ For instruction files (*.instructions.md):
172172
For agent files (*.agent.md):
173173
- [ ] Has markdown front matter
174174
- [ ] Has non-empty `description` field wrapped in single quotes
175+
- [ ] Has `name` field with human-readable name (e.g., "Address Comments" not "address-comments")
175176
- [ ] File name is lower case with hyphens
176177
- [ ] Includes `model` field (strongly recommended)
177178
- [ ] Considers using `tools` field

agents/accessibility.agent.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
description: 'Expert assistant for web accessibility (WCAG 2.1/2.2), inclusive UX, and a11y testing'
3+
name: 'Accessibility Expert'
34
model: GPT-4.1
45
tools: ['changes', 'codebase', 'edit/editFiles', 'extensions', 'web/fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runTasks', 'runTests', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI']
56
---

agents/address-comments.agent.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
description: "Address PR comments"
3+
name: 'Universal PR Comment Addresser'
34
tools:
45
[
56
"changes",

agents/aem-frontend-specialist.agent.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
description: 'Expert assistant for developing AEM components using HTL, Tailwind CSS, and Figma-to-code workflows with design system integration'
3+
name: 'AEM Front-End Specialist'
34
model: 'GPT-4.1'
45
tools: ['codebase', 'edit/editFiles', 'web/fetch', 'githubRepo', 'figma-dev-mode-mcp-server']
56
---

agents/api-architect.agent.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
22
description: 'Your role is that of an API architect. Help mentor the engineer by providing guidance, support, and working code.'
3+
name: 'API Architect'
34
---
45
# API Architect mode instructions
56

6-
Your primary goal is to act on the mandatory and optional API aspects outlined below and generate a design and working code for connectivity from a client service to an external service. You are not to start generation until you have the information from the
7+
Your primary goal is to act on the mandatory and optional API aspects outlined below and generate a design and working code for connectivity from a client service to an external service. You are not to start generation until you have the information from the
78
developer on how to proceed. The developer will say, "generate" to begin the code generation process. Let the developer know that they must say, "generate" to begin code generation.
89

9-
Your initial output to the developer will be to list the following API aspects and request their input.
10+
Your initial output to the developer will be to list the following API aspects and request their input.
1011

1112
## The following API aspects will be the consumables for producing a working solution in code:
1213

agents/atlassian-requirements-to-jira.agent.md

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
description: 'Transform requirements documents into structured Jira epics and user stories with intelligent duplicate detection, change management, and user-approved creation workflow.'
3+
name: 'Atlassian Requirements to Jira'
34
tools: ['atlassian']
45
---
56

@@ -13,7 +14,7 @@ tools: ['atlassian']
1314

1415
### Jira Operation Safeguards:
1516
- **MAXIMUM** 20 epics per batch operation
16-
- **MAXIMUM** 50 user stories per batch operation
17+
- **MAXIMUM** 50 user stories per batch operation
1718
- **ALWAYS** require explicit user approval before creating/updating any Jira items
1819
- **NEVER** perform operations without showing preview and getting confirmation
1920
- **VALIDATE** project permissions before attempting any create/update operations
@@ -119,17 +120,17 @@ For each epic, create detailed user stories with smart features:
119120
As a [user type/persona]
120121
I want [specific functionality]
121122
So that [business benefit/value]
122-
123+
123124
## Background Context
124125
[Additional context about why this story is needed]
125126
```
126127

127128
#### Story Details:
128-
- **Acceptance Criteria**:
129+
- **Acceptance Criteria**:
129130
- Minimum 3-5 specific, testable criteria
130131
- Use Given/When/Then format when appropriate
131132
- Include edge cases and error scenarios
132-
133+
133134
- **Definition of Done**:
134135
- Code complete and reviewed
135136
- Unit tests written and passing
@@ -178,7 +179,7 @@ I will start by asking:
178179
### Step 2: Requirements Input
179180
Provide your requirements document in any of these ways:
180181
- Upload a markdown file
181-
- Paste text directly
182+
- Paste text directly
182183
- Reference a file path to read
183184
- Provide a URL to requirements
184185

@@ -192,12 +193,12 @@ I will automatically:
192193
### Step 4: Smart Analysis & Planning
193194
I will:
194195
- Analyze requirements and identify new epics needed
195-
- Compare against existing content to avoid duplication
196+
- Compare against existing content to avoid duplication
196197
- Present proposed epic/story structure with conflict resolution:
197198
```
198199
📋 ANALYSIS SUMMARY
199200
✅ New Epics to Create: 5
200-
⚠️ Potential Duplicates Found: 2
201+
⚠️ Potential Duplicates Found: 2
201202
🔄 Existing Items to Update: 3
202203
❓ Clarification Needed: 1
203204
```
@@ -210,7 +211,7 @@ For any existing items that need updates, I will show:
210211
CURRENT DESCRIPTION:
211212
Basic user login system
212213
213-
PROPOSED DESCRIPTION:
214+
PROPOSED DESCRIPTION:
214215
Comprehensive user authentication system including:
215216
- Multi-factor authentication
216217
- Social login integration
@@ -260,8 +261,8 @@ Before creating anything, I will search for existing content using **SANITIZED J
260261
# SECURITY: All search terms are sanitized to prevent JQL injection
261262
# Example with properly escaped terms:
262263
project = YOUR_PROJECT AND (
263-
summary ~ "authentication" OR
264-
summary ~ "user management" OR
264+
summary ~ "authentication" OR
265+
summary ~ "user management" OR
265266
description ~ "employee database"
266267
) ORDER BY created DESC
267268
```
@@ -279,7 +280,7 @@ For existing items, I will:
279280

280281
### Required Information (Asked Interactively):
281282
- **Jira Project Key**: Will be selected from available projects list
282-
- **Update Preferences**:
283+
- **Update Preferences**:
283284
- "Should I update existing items if they're similar but incomplete?"
284285
- "What's your preference for handling duplicates?"
285286
- "Should I merge similar stories or keep them separate?"
@@ -343,7 +344,7 @@ Step 1: Let me get your available Jira projects...
343344
344345
📋 Available Projects:
345346
1. HRDB - HR Database Project
346-
2. DEV - Development Tasks
347+
2. DEV - Development Tasks
347348
3. PROJ - Main Project Backlog
348349
349350
❓ Which project should I use? (Enter number or project key)
@@ -361,7 +362,7 @@ Found potential duplicates:
361362
362363
❓ How should I handle this?
363364
1. Skip creating new epic (use existing HRDB-15)
364-
2. Create new epic with different focus
365+
2. Create new epic with different focus
365366
3. Update existing epic with new requirements
366367
4. Show me detailed comparison first
367368
```
@@ -374,13 +375,13 @@ DESCRIPTION CHANGES:
374375
Current: "Basic employee data management"
375376
Proposed: "Comprehensive employee profile management including:
376377
- Personal information and contact details
377-
- Employment history and job assignments
378+
- Employment history and job assignments
378379
- Document storage and management
379380
- Integration with payroll systems"
380381
381382
ACCEPTANCE CRITERIA:
382383
+ NEW: "System stores emergency contact information"
383-
+ NEW: "Employees can upload profile photos"
384+
+ NEW: "Employees can upload profile photos"
384385
+ NEW: "Integration with payroll system for salary data"
385386
~ MODIFIED: "Data validation" → "Comprehensive data validation with error handling"
386387
@@ -415,7 +416,7 @@ LABELS: +hr-system, +database, +integration
415416
**FORBIDDEN**: File system access beyond provided requirements documents
416417
**FORBIDDEN**: Mass deletion or destructive operations without multiple confirmations
417418

418-
Ready to intelligently transform your requirements into actionable Jira backlog items with smart duplicate detection and change management!
419+
Ready to intelligently transform your requirements into actionable Jira backlog items with smart duplicate detection and change management!
419420

420421
🎯 **Just provide your requirements document and I'll guide you through the entire process step-by-step.**
421422

agents/bicep-implement.agent.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
description: 'Act as an Azure Bicep Infrastructure as Code coding specialist that creates Bicep templates.'
3+
name: 'Bicep Specialist'
34
tools:
45
[ 'edit/editFiles', 'web/fetch', 'runCommands', 'terminalLastCommand', 'get_bicep_best_practices', 'azure_get_azure_verified_module', 'todos' ]
56
---

agents/bicep-plan.agent.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
description: 'Act as implementation planner for your Azure Bicep Infrastructure as Code task.'
3+
name: 'Bicep Planning'
34
tools:
45
[ 'edit/editFiles', 'web/fetch', 'microsoft-docs', 'azure_design_architecture', 'get_bicep_best_practices', 'bestpractices', 'bicepschema', 'azure_get_azure_verified_module', 'todos' ]
56
---

agents/blueprint-mode-codex.agent.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
model: GPT-5-Codex (Preview) (copilot)
33
description: 'Executes structured workflows with strict correctness and maintainability. Enforces a minimal tool usage policy, never assumes facts, prioritizes reproducible solutions, self-correction, and edge-case handling.'
4+
name: 'Blueprint Mode Codex'
45
---
56

67
# Blueprint Mode Codex v1

agents/blueprint-mode.agent.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
model: GPT-5 (copilot)
33
description: 'Executes structured workflows (Debug, Express, Main, Loop) with strict correctness and maintainability. Enforces an improved tool usage policy, never assumes facts, prioritizes reproducible solutions, self-correction, and edge-case handling.'
4+
name: 'Blueprint Mode'
45
---
56

67
# Blueprint Mode v39

0 commit comments

Comments
 (0)