PRs Guarded This Week
0
↑ 12% vs last week
Tests Auto-Generated
0
↑ 23% vs last week
Bugs Caught Before Merge
0
↑ 8% vs last week
Pass Rate
Recent Activity
LIVE
Get Started with LarkGuard
Three steps to autonomous QA. Zero tests to write.
1
2
3
STEP 1
Connect Your GitHub Repo
Enter the repository you want LarkGuard to watch for pull requests.
STEP 2
Add Secrets to GitHub
Go to your repo's Settings → Secrets → Actions and add these secrets:
Repository Secrets
GETLARK_API_KEY=your_lark_api_key
ANTHROPIC_API_KEY=your_anthropic_api_key
APP_URL=https://your-staging-app.com
LARK_WEBHOOK_SECRET=your_webhook_secret
GITHUB_TOKEN is automatically provided by GitHub Actions — no need to add it.
STEP 3
Open a PR and Watch
That's it. Open any pull request and LarkGuard will automatically:
- Analyze the code diff with Claude AI
- Generate targeted Lark test workflows
- Execute tests and wait for results
- Post a detailed QA report on your PR