rayfernando-skills
NewRay 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.
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
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/rayfernando-skills.md https://raw.githubusercontent.com/RayFernando1337/rayfernando-skills/main/SKILL.md/rayfernando-skillsUse Cases
Usage Examples
/rayfernando-skills run-bug-review-board
Initialize a Bug Review Board for the current sprint's QA feedback.
List all open bugs from the BRB and suggest priority order.
Security Audits
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..