triage — rubocop triage, nitrocop, community, rubocop, ide skills

v1.0.0

About this Skill

Perfect for Code Optimization Agents needing advanced Ruby code analysis capabilities via RuboCop and Rust Rank cops by FP+FN from the corpus oracle to find the next batch to fix

# Core Topics

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

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 7/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Locale and body language aligned
Review Score
7/11
Quality Score
33
Canonical Locale
en
Detected Body Locale
en

Perfect for Code Optimization Agents needing advanced Ruby code analysis capabilities via RuboCop and Rust Rank cops by FP+FN from the corpus oracle to find the next batch to fix

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

Ideal Agent Persona

Perfect for Code Optimization Agents needing advanced Ruby code analysis capabilities via RuboCop and Rust

Capabilities Granted for triage

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

Why this page is reference-only

  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Curated Collection Review

Reviewed In Curated Collections

This section shows how Killer-Skills has already collected, reviewed, and maintained this skill inside first-party curated paths. For operators and crawlers alike, this is a stronger signal than treating the upstream README as the primary story.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is triage?

Perfect for Code Optimization Agents needing advanced Ruby code analysis capabilities via RuboCop and Rust Rank cops by FP+FN from the corpus oracle to find the next batch to fix

How do I install triage?

Run the command: npx killer-skills add 6/nitrocop/triage. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for triage?

Key use cases include: Automating Ruby code optimization by identifying top cops to fix, Filtering cops by department using --department argument, Excluding complex layout cops using --exclude-department.

Which IDEs are compatible with triage?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for triage?

Requires Python 3 to run triage.py script. Limited to Ruby developers using RuboCop. Needs gh run download for auto-downloading corpus-results.json.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add 6/nitrocop/triage. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use triage immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

triage

Install triage, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

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 another community skill for your workflow? Explore these related open-source skills.

View All

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
AI

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
AI

flags

Logo of vercel
vercel

The React Framework

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
Developer