entropy-fix

Queues entropy scan violations as deduplicated tasks in Shipwright's task store without opening pull requests.

9|2|Updated Jun 6, 2026
One-click install
npx skills add https://github.com/app-vitals/shipwright --skill entropy-fix
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: entropy-fix
Source: https://github.com/app-vitals/shipwright/tree/main/plugins/shipwright/skills/entropy-fix
Command: npx skills add https://github.com/app-vitals/shipwright --skill entropy-fix

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill turns entropy scan findings into structured task-store work instead of direct pull requests, helping teams triage violations safely and consistently.

Core Features & Use Cases

  • Finding Intake: Reads the latest entropy report and collects unchecked violations from the scan output.
  • Policy-Aware Routing: Uses the principles file to filter PR-worthy issues and determine whether each rule needs human-in-the-loop review.
  • Safe Queueing: Deduplicates against active tasks, cross-checks deletion risks, and queues one task per rule with clear fix guidance.
  • Use Case: A repository has multiple entropy violations across several files, and this Skill converts them into actionable, non-duplicated tasks for later execution by dev-task or a human reviewer.

Quick Start

Ask this skill to read the latest entropy report and queue PR-worthy violations into the Shipwright task store.

Frequently Asked Questions about entropy-fix

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

FAQPage Schema
How do I queue entropy scan violations into tasks instead of opening pull requests?▼

Entropy scan violations are queued as structured task-store tasks by reading the entropy report, deduplicating against active tasks, and routing findings for human-in-the-loop review without opening pull requests.

What is the safest way to triage code quality findings from an entropy report?▼

Safe triage applies rule-based filtering using principles metadata, cross-checks deletion risks, and preserves a one-task-per-rule constraint to ensure sensitive findings get human-in-the-loop routing.

How do I deduplicate entropy violations against existing tasks in my repository?▼

Deduplication against active tasks is achieved by loading existing task-store entries, cross-checking unchecked violations from the entropy scan, and queueing only new, non-duplicated work items.

Can I route sensitive code quality findings for human review before fixing them?▼

Sensitive findings can be routed for human-in-the-loop review by applying policy-aware routing from the principles file, which determines whether each rule requires manual assessment before task execution.

What are the limitations of automated entropy fix queueing for Shipwright repositories?▼

Automated queueing is limited by its one-task-per-rule safety constraint and reliance on reading entropy-report.md plus principles metadata, meaning it queues work for later execution rather than directly resolving violations.