rb:triage

Categorize review findings into Iron Laws, security, N+1 risks, and priorities.

7|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/slbug/claude-ruby-grape-rails --skill rb-triage
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: rb:triage
Source: https://github.com/slbug/claude-ruby-grape-rails/tree/main/plugins/ruby-grape-rails/skills/triage
Command: npx skills add https://github.com/slbug/claude-ruby-grape-rails --skill rb-triage

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps teams triage review findings by automatically classifying issues into Iron Laws, security concerns, N+1 risks, and other priorities, enabling faster, more reliable remediation planning.

Core Features & Use Cases

  • Auto-categorization of findings by severity and risk, including Iron Law violations and security issues.
  • Batch grouping and structured presentation to support efficient decision-making and handoffs.
  • End-to-end workflow from triage to generating a concrete plan in .claude/plans for follow-up work.

Quick Start

Run /rb:triage .claude/reviews/fix-auth.md to begin interactive triage of your findings.

Frequently Asked Questions about rb:triage

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

FAQPage Schema
How do I triage code review findings for a large Rails codebase?▼

Triage code review findings by auto-categorizing issues into Iron Laws, security concerns, and N+1 risks. This enables faster remediation planning through batch grouping and severity-based workflows for large codebases with multiple files.

What is the best way to prioritize security concerns and N+1 risks during code review?▼

Prioritize security concerns and N+1 risks by auto-categorizing findings based on severity. The triage process enforces guardrails by auto-including critical items, ensuring high-priority issues are addressed first during remediation planning.

Can I generate a remediation plan from triaged code review findings?▼

Yes, you can generate a remediation plan from triaged findings. The workflow outputs a structured plan file under .claude/plans to guide subsequent work, enabling efficient decision-making and handoffs for follow-up actions.

Does the triage workflow support batch grouping for multiple review files?▼

Yes, the triage workflow supports batch grouping for multiple review files. It applies to large codebases with multiple findings, presenting structured batches to support efficient decision-making and user selections.

How do Iron Law violations factor into code review triage decisions?▼

Iron Law violations are auto-categorized as critical priorities during triage. The workflow enforces guardrails by auto-including these critical items, ensuring they are immediately flagged for remediation alongside security concerns.