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, rubocop rewrite in rust, ruby code optimization

v1.0.0
GitHub

About this Skill

Perfect for Code Optimization Agents needing advanced Ruby code analysis capabilities via RuboCop and Rust Triage is an experimental RuboCop rewrite in Rust, used to find and fix top cops by divergence in Ruby codebases.

Features

Runs triage scripts using Python 3 and the `triage.py` command
Auto-downloads the latest `corpus-results.json` from CI via `gh run download`
Supports filtering by department using the `--department` flag
Allows excluding departments using the `--exclude-department` flag
Can show only cops with false positives using the `--fp-only` flag

# Core Topics

6 6
[1]
[0]
Updated: 2/26/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/nitrocop/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 Optimization Agents needing advanced Ruby code analysis capabilities via RuboCop and Rust

Core Value

Empowers agents to identify and prioritize top cops to fix using Python scripts and JSON data, providing advanced filtering capabilities via arguments like --department and --exclude-department, and leveraging gh run download for corpus-results.json

Capabilities Granted for triage MCP Server

Automating Ruby code optimization by identifying top cops to fix
Filtering cops by department using --department argument
Excluding complex layout cops using --exclude-department

! Prerequisites & Limits

  • Requires Python 3 to run triage.py script
  • Limited to Ruby developers using RuboCop
  • Needs gh run download for auto-downloading 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