Agent skill · Testing & QA

running-bug-review-board

Runs real-user QA, manual test plans, UX bug hunts, build sign-off, bug filing, and bug triage for web or iOS/iPadOS apps. Use when asked "QA this", "is this ready to ship?", or similar. Produces P0/P1/P2 bug reports, YES/NO phase sign-off, tracker sync guidance, and an HTML QA dashboard; keeps Interactive BRB triage in a separate session.

RayFernando1337github.com/RayFernando1337GitHub ↗
claude-codecodexcursorships scriptsApache-2.0
Install
npx skills add RayFernando1337/rayfernando-skills --skill running-bug-review-board --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 39
SKILL.md size: 27 KB
Bundled scripts: yes
Path: plugins/running-bug-review-board/skills/running-bug-review-board/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 117
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Running the Bug Review Board (BRB) QA pass This skill runs a **real-user QA pass** on an app and feeds the output into a Bug Review Board: a folder of structured bug reports, per-pass run reports, a self-contained HTML dashboard, and a final YES/NO sign-off the team can act on. Engineering's tracker (Linear / GitHub / Jira / Notion) syncs bi-directionally so QA and engineering stay in step. It generalizes a battle-tested workflow that already shipped phase QA on Mokuhoe — the techniques are repo-agnostic. ## Why this exists Most engineers test their own code. They confirm what they wrote works. That misses the bugs **real users hit first** — stale state across flows, mobile overflow, copy that lies, paths that 404 mid-onboarding, race conditions between auth and routing. This skill simulates a real user. The QA agent acts like a careful, mildly unforgiving customer who does not read the source code. ## Two workflows — Auto QA and Interactive BRB The skill splits the work into two distinct modes that share artifacts but **run in separate sessions** on purpose: - **Auto QA pass** — the agent drives the app, runs scenarios, files bugs, generates the HTML report, writes a verdict. Op

What's inside
Steps it walks through
  1. Why this exists
  2. Two workflows — Auto QA and Interactive BRB
  3. The trifecta — three hats, one pass
  4. Discover the app first (or you'll write bad tests)
  5. Workflow (any phase, any repo)
  6. Mode picker
  7. Surfaces — which playbook activates
  8. Issue tracker integration
  9. HTML report (Zite + Dieter Rams)
  10. Pattern-based triage suggestions
  11. Scaffold folders if missing
  12. Always
  13. Never
  14. Bug priority (BRB taxonomy)
Ships with 24 files
  • references/brb-interactive.md
  • references/browser-playbook.md
  • references/bug-filing.md
  • references/computer-use-playbook.md
  • references/discovering-the-app.md
  • references/extending-the-skill.md
  • references/gate-merge.md
  • references/html-report-style-guide.md
  • references/ios-simulator-playbook.md
  • references/issue-trackers.md
  • references/parallel-coordinator.md
  • references/sequential-wrapup.md
  • references/session-hygiene.md
  • references/templates/brb-interactive-prompt.md
  • references/templates/brb-minutes.md
  • references/templates/bug-report.md
  • references/templates/coordinator-merge.md
  • references/templates/html-report/README.md
  • references/templates/html-report/assets.css
  • references/templates/html-report/bug.html
  • references/templates/html-report/index.html
  • references/templates/html-report/run.html
  • references/templates/html-report/samples/README.md
  • references/templates/html-report/samples/bug-detail-desktop.png
first 24 of 39
Commands it runs
bash <skill>/scripts/scaffold-qa.sh "$REPO_ROOT" PHASE_NUM [SLUG]
More from rayfernando-skills
All skills →
About this skill
What does the running-bug-review-board skill do?

Runs real-user QA, manual test plans, UX bug hunts, build sign-off, bug filing, and bug triage for web or iOS/iPadOS apps. Use when asked "QA this", "is this ready to ship?", or similar. Produces P0/P1/P2 bug reports, YES/NO phase sign-off, tracker sync guidance, and an HTML QA dashboard; keeps Interactive BRB triage in a separate session.

How do I install it?

Run `npx skills add RayFernando1337/rayfernando-skills --skill running-bug-review-board --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From RayFernando1337/rayfernando-skills, a repository with 117 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going