#Quick start
bash
roark init
roark auto --repo owner/repo --limit 1 --dry-run
roark do 123 --repo owner/repo
For the full first-run path, read Quickstart.
#Start here
| Page |
Use it for |
| Quickstart |
Install Roark, initialize a target repository, run one issue, inspect the result, and recover. |
| Concepts |
Learn how control checkouts, managed workspaces, attempts, gates, and artifacts fit together. |
| Usage |
Choose the command that matches the work you want Roark to perform. |
| Glossary |
Look up a Roark term. |
#Workflows
| Page |
Use it for |
| Autorun |
Select labeled issues and publish pull requests. |
| Recovery |
Inspect and continue a stopped or failed attempt. |
| PR reviews |
Inspect an existing pull request without changing it. |
| PR revisions |
Apply existing feedback to a pull request. |
| Issue curation |
Turn reviewer findings into approved follow-up GitHub issues. |
| Verification |
Configure and diagnose the readiness and verification gates. |
#Operations
#Reference
#Development
| Page |
Use it for |
| Architecture |
Find the module responsible for a command or workflow step. |
| Versioning |
Apply the SemVer policy and run the release checklist. |
| Docs maintenance |
Keep the documentation aligned with CLI behavior. |