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.