Skip to main content
Worked examples that combine the CLI commands into useful everyday flows.

Morning health check

Start your day with one prompt against production.
Combine with your shell startup if you want it every time you open a terminal:

On-call triage

When a page fires, drop into an interactive session scoped to the right environment.
Then:
Chat keeps the context across follow-ups. No need to repeat the namespace.

Investigate a specific resource

Single-turn, cited answer, back to your shell.

Post-deploy verification

After a deploy, compare to the last stable window.
Or turn this into a custom skill named post-deploy-verification, then:
Same result, less typing, consistent across everyone on the team.

Weekly cost review

Pipe the output if you want to paste into a doc or Linear ticket:

Send shell output into chat

You run a command, the agent reads the output.
Drop into chat:
Then inside chat:
The agent sees both the command output and your question.

Resume an investigation later

List your recent sessions:
Pick one and resume:
Or from inside chat: /resume and choose.

CI usage

Non-interactive checks from GitHub Actions, GitLab CI, Jenkins, or similar.
The RUBIX_API_KEY env var skips the device-code prompt. RUBIX_ENV_ID pins the environment for that invocation.

Handoff summary

End your shift with a concise handoff message.
Or post directly to Slack via a webhook if you have that wired up.

Where to go next

Commands reference

Every flag and slash command.

Custom skills

Bake your best prompts into reusable skills.

Troubleshooting

If something is not working as expected.