Quickstart Guide
Get up and running with Tidra in 30 minutes.
Overview
This guide walks you through:
- Connecting your Git provider (5 min)
- Creating your first initiative (5 min)
- Reviewing and creating PRs (15 min)
- Tracking progress (5 min)
Total time: ~30 minutes
Prerequisites
- GitHub or GitLab account
- Access to at least 5-10 repositories
- Ability to create Personal Access Tokens
Step 1: Connect Your Git Provider (5 min)
GitHub
- Go to GitHub → Settings → Developer settings → Personal access tokens
- Create new token (classic) with
reposcope - Copy the token
- In Tidra: Integrations → GitHub → Paste token → Install
GitLab
- Go to GitLab → User Settings → Access Tokens
- Create token with
api,read_repository,write_repositoryscopes - Copy the token
- In Tidra: Integrations → GitLab → Paste token → Install
See full guides: GitHub | GitLab
Step 2: Create an Initiative (5 min)
Let's create a simple initiative that adds a CODEOWNERS file.
- Click New Initiative
- Name: "Add CODEOWNERS file"
- Description:
Add a CODEOWNERS file to the root of each repository with:
* @platform-team
- Select repositories: Choose 5-10 repos you want to test with
- Click Generate Changes
Wait 5-10 minutes while Tidra generates the changes.
Step 3: Review & Create PRs (15 min)
Review Changes
Once generation is complete:
- You'll see a list of all repositories
- Click on individual repos to see the diff
- Verify the changes look correct
What to check:
- Is the CODEOWNERS file in the right location?
- Does the content match what you specified?
- Are there any errors or unexpected changes?
Create Pull Requests
If everything looks good:
- Click Create Pull Requests
- Wait 1-2 minutes while PRs are created
- You'll see the dashboard update with PR links
View PRs in GitHub/GitLab
Click through to a few PRs and verify:
- Changes look correct
- Description is clear
- Branch name makes sense
Step 4: Track Progress (5 min)
Back in Tidra, you'll see the initiative dashboard:
Status Summary:
- See how many PRs are open, merged, blocked
- Track overall progress
Repository List:
- Click any repo to view its PR
- See status for each
As PRs get merged:
- Dashboard updates automatically
- See real-time progress
What's Next?
Merge your PRs: Your team reviews and merges the PRs as normal. Tidra doesn't auto-merge.
Watch the initiative complete: As PRs are merged, the initiative progresses to "Done".
Try another initiative: Now that you've done one, try:
- More repositories (20-50)
- Different type of change
- Something more complex
Common Patterns to Try Next
Easy:
- Update README files
- Add documentation sections
- Standardize config files
Medium:
- Update CI/CD pipelines
- Add security configs
- Update Docker files
Advanced:
- API migrations
- Dependency updates
- Code refactoring
Getting Help
Documentation:
Support:
- Email: [email protected]
Key Takeaways
✅ Start small: 5-10 repos for your first initiative ✅ Be specific: Clear descriptions = better results ✅ Review first: Always check changes before creating PRs ✅ Iterate: Learn from each initiative to improve the next ✅ Scale up: Once comfortable, go bigger
You've completed the quickstart! You're ready to use Tidra for real initiatives.
Updated about 2 hours ago
