Skip to content

feat: add zeabur-service-metric skill for performance diagnostics#36

Open
eliajhmauve wants to merge 1 commit intozeabur:mainfrom
eliajhmauve:feat/service-metric
Open

feat: add zeabur-service-metric skill for performance diagnostics#36
eliajhmauve wants to merge 1 commit intozeabur:mainfrom
eliajhmauve:feat/service-metric

Conversation

@eliajhmauve
Copy link
Copy Markdown

Summary

  • Adds new zeabur-service-metric skill covering service metric CPU/MEMORY/NETWORK
  • Includes a diagnostic workflow that teaches the AI to check metrics before restarting
  • Decision table maps symptoms (high CPU, memory climb, network spikes) to likely causes and actions

Why this skill?

When users report "my service is slow", the AI currently has no way to check resource usage — it just suggests restarting. This skill gives the AI a proper diagnostic path: check metrics → identify bottleneck → take appropriate action.

Test plan

  • Verified service metric CPU/MEMORY/NETWORK --id <id> -i=false returns data on a live service
  • Verified --hour flag for custom time windows
  • Followed existing skill conventions (see zeabur-restart for reference)

🤖 Generated with Claude Code

Adds a skill covering `service metric CPU/MEMORY/NETWORK` with a
diagnostic workflow that teaches the AI to check metrics BEFORE
blindly restarting. Includes a decision table mapping symptoms to
likely causes and recommended actions.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 25, 2026

Warning

Rate limit exceeded

@eliajhmauve has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 5 minutes and 38 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: f97e27ab-2823-4d77-b86c-9d61b48015dc

📥 Commits

Reviewing files that changed from the base of the PR and between 0169857 and 18bd883.

📒 Files selected for processing (1)
  • skills/zeabur-service-metric/SKILL.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@yuaanlin
Copy link
Copy Markdown
Member

@coderabbitai review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants