fix-repo

Identify and fix divergent RuboCop cops using isolated git worktrees.

18|2|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/6/nitrocop --skill fix-repo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-repo
Source: https://github.com/6/nitrocop/tree/main/.claude/skills/fix-repo
Command: npx skills add https://github.com/6/nitrocop --skill fix-repo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Improve a specific repository's corpus conformance by identifying and fixing the top diverging cops in parallel using worktree-isolated teammates.

Core Features & Use Cases

  • Target a single repo to reduce false positives and negatives by focusing on the most impactful cops.
  • Orchestrate multi-teammate fixes with isolated git worktrees to avoid cross-contamination.
  • Generate a full diverging-cops report and dispatch fixes in structured phases for traceability.

Quick Start

Select a repo to investigate, view the full diverging-cops table, and dispatch fixes to teammates using isolated worktrees.

Frequently Asked Questions about fix-repo

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

FAQPage Schema
How do I identify and fix the most divergent RuboCop cops in my repository?

To fix divergent RuboCop cops, this Skill investigates your repository to generate a report of the most impactful cops. It then orchestrates team-based fixes using isolated git worktrees to improve overall corpus conformance.

What is the best way to coordinate parallel RuboCop fixes among multiple teammates?

Coordinating parallel RuboCop fixes is best achieved by dispatching work to teammates using isolated git worktrees. This prevents cross-contamination and provides structured phases for assessment, dispatch, and collection.

Can I target a single repository to reduce RuboCop false positives and negatives?

Yes, you can target a single repository to reduce RuboCop false positives and negatives. This Skill optimizes per-repo cop performance by identifying and fixing the cops that diverge most from expected behavior.

How does a git worktree help when dispatching automated RuboCop corrections?

A git worktree provides an isolated working directory for each teammate when applying RuboCop corrections. This isolation avoids cross-contamination, ensuring that each cop fix is collected cleanly and traceably.

What are the limitations of using worktree-isolated fixes for corpus conformance?

The limitation of worktree-isolated fixes is that they apply strictly to single-repo scenarios. This approach requires scripts to investigate repos and orchestrate team fixes, making it unsuitable for multi-repository conformance tasks.