Skip to content

Commit c633e60

Browse files
committed
Refactor check-render-status and deploy-to-render commands to simplify descriptions and streamline usage instructions.
1 parent 9a6e0ce commit c633e60

2 files changed

Lines changed: 4 additions & 14 deletions

File tree

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
---
22
name: check-render-status
3-
description: Check the health and status of Render services using MCP tools.
3+
description: Check the health and status of Render services.
44
---
55

66
# Check Render status
77

8-
1. List services with `list_services()` and identify the target service.
9-
2. Check the latest deploy with `list_deploys(serviceId, limit: 1)` — confirm status is `live`.
10-
3. Scan recent error logs with `list_logs(resource: [serviceId], level: ["error"], limit: 20)`.
11-
4. Check resource usage with `get_metrics(resourceId, metricTypes: ["cpu_usage", "memory_usage"])`.
12-
5. Check response times with `get_metrics(resourceId, metricTypes: ["http_latency"], httpLatencyQuantile: 0.95)`.
13-
6. Report findings: deploy status, error count, CPU/memory utilization, and p95 latency.
8+
Follow the **render-monitor** skill to check service health, metrics, and logs.
Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
---
22
name: deploy-to-render
3-
description: Deploy the current project to Render by analyzing the codebase, generating a render.yaml Blueprint, and providing a Dashboard deeplink.
3+
description: Deploy the current project to Render.
44
---
55

66
# Deploy to Render
77

8-
1. Analyze the codebase to determine framework, runtime, build/start commands, environment variables, and datastores.
9-
2. Generate a `render.yaml` Blueprint with the appropriate services and databases.
10-
3. Validate the Blueprint with `render blueprints validate` if the CLI is installed.
11-
4. Commit and push the `render.yaml` to the repository.
12-
5. Provide a Dashboard deeplink: `https://dashboard.render.com/blueprint/new?repo=<REPO_URL>`.
13-
6. Remind the user to fill in secret environment variables marked with `sync: false`.
8+
Follow the **render-deploy** skill to deploy this project.

0 commit comments

Comments
 (0)