Repositories as the Foundation of Overcut Automation
In Overcut, repositories are the primary units for automation. All workflows, triggers, and agent actions are scoped to the repositories you connect and activate in your workspace. Connected repositories also make repository-backed skills available for discovery in your project. When a repository is connected, Overcut can surface reusable skills that teams can review and add in the project-level Skills area.Repository Scope: Which Events Are Processed?
- Only events from active repositories are processed.
- When you connect a repository to Overcut (via Settings → Integrations → Git), you define the scope for all automations.
- Overcut listens for events (pull requests, issues, pushes, etc.) only from these active repositories.
- This ensures that automations run only where you intend, and that agents have access to the right code and context.
Register a new Git Organization
To start automating with a new git, you must first register the organization.Navigate to Git Integration
Connect Git Provider
Select the Git provider
Grant Overcut the necessary permissions
Configure settings for Overcut's GitHub App
Adding a New Repository to Overcut
To start automating with a new repository, follow these steps:Navigate to Git Integration
Select the Git provider
Open the repositories modal
Select the repository you want to add
Confirm and save your changes
Discover skills from connected repositories
Connected repositories can surface reusable skills for your team. This helps you turn repository guidance into shared project skills instead of repeating the same instructions across individual agents. When you open the project-level Skills area and choose to add a skill, Overcut lets you scan connected repositories for reusable skills your workspace can access. From there, your team can:- Browse available skills from connected repositories
- Preview a skill’s
SKILL.mdinstructions before adding it to the project - Confirm where a skill comes from so you can choose the right one for the project
Configuring a Repository for Optimal Agent Performance
Once your repository is connected, you can configure it to ensure agents work optimally with its unique tech stack and requirements. Workspace admins can tailor the agent environment, instructions, and commands for each repository.
Navigate to Repository Settings
Select the Repository
Choose the Agent Image
Add Special Instructions
Define Custom Tools & Commands
Link Ticket Repositories to Code Repositories
Save Your Configuration
Code Indexing
Code indexing provides agents with an additional semantic search tool to find relevant code context efficiently. When enabled, agents can search for code by meaning rather than just keywords, helping them identify APIs, understand code relationships, and locate relevant files faster.Summary
- Overcut only processes events from active, connected repositories.
- Each repo can be configured for optimal agent performance: custom images, instructions, and tools.
- This flexibility ensures automations are reliable, secure, and tailored to each codebase.
Next Steps
Once you have your repositories configured, you may want to learn about Repository Mapping & Automatic Identification to understand how to:- Link ticket repositories to code repositories
- Use AI-powered repository identification in your workflows
- Automatically select the most relevant repositories for each ticket