Skip to content

Commit fd9f34c

Browse files
authored
Normalize Copilot deep-research report template hierarchy and disclosure structure (#27247)
1 parent b50d258 commit fd9f34c

File tree

1 file changed

+20
-15
lines changed

1 file changed

+20
-15
lines changed

.github/workflows/copilot-cli-deep-research.md

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -215,15 +215,13 @@ Create a GitHub discussion with your comprehensive findings:
215215
### Discussion Structure
216216
217217
```markdown
218-
# 🔍 Copilot CLI Deep Research Report
219-
220218
**Analysis Date**: [Date]
221219
**Repository**: ${{ github.repository }}
222220
**Scope**: [X] total workflows, [Y] using Copilot engine
223221
224222
---
225223
226-
## 📊 Executive Summary
224+
### 📊 Executive Summary
227225
228226
**Research Topic**: Copilot CLI Optimization Opportunities
229227
**Key Findings**: [3-5 main discoveries]
@@ -233,17 +231,20 @@ Create a GitHub discussion with your comprehensive findings:
233231
234232
---
235233
236-
## Critical Findings
234+
### Critical Findings
237235
238-
### 🔴 High Priority Issues
236+
#### 🔴 High Priority Issues
239237
[Most important issues that need immediate attention - keep visible]
240238
241-
### 🟡 Medium Priority Opportunities
239+
#### 🟡 Medium Priority Opportunities
242240
[Important but not urgent optimizations - keep visible]
243241
244242
---
245243
246-
## 1️⃣ Current State Analysis
244+
<details>
245+
<summary><b>View Full Analysis</b></summary>
246+
247+
### 1️⃣ Current State Analysis
247248
248249
<details>
249250
<summary>View Copilot CLI Capabilities Inventory</summary>
@@ -268,7 +269,7 @@ Create a GitHub discussion with your comprehensive findings:
268269
269270
---
270271
271-
## 2️⃣ Feature Usage Matrix
272+
### 2️⃣ Feature Usage Matrix
272273
273274
| Feature Category | Available Features | Used | Not Used | Usage Rate |
274275
|------------------|-------------------|------|----------|------------|
@@ -280,7 +281,7 @@ Create a GitHub discussion with your comprehensive findings:
280281
281282
---
282283
283-
## 3️⃣ Missed Opportunities
284+
### 3️⃣ Missed Opportunities
284285
285286
<details>
286287
<summary>View High Priority Opportunities</summary>
@@ -321,7 +322,7 @@ Create a GitHub discussion with your comprehensive findings:
321322
322323
---
323324
324-
## 4️⃣ Specific Workflow Recommendations
325+
### 4️⃣ Specific Workflow Recommendations
325326
326327
<details>
327328
<summary>View Workflow-Specific Recommendations</summary>
@@ -337,7 +338,7 @@ Create a GitHub discussion with your comprehensive findings:
337338
338339
---
339340
340-
## 5️⃣ Trends & Insights
341+
### 5️⃣ Trends & Insights
341342
342343
<details>
343344
<summary>View Historical Trends</summary>
@@ -354,7 +355,7 @@ Create a GitHub discussion with your comprehensive findings:
354355
355356
---
356357
357-
## 6️⃣ Best Practice Guidelines
358+
### 6️⃣ Best Practice Guidelines
358359
359360
Based on this research, here are recommended best practices:
360361
@@ -364,7 +365,11 @@ Based on this research, here are recommended best practices:
364365
365366
---
366367
367-
## 7️⃣ Action Items
368+
</details>
369+
370+
---
371+
372+
### 7️⃣ Action Items
368373
369374
**Immediate Actions** (this week):
370375
- [ ] [Action 1]
@@ -383,14 +388,14 @@ Based on this research, here are recommended best practices:
383388
<details>
384389
<summary>View Supporting Evidence & Methodology</summary>
385390
386-
## 📚 References
391+
### 📚 References
387392
388393
- Copilot Engine Documentation: [link]
389394
- GitHub Agentic Workflows Instructions: [link]
390395
- Related Workflows: [links]
391396
- Previous Research: [link to repo-memory if exists]
392397
393-
## Research Methodology
398+
### Research Methodology
394399
395400
[How the research was conducted, tools used, data sources, analysis techniques]
396401

0 commit comments

Comments
 (0)