fix-bp-docs

Audit and fix Brave Core best-practices documentation for stale references, duplicates, and broken links.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/awfixers-stuff/browse --skill fix-bp-docs-awfixers-stuff
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-bp-docs
Source: https://github.com/awfixers-stuff/browse/tree/main/.claude/skills/fix-bp-docs
Command: npx skills add https://github.com/awfixers-stuff/browse --skill fix-bp-docs-awfixers-stuff

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Auditing Brave Core best-practices docs for stale references, duplicates, obsolete content, and inconsistent formatting.

Core Features & Use Cases

  • Duplicate detection and cleanup across docs
  • Reference and link validation, ensuring anchors remain intact
  • Formatting normalization and consistency across categories
  • Use Case: when updating the BEST-PRACTICES.md index, run this to ensure all rules are current and uniquely categorized.

Quick Start

Run the fix-bp-docs skill from the brave-core directory to audit and repair the best-practices docs.

Frequently Asked Questions about fix-bp-docs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit best-practices documentation for stale references and duplicates?

You can audit best-practices documentation by running a validation process that detects stale references, duplicates, and obsolete content. This ensures all rules are current and uniquely categorized across the documentation folder.

How do I fix broken links and formatting issues in a best-practices index file?

To fix broken links and formatting issues, apply validation and update steps that normalize formatting consistency across categories. This process preserves existing anchors while correcting invalid links and anchor IDs in the index file.

Does the documentation audit work on the Brave Core repo's docs folder?

Yes, the documentation audit specifically applies to the Brave Core repository's docs/best-practices folder and the index file at docs/BEST-PRACTICES.md, handling duplicates and missing references across categories.

What is the best way to remove duplicate entries from best-practices docs?

The best way to remove duplicates is to run an audit that checks for duplicate detection and cleanup across docs. This normalizes formatting and ensures unique categorization while preserving existing valid anchors.

Can I update best-practices references without breaking existing anchor IDs?

Yes, you can update references without breaking anchors. The process implements validation steps for invalid links and anchor IDs while specifically preserving existing anchors and following project formatting conventions.

When should I run a documentation audit on best-practices files?

You should run a documentation audit when updating the BEST-PRACTICES.md index to ensure all rules are current and uniquely categorized. This removes obsolete content and resolves formatting inconsistencies across the folder.