1. Pick a Task
Start from an issue or task in your project management tool. If you’ve connected GitHub, GitLab, Linear, Jira, or Asana, your issues are already synced and searchable inside Jinzo.2. Create a Workspace
Press Cmd+N to create a new workspace. Import a repository from a remote URL or a local path. Jinzo creates an isolated Git worktree automatically — your changes won’t interfere with other workspaces or branches. If a project already exists for the repository, the new workspace is added to it. Otherwise, Jinzo creates a project automatically based on the remote origin.3. Link the Task
Link the issue to your workspace so the agent has the full context — title, description, labels, and comments from the source. You can also select files from the file explorer to give the agent a more targeted view of the codebase.4. Run the Agent
Type your goal in the workspace input and let the agent work. It will read files, run commands, write code, and track every change. You can watch progress in real time through the workspace events timeline. Both Claude Code and GitHub Copilot agents are supported. Each workspace session runs in isolation, so you can run multiple sessions in parallel.5. Review Changes
Open the diff viewer to see every file the agent modified. Green lines show additions, red lines show removals. For a deeper inspection, request a code review using the/code-review skill. The agent will produce structured findings with severity ratings, file locations, and suggested fixes.
