Skip to content

Commit da35243

Browse files
committed
Update use cases styling
1 parent 87d8f7c commit da35243

1 file changed

Lines changed: 16 additions & 9 deletions

File tree

β€Žsrc/pages/docs/octopus-ai/mcp/use-cases.mdxβ€Ž

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ navOrder: 1
1111

1212
Reason about what changes have been deployed where, to help you understand what your customers are using in production.
1313

14-
Example: Quickly find out what version of your software a customer, represented by a Tenant, is running in Production, and identify if there were any issues with their most recent deployment.
14+
### Production Version Tracking
15+
Quickly find out what version of your software a customer, represented by a Tenant, is running in Production, and identify if there were any issues with their most recent deployment.
1516

16-
### πŸ“ Prompt
17+
#### πŸ“ Example Prompt
1718

1819
```
1920
Customer X have submitted a support ticket complaining that there is a bug in the latest release of App. Can you tell me what release they are on, when it was deployed, and if there were any issues with the deployment?
@@ -23,33 +24,39 @@ Customer X have submitted a support ticket complaining that there is a bug in th
2324

2425
Get to the root cause of failures or unhealthy deployment targets, allowing you to more quickly recover from failures.
2526

26-
Example: Check for failed deployments or unhealthy kubernetes workloads, analyze the failure reasons and suggest solutions.
27+
### Deployment Health Analysis
2728

28-
### πŸ“ Prompt
29+
Check for failed deployments or unhealthy kubernetes workloads, analyze the failure reasons and suggest solutions.
30+
31+
#### πŸ“ Example Prompt
2932

3033
```
3134
Check health of the {ServiceName} service in the {SpaceName} space and report any issues found, check status of kubernetes services to produce a comprehensive report
3235
```
3336

34-
### πŸ’‘ Tips for customizing
37+
#### πŸ’‘ Tips for customizing
3538

3639
- Prompt for kubernetes status to trigger kubernetes [live object status](/docs/kubernetes/live-object-status) check
3740

3841
## Capability: Administration, Audit, and Compliance
3942

4043
Ensure your Octopus instance is in optimal shape, and that deployments continue to execute happily and healthily.
4144

42-
Example: Identify unhealthy resources, expiring certificates or find unused projects in your Octopus instance.
45+
### Certificate Expiry Monitoring
46+
47+
Identify unhealthy resources, expiring certificates or find unused projects in your Octopus instance.
4348

44-
### πŸ“ Prompt
49+
#### πŸ“ Example Prompt
4550

4651
```
4752
Find certificates soon set to expire in {SpaceName} space
4853
```
4954

50-
Example: Find configured resources in your Octopus instance and check if they have access to the desired targets.
55+
### Resource Access Validation
56+
57+
Find configured resources in your Octopus instance and check if they have access to the desired targets.
5158

52-
### πŸ“ Prompt
59+
#### πŸ“ Example Prompt
5360

5461
```
5562
Check accounts configured in {SpaceName} space in my Octopus instance, find the preproduction azure account and then check which resources are available in that subscription using the azure mcp

0 commit comments

Comments
Β (0)