BeClaude

rayfernando-skills

New
17GitHub TrendingGeneralby RayFernando1337

Ray Fernando's collection of Skill files for AI coding agents. First up: running-bug-review-board, a real-user QA workflow with a Bug Review Board (BRB) feedback loop.

First seen 5/27/2026

Summary

Ray Fernando's skill collection provides a structured workflow for real-user QA testing with a Bug Review Board (BRB) feedback loop.

  • It helps developers systematically gather, review, and act on user-reported issues during code reviews, ensuring higher quality releases.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/rayfernando-skills.md https://raw.githubusercontent.com/RayFernando1337/rayfernando-skills/main/SKILL.md
3
Invoke in Claude Code
/rayfernando-skills

Use Cases

Set up a Bug Review Board to track user-reported issues during a QA cycle.
Review and prioritize bugs from real users before merging code changes.
Integrate BRB feedback into your code review process to catch regressions early.
Generate a summary of user-reported bugs for a sprint retrospective.
Automate the creation of BRB tickets from user feedback in a staging environment.
Assign severity levels to bugs collected via the BRB workflow.

Usage Examples

1

/rayfernando-skills run-bug-review-board

2

Initialize a Bug Review Board for the current sprint's QA feedback.

3

List all open bugs from the BRB and suggest priority order.

View source on GitHub
code-reviewagent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is rayfernando-skills?

Ray Fernando's skill collection provides a structured workflow for real-user QA testing with a Bug Review Board (BRB) feedback loop. It helps developers systematically gather, review, and act on user-reported issues during code reviews, ensuring higher quality releases.

How to install rayfernando-skills?

To install rayfernando-skills: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/rayfernando-skills.md https://raw.githubusercontent.com/RayFernando1337/rayfernando-skills/main/SKILL.md. Finally, /rayfernando-skills in Claude Code.

What is rayfernando-skills best for?

rayfernando-skills is a skill categorized under General. It is designed for: code-review, agent. Created by RayFernando1337.

What can I use rayfernando-skills for?

rayfernando-skills is useful for: Set up a Bug Review Board to track user-reported issues during a QA cycle.; Review and prioritize bugs from real users before merging code changes.; Integrate BRB feedback into your code review process to catch regressions early.; Generate a summary of user-reported bugs for a sprint retrospective.; Automate the creation of BRB tickets from user feedback in a staging environment.; Assign severity levels to bugs collected via the BRB workflow..