Skip to content

Commit a31c5c2

Browse files
SiaraMistkevinsundstromCopilotCopilotCopilot
authored
Copilot CLI Use case library (#61225)
Co-authored-by: Kevin Sundstrom <74620456+kevinsundstrom@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
1 parent cea999e commit a31c5c2

64 files changed

Lines changed: 703 additions & 374 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.

content/copilot/tutorials/copilot-chat-cookbook/communicate-effectively/extracting-information.md

Lines changed: 0 additions & 73 deletions
This file was deleted.

content/copilot/tutorials/copilot-chat-cookbook/communicate-effectively/index.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

content/copilot/tutorials/copilot-chat-cookbook/debug-errors/diagnose-test-failures.md

Lines changed: 0 additions & 102 deletions
This file was deleted.

content/copilot/tutorials/copilot-chat-cookbook/document-code/creating-issues.md

Lines changed: 0 additions & 80 deletions
This file was deleted.

content/copilot/tutorials/copilot-chat-cookbook/analyze-functionality/analyze-feedback.md renamed to content/copilot/tutorials/copilot-cookbook/analyze-functionality/analyze-feedback.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@ redirect_from:
77
- /copilot/copilot-chat-cookbook/functionality-analysis-and-feature-suggestions/analyzing-and-incorporating-user-feedback
88
- /copilot/tutorials/copilot-chat-cookbook/functionality-analysis-and-feature-suggestions/analyzing-and-incorporating-user-feedback
99
- /copilot/tutorials/copilot-chat-cookbook/functionality-analysis-and-feature-suggestions/analyze-feedback
10+
- /copilot/tutorials/copilot-chat-cookbook/analyze-functionality/analyze-feedback
1011
versions:
1112
feature: copilot
1213
category:
1314
- Functionality analysis
1415
- Author and optimize with Copilot
1516
- Scale institutional knowledge
16-
complexity:
17-
- Intermediate
17+
surface:
18+
- Chat
1819
octicon: lightbulb
1920
contentType: tutorials
2021
---

content/copilot/tutorials/copilot-chat-cookbook/analyze-functionality/explore-implementations.md renamed to content/copilot/tutorials/copilot-cookbook/analyze-functionality/explore-implementations.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@ redirect_from:
77
- /copilot/copilot-chat-cookbook/functionality-analysis-and-feature-suggestions/exploring-potential-feature-implementations
88
- /copilot/tutorials/copilot-chat-cookbook/functionality-analysis-and-feature-suggestions/exploring-potential-feature-implementations
99
- /copilot/tutorials/copilot-chat-cookbook/functionality-analysis-and-feature-suggestions/explore-implementations
10+
- /copilot/tutorials/copilot-chat-cookbook/analyze-functionality/explore-implementations
1011
versions:
1112
feature: copilot
1213
category:
1314
- Functionality analysis
1415
- Author and optimize with Copilot
1516
- Scale institutional knowledge
16-
complexity:
17-
- Intermediate
17+
surface:
18+
- Chat
1819
octicon: lightbulb
1920
contentType: tutorials
2021
---

content/copilot/tutorials/copilot-chat-cookbook/analyze-functionality/index.md renamed to content/copilot/tutorials/copilot-cookbook/analyze-functionality/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
---
22
title: Analyze functionality
3-
intro: 'Discover ways that you can use {% data variables.product.prodname_copilot %} to improve the functionality of your project.'
3+
intro: Discover ways that you can use {% data variables.product.prodname_copilot %} to improve the functionality of your project.
44
redirect_from:
55
- /copilot/example-prompts-for-github-copilot-chat/functionality-analysis-and-feature-suggestions
66
- /copilot/copilot-chat-cookbook/functionality-analysis-and-feature-suggestions
77
- /copilot/tutorials/copilot-chat-cookbook/functionality-analysis-and-feature-suggestions
8+
- /copilot/tutorials/copilot-chat-cookbook/analyze-functionality
89
versions:
910
feature: copilot
1011
children:

content/copilot/tutorials/copilot-chat-cookbook/analyze-security/find-vulnerabilities.md renamed to content/copilot/tutorials/copilot-cookbook/analyze-security/find-vulnerabilities.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@ redirect_from:
77
- /copilot/copilot-chat-cookbook/security-analysis/finding-existing-vulnerabilities-in-code
88
- /copilot/tutorials/copilot-chat-cookbook/security-analysis/finding-existing-vulnerabilities-in-code
99
- /copilot/tutorials/copilot-chat-cookbook/security-analysis/find-vulnerabilities
10+
- /copilot/tutorials/copilot-chat-cookbook/analyze-security/find-vulnerabilities
1011
versions:
1112
feature: copilot
1213
category:
1314
- Security analysis
1415
- Author and optimize with Copilot
1516
- Improve quality and maintainability
16-
complexity:
17-
- Intermediate
17+
surface:
18+
- Chat
1819
octicon: code
1920
contentType: tutorials
2021
---

content/copilot/tutorials/copilot-chat-cookbook/analyze-security/index.md renamed to content/copilot/tutorials/copilot-cookbook/analyze-security/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
---
22
title: Analyze security
3-
intro: 'Discover ways that you can use {% data variables.product.prodname_copilot %} to improve the security of your code.'
3+
intro: Discover ways that you can use {% data variables.product.prodname_copilot %} to improve the security of your code.
44
redirect_from:
55
- /copilot/example-prompts-for-github-copilot-chat/security-analysis
66
- /copilot/copilot-chat-cookbook/security-analysis
77
- /copilot/tutorials/copilot-chat-cookbook/security-analysis
8+
- /copilot/tutorials/copilot-chat-cookbook/analyze-security
89
versions:
910
feature: copilot
1011
children:

content/copilot/tutorials/copilot-chat-cookbook/analyze-security/manage-dependency-updates.md renamed to content/copilot/tutorials/copilot-cookbook/analyze-security/manage-dependency-updates.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ category:
88
- Security analysis
99
- Author and optimize with Copilot
1010
- Improve quality and maintainability
11-
complexity:
12-
- Simple
11+
surface:
12+
- Chat
1313
octicon: code
1414
redirect_from:
1515
- /copilot/tutorials/copilot-chat-cookbook/security-analysis/managing-dependency-updates
1616
- /copilot/tutorials/copilot-chat-cookbook/security-analysis/manage-dependency-updates
17+
- /copilot/tutorials/copilot-chat-cookbook/analyze-security/manage-dependency-updates
1718
contentType: tutorials
1819
---
1920

0 commit comments

Comments
 (0)