reopt-cli

Guide reopt CLI authentication, flags, and safety handling.

1|Updated Apr 17, 2026
One-click install
npx skills add https://github.com/reopt-ai/reopt-skills --skill reopt-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reopt-cli
Source: https://github.com/reopt-ai/reopt-skills/tree/main/skills/reopt-cli
Command: npx skills add https://github.com/reopt-ai/reopt-skills --skill reopt-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a baseline operating guide for the reopt CLI so agents can handle authentication, global flags, credential safety, and exit codes without guessing the live command behavior.

Core Features & Use Cases

  • Authentication guidance: Covers login status checks, session handling, OAuth credentials, and service tokens for CI/CD workflows.
  • CLI safety rules: Reinforces secret-handling guardrails, dry-run usage, and safe scripting practices for mutating operations.
  • Routing to the right docs: Tells the agent when to use live help output versus the CLI README for task-specific details.
  • Shared foundation for other skills: Establishes the common rules loaded before brandapp and EAV workflows.

Quick Start

Ask the agent to check your reopt login state and explain the safest way to run the command you want.

Frequently Asked Questions about reopt-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check my reopt CLI login status and manage session tokens?

reopt CLI authentication establishes baseline guidance for login status checks, session handling, OAuth credentials, and service tokens. It covers credential safety for CI/CD workflows and local sessions without guessing live command behavior.

What are the best practices for running reopt CLI mutating operations safely?

Safe reopt CLI mutating operations require dry-run guardrails, secret-handling rules, and proper exit-code conventions. The Skill reinforces CLI safety rules for scripting practices to prevent unintended side effects during automation.

How do I automate reopt CLI commands in CI/CD pipelines with service tokens?

Automating reopt CLI in CI/CD pipelines involves configuring service tokens for authentication, applying global flags, and following exit-code conventions. The Skill provides baseline guidance for credential management and safe scripting in automated workflows.

Does the reopt CLI support dry-run mode for testing commands before execution?

Yes, the reopt CLI supports dry-run guardrails for testing mutating operations safely. The Skill establishes safety rules for using dry-run mode, managing secrets, and ensuring consistent command behavior before applying changes.

What exit code conventions does the reopt CLI use for command success and failure?

reopt CLI exit-code conventions provide baseline guidance for handling command success and failure states in automation scripts. The Skill covers exit-code handling to ensure proper error detection and workflow consistency in CI environments.

When should I use reopt CLI live help output versus the README documentation?

Use reopt CLI live help output for task-specific command details and the README for broader workflow context. The Skill routes agents to the right documentation source based on whether they need immediate command behavior or general guidance.