Skip to content

feat: add zeabur-context skill#34

Open
eliajhmauve wants to merge 2 commits intozeabur:mainfrom
eliajhmauve:feat/context-skill
Open

feat: add zeabur-context skill#34
eliajhmauve wants to merge 2 commits intozeabur:mainfrom
eliajhmauve:feat/context-skill

Conversation

@eliajhmauve
Copy link
Copy Markdown

@eliajhmauve eliajhmauve commented Mar 25, 2026

Summary

  • Adds new zeabur-context skill covering the CLI context command (set, get, clear)
  • Lets users set a default project/environment/service so they can skip --project-id and --id flags on subsequent commands
  • Especially useful for LLM-driven workflows where command brevity reduces token usage

Why this skill?

The context command exists in the CLI but none of the existing 25 skills mention it. Setting a default project is one of the first things users should do, and this gap means LLMs never suggest it.

Test plan

  • Verified all CLI commands (context set project/env/service, context get, context clear) work on a real Zeabur account
  • Confirmed abbreviations (proj, env, svc) and --name flag work
  • Followed existing skill conventions (see zeabur-restart for reference)

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Documentation
    • Added a Zeabur Context Management guide describing how to set, retrieve, and clear default project, environment, and service context to streamline CLI usage.
    • Documents command forms and accepted abbreviations (proj/env/svc), recommends using identifiers over names, and includes a short workflow showing reduced repetition when running subsequent commands.

…ment

The CLI `context` command lets users set default project, environment,
and service — avoiding repetitive --project-id and --id flags on every
command. This is especially useful for LLM-driven workflows where
brevity matters.

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

coderabbitai bot commented Mar 25, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: cbadad1e-db61-4507-a5e2-ea17b7e9c170

📥 Commits

Reviewing files that changed from the base of the PR and between 9a4d6d2 and de9b5a8.

📒 Files selected for processing (1)
  • skills/zeabur-context/SKILL.md
✅ Files skipped from review due to trivial changes (1)
  • skills/zeabur-context/SKILL.md

Walkthrough

Adds a new documentation page "Zeabur Context Management" that documents using the Zeabur CLI context to set default project, environment, and service identifiers, plus commands to set/get/clear context and a short usage workflow.

Changes

Cohort / File(s) Summary
Documentation
skills/zeabur-context/SKILL.md
Added new guide describing Zeabur CLI context usage: invocation via npx zeabur@latest, commands to context set (project/env/service) with --id and -i=false, allowed abbreviations (proj, env, svc), context get, context clear, and a brief workflow example.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'feat: add zeabur-context skill' is clear and directly reflects the main change in the PR—adding a new documentation page for the zeabur-context skill with set, get, and clear commands.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ 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.

Copy link
Copy Markdown

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@skills/zeabur-context/SKILL.md`:
- Line 23: Update the guidance in the zeabur-context SKILL.md to remove or
de-emphasize recommending `--name` as an alternative to `--id` so it matches the
reliability guidance in the zeabur-service-list SKILL.md; specifically, edit the
sentence that reads "Supports `--name` as alternative to `--id`" to either
remove `--name` from recommended usage or add a clear note that `--id` is
preferred and `--name` is unreliable, referencing the same operator guidance
used by the zeabur-service-list skill; ensure references to flags `--name` and
`--id` and the skill identifier "zeabur-context" are updated so the docs no
longer conflict.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 01ec3f86-da20-4ec2-9d6e-334d6c518c61

📥 Commits

Reviewing files that changed from the base of the PR and between 0169857 and 9a4d6d2.

📒 Files selected for processing (1)
  • skills/zeabur-context/SKILL.md

Address CodeRabbit review: --name lookup is unreliable, align with
the same guidance used in zeabur-service-list and zeabur-restart.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.

2 participants