agent-review
Agent Review Skill
Workflows and best practices for using Agent Review to catch bugs before merging.
When to Use
Use this skill when:
- Agent has generated code changes
- You have local changes to review
- Before creating a PR
- After significant refactoring
- When you want a second opinion on code
Capabilities
Review Agent-Generated Code
- Click "Review" in agent diff
- Click "Find Issues" to analyze edits
- Review flagged issues
- Address critical issues
- Accept changes when satisfied
Review All Local Changes
- Open Source Control tab
- Run Agent Review on all changes
- Review issues across all files
- Fix issues before committing
What Agent Review Catches
- Logic bugs and edge cases
- Security vulnerabilities
- Architecture violations
- Missing error handling
- Test coverage gaps
- Performance issues
Best Practices
Before Review
- Complete your changes
- Run tests
- Format code
- Quick manual review
During Review
- Address critical issues first
- Review suggestions carefully
- Test fixes
- Use selective acceptance
After Review
- Re-run tests
- Re-review if needed
- Create PR
Integration
Workflow:
- Use Agent Review locally
- Create PR
- Bugbot reviews PR automatically
- Address any additional issues
Related Resources
- Rule:
.cursor/rules/agent-review.mdc - Command:
/review-changes .cursor/BUGBOT.md- Bugbot review rules
More from basedhardware/omi
local-dev
Start local development environment — backend, macOS app, or Flutter mobile in iOS simulator. Use when: 'run the app', 'start backend', 'run simulator', 'flutter run', 'local dev', 'start dev environment', 'run mobile app'.
45rotate-key
Rotate an API key or secret across all locations — local .env files, macOS Keychain, GCP Secret Manager, Kubernetes deployments, and Codemagic CI. Use when: 'rotate key', 'update key', 'key leaked', 'replace secret', 'new API key', 'update GEMINI key', 'rotate secret'.
26self-improvement
Meta-skill for analyzing PRs, issues, and user interactions to improve Cursor rules and skills automatically
14debug-mode
Debug mode workflows and best practices for troubleshooting bugs, regressions, and performance issues. Use when debugging tricky issues that standard agent interactions struggle with.
13docs-automation
Automate documentation updates when API endpoints, functions, or architecture change. Detects code changes that require doc updates, generates API reference from FastAPI routers, updates architecture diagrams, and syncs between internal and external docs.
13omi-flutter-patterns
Flutter Dart BLE device communication state management Provider backend integration localization cross-platform iOS Android
13