fix-bp-docs
Fix Best Practices Docs
Audit all best practices documentation files for issues and fix them. This skill
must be run from the brave-core directory.
Step 1: Paths
This skill runs from the brave-core (src/brave) directory. Best practices docs
are at ./docs/best-practices/ and the index is at ./docs/best_practices.md.
Set DOCS_DIR="./docs/best-practices".
Step 2: Read All Best Practice Files
Read docs/best_practices.md and every file in $DOCS_DIR/*.md to understand
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,
1preflight
Run all preflight checks (format, gn_check, presubmit, build, tests) to make
1review-prs
Review PRs in the configured PR repository for best practices violations.
1