KS
Killer-Skills

triage — how to use triage how to use triage, what is triage, triage alternative, triage vs rubocop, triage install, triage setup guide, ruby code optimization, rust powered rubocop

v1.0.0
GitHub

About this Skill

Perfect for Code Analysis Agents needing advanced Ruby code inspection and correction capabilities using Rust and RuboCop Triage is an experimental RuboCop rewrite in Rust that runs a script to find and fix top cops by divergence in Ruby code.

Features

Runs the triage script using `python3 .claude/skills/triage/scripts/triage.py` to find top cops by divergence
Auto-downloads the latest `corpus-results.json` from CI via `gh run download` if no input is provided
Supports filtering by department using `--department` flag, e.g. `/triage --department RSpec`
Allows excluding departments using `--exclude-department` flag, e.g. `/triage --exclude-department Layout`
Provides option to show only cops with false positives using `--fp-only` flag

# Core Topics

6 6
[1]
[0]
Updated: 2/25/2026

Quality Score

Top 5%
33
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add 6/turbocop/triage

Agent Capability Analysis

The triage MCP Server by 6 is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for how to use triage, what is triage, triage alternative.

Ideal Agent Persona

Perfect for Code Analysis Agents needing advanced Ruby code inspection and correction capabilities using Rust and RuboCop

Core Value

Empowers agents to identify and fix top cops by divergence in Ruby code using Python scripts and gh run download for corpus-results.json, providing advanced code quality control and auto-fixing with options like --limit, --department, and --exclude-department

Capabilities Granted for triage MCP Server

Identifying top cops by divergence for code quality improvement
Automating Ruby code corrections using triage.py script
Filtering and excluding specific departments for focused code analysis

! Prerequisites & Limits

  • Requires Python 3 to run triage.py script
  • Limited to Ruby and Rust code analysis
  • Dependent on gh run download for latest corpus-results.json
Project
SKILL.md
1.3 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8
SKILL.md
Readonly

Run the triage script to find the top cops to fix:

bash
1python3 .claude/skills/triage/scripts/triage.py $ARGUMENTS

If no --input is provided, it auto-downloads the latest corpus-results.json from CI via gh run download.

Common invocations:

  • /triage — top 30 cops by divergence
  • /triage --limit 50 — show more
  • /triage --department RSpec — filter to one department
  • /triage --exclude-department Layout — skip complex layout cops
  • /triage --fp-only — only cops with false positives
  • /triage --input /tmp/corpus-report/corpus-results.json — use local file

After identifying targets, use investigate-cop.py to see all FP/FN locations with source context:

bash
1python3 scripts/investigate-cop.py Department/CopName --context --fp-only

Then read the cop source in src/cop/<dept>/<cop>.rs and the vendor spec at vendor/rubocop*/spec/ to understand the root cause before fixing.

This skill is read-only. Parallel-agent activity may leave unrelated local modifications in the working tree; do not edit or revert them while triaging. If triage transitions into code edits, switch to a dedicated git worktree before making changes, then use a fix skill workflow that integrates retained progress back into main before ending the run.

Related Skills

Looking for an alternative to triage or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication