Quick Start
The fastest way to use GetResolved is from your editor.
Command-line usage with Claude Code is the most efficient way to work with GetResolved. The CLI installs a /get-resolved slash command so you can list, update, and resolve issues without leaving your editor.
1. Install and run
In your project root:
npm install -g @getresolved/cli
getresolvedFirst-time users with no global auth are dropped straight into the setup flow: log in (browser device-code), pick or create a product, and install the /get-resolved slash command at ~/.claude/commands/get-resolved.md. A small .getresolved/config.json records the product link in this directory — no secrets, safe to commit.
Requires Node.js 18+.
2. Use it from Claude Code
In any Claude Code session, type /get-resolved followed by your request:
/get-resolved list my open issues/get-resolved please fix issue GET-123See the Claude Code integration page for more examples.
What's next
- CLI reference — every
getresolvedsubcommand, for use outside Claude Code. - API reference — programmatic access for automation and integrations.
- Widget installation — embed live chat on your site.