What problem does it solve?
Cyrus can only work on issues from repositories it knows about. This Skill walks you through adding Git repositories to your Cyrus configuration so the agent can clone them, create worktrees, and process issues from those codebases.
Core Features & Use Cases
- Repository Registration: Runs
cyrus self-add-repo <url> to clone a repository into ~/.cyrus/repos/ and register it with the Linear workspace.
- Existing Config Inspection: Checks
~/.cyrus/config.json to show which repositories are already configured before adding new ones.
- Multi-Workspace Support: Prompts for a workspace name when multiple Linear workspaces are configured.
- Use Case: After installing Cyrus, you want it to handle issues from your team's backend and frontend repos. Use this Skill to add both Git URLs, verify registration, and confirm the configuration.
Quick Start
Ask the agent to add your Git repository URL to Cyrus so it can start processing issues from that repo.