review-prs
Review PRs for Best Practices
Scan recent open PRs in the configured PR repository for violations of documented best practices.
- Interactive mode (default): drafts comments and asks for user approval before posting.
- Auto mode (
autoargument): posts all violations automatically without approval. Designed for cron/headless use.
IMPORTANT: This skill only reviews PRs against existing best practices. It must NEVER create, modify, or add new best practice rules or documentation during a review run.
Architecture: File-Based Pipeline
The review pipeline minimizes LLM token usage by pushing all heavy data through
More from brave/brave-core
clean-branches
Delete local branches whose PRs have been merged upstream. Checks GitHub PR
2pr
Create a pull request for the current branch using `gh`.
1review
Review code for quality, root cause analysis, and fix confidence. Supports PR
1prs-reviewed
Get PRs a user reviewed on brave/brave-core. Shows PR number, title, author,
1fix-bp-docs
Audit and fix best practices docs for stale references, duplicates, obsolete
1preflight
Run all preflight checks (format, gn_check, presubmit, build, tests) to make
1