| layout | title | nav_order | has_children | format_version |
|---|---|---|---|---|
default |
Sweep Tutorial |
182 |
true |
v2 |
Learn how to use
sweepai/sweepto turn GitHub issues into pull requests, operate feedback loops, and run self-hosted or CLI workflows with clear guardrails.
Sweep popularized an issue-to-PR coding-agent workflow on GitHub. Even with product evolution over time, the repository and docs still provide strong patterns for asynchronous AI delivery loops, feedback handling, and operational controls.
This track focuses on:
- running Sweep issue and PR workflows effectively
- configuring repository-level behavior through
sweep.yaml - operating review, CI, and retry loops for higher output quality
- understanding self-hosted and local CLI deployment paths
- repository:
sweepai/sweep - stars: about 7.6k
- latest release:
sweep-sandbox-v1(published 2023-09-11)
flowchart LR
A[GitHub issue or comment] --> B[Sweep task intake]
B --> C[Codebase search and planning]
C --> D[PR creation and code edits]
D --> E[CI feedback and retries]
E --> F[Human review and merge]
| Chapter | Key Question | Outcome |
|---|---|---|
| 01 - Getting Started and Current Product Posture | Which Sweep path should teams use today? | Clear starting point |
| 02 - Issue to PR Workflow Architecture | How does Sweep move from issue text to code changes? | Better task decomposition |
| 03 - Repository Configuration and Governance | How do sweep.yaml controls shape behavior? |
Stronger repo policy |
| 04 - Feedback Loops, Review Comments, and CI Repair | How do you iteratively improve generated PRs? | Higher merge quality |
| 05 - CLI and Self-Hosted Deployment | When should teams run local CLI or self-hosted app paths? | Deployment strategy |
| 06 - Search, Planning, and Execution Patterns | What internal workflow patterns matter most? | Better reliability expectations |
| 07 - Limitations, Risk Controls, and Safe Scope | What constraints must teams respect? | Fewer failed runs |
| 08 - Migration Strategy and Long-Term Operations | How do teams evolve workflow investments as products shift? | Durable adoption plan |
- how to run Sweep with realistic task sizing and expectations
- how to tune config and review loops for better issue-to-PR outcomes
- how to choose between hosted, CLI, and self-hosted deployment modes
- how to manage lifecycle and migration risk as agent tooling evolves
Start with Chapter 1: Getting Started and Current Product Posture.
- Start Here: Chapter 1: Getting Started and Current Product Posture
- Back to Main Catalog
- Browse A-Z Tutorial Directory
- Search by Intent
- Explore Category Hubs
- Chapter 1: Getting Started and Current Product Posture
- Chapter 2: Issue to PR Workflow Architecture
- Chapter 3: Repository Configuration and Governance
- Chapter 4: Feedback Loops, Review Comments, and CI Repair
- Chapter 5: CLI and Self-Hosted Deployment
- Chapter 6: Search, Planning, and Execution Patterns
- Chapter 7: Limitations, Risk Controls, and Safe Scope
- Chapter 8: Migration Strategy and Long-Term Operations
Generated by AI Codebase Knowledge Builder