remediation-options

Community

Smartly fix config issues, or evolve standards.

Authormetasaver
Version1.0.0
Installs0

System Documentation

What problem does it solve?

When configuration violations are found, deciding how to address them (fix, ignore, or update the standard) requires careful consideration, especially in diverse monorepos. This skill automates the remediation decision process, guiding users to the most appropriate action.

Core Features & Use Cases

  • 3-Option Remediation Pattern: Presents standardized choices: Conform to template (fix repo), Ignore (skip violation), or Update template (evolve standard).
  • Smart Recommendations: Provides intelligent recommendations based on repository type (library vs. consumer) and violation severity (critical, warning, info).
  • User Interaction Pattern: Uses the AskUserQuestion tool to prompt for user choice and handles the execution of the selected remediation.
  • Exception Declaration Helper: Offers guidance on how to declare exceptions in package.json to permanently ignore specific violations.
  • Use Case: After an audit finds a missing ESLint rule, this skill will recommend "Conform to template" for a consumer repo, or "Ignore" for a library repo, guiding the user to the most appropriate action to maintain standards or acknowledge intentional differences.

Quick Start

Present remediation options for a critical ESLint violation in a consumer repository.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: remediation-options
Download link: https://github.com/metasaver/claude-marketplace/archive/main.zip#remediation-options

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository